|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
com.intersys.classes.AbstractCacheArray
Map
instead.
Title: Description: Copyright: Copyright (c) 2001 Company: Intersystems Corporation
Map
Constructor Summary | |
AbstractCacheArray()
Deprecated. |
Method Summary | |
String |
_className()
Deprecated. |
String |
_className(Boolean fullname)
Deprecated. |
void |
_clear()
Deprecated. |
void |
_close()
Deprecated. |
Integer |
_count()
Deprecated. |
abstract Object |
_find(Object element)
Deprecated. |
Object |
_first()
Deprecated. |
Object |
_getAt(String key)
Deprecated. |
Object |
_getFirst(StringHolder keyHolder)
Deprecated. |
Object |
_getNext(StringHolder keyHolder)
Deprecated. |
Object |
_getPrevious(StringHolder keyHolder)
Deprecated. |
Boolean |
_isDefined(Object key)
Deprecated. |
Integer |
_isModified()
Deprecated. |
Object |
_next(Object key)
Deprecated. |
void |
_normalizeObject()
Deprecated. |
String |
_packageName()
Deprecated. |
Object |
_previous(Object key)
Deprecated. |
Object |
_removeAt(Object key)
Deprecated. |
abstract void |
_setAt(Object key,
Object element)
Deprecated. |
void |
_validateObject()
Deprecated. |
void |
_validateObject(Integer force)
Deprecated. |
void |
clear()
Deprecated. |
void |
close()
Deprecated. |
boolean |
containsKey(Object key)
Deprecated. |
boolean |
containsValue(Object value)
Deprecated. |
Set |
entrySet()
Deprecated. |
Object |
get(Object key)
Deprecated. |
boolean |
getAutoLoad()
Deprecated. |
int |
getBufferSize()
Deprecated. |
Database |
getDatabase()
Deprecated. |
static int |
getDefaultBufferSize()
Deprecated. |
int |
getOref()
Deprecated. |
com.intersys.cache.CacheObject |
getProxy()
Deprecated. |
RegisteredObject |
getRegisteredObject()
Deprecated. |
Object |
getZRef()
Deprecated. |
Set |
keySet()
Deprecated. |
Object |
put(Object key,
Object value)
Deprecated. |
void |
putAll(Map m)
Deprecated. |
Object |
remove(Object key)
Deprecated. |
void |
setAutoLoad(boolean newVal)
Deprecated. |
static void |
setDefaultBufferSize(int bufferSize)
Deprecated. |
int |
size()
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, isEmpty, values |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AbstractCacheArray()
Method Detail |
public int size()
size
in interface Map
public boolean containsValue(Object value)
containsValue
in interface Map
public boolean containsKey(Object key)
containsKey
in interface Map
public Object get(Object key)
get
in interface Map
public Object put(Object key, Object value)
put
in interface Map
public void putAll(Map m)
putAll
in interface Map
public Object remove(Object key)
remove
in interface Map
public void clear()
clear
in interface Map
public Set keySet()
keySet
in interface Map
public Set entrySet()
entrySet
in interface Map
public Integer _count() throws CacheException
CacheException
public Object _first() throws CacheException
CacheException
public Object _next(Object key) throws CacheException
CacheException
public Object _previous(Object key) throws CacheException
CacheException
public Object _getFirst(StringHolder keyHolder) throws CacheException
CacheException
public Object _getNext(StringHolder keyHolder) throws CacheException
CacheException
public Object _getPrevious(StringHolder keyHolder) throws CacheException
CacheException
public Object _removeAt(Object key) throws CacheException
CacheException
public abstract Object _find(Object element) throws CacheException
CacheException
public Boolean _isDefined(Object key) throws CacheException
CacheException
public Object _getAt(String key) throws CacheException
CacheException
public abstract void _setAt(Object key, Object element) throws CacheException
CacheException
public void _clear() throws CacheException
CacheException
public com.intersys.cache.CacheObject getProxy()
getProxy
in interface ObjectHandle
public RegisteredObject getRegisteredObject() throws CacheException
CacheException
public int getBufferSize()
public static int getDefaultBufferSize()
public static void setDefaultBufferSize(int bufferSize)
public boolean getAutoLoad() throws CacheException
CacheException
public void setAutoLoad(boolean newVal) throws CacheException
CacheException
public void close() throws CacheException
CacheException
public int getOref() throws ObjectClosedException
getOref
in interface ObjectHandle
ObjectClosedException
public final Object getZRef() throws CacheException
getZRef
in interface ObjectHandle
CacheException
public Database getDatabase()
getDatabase
in interface ObjectHandle
public void _close() throws CacheException
_close
in interface ObjectHandle
CacheException
Database.closeObject(java.lang.Object)
public String _className() throws CacheException
_className
in interface ObjectHandle
CacheException
public String _className(Boolean fullname) throws CacheException
_className
in interface ObjectHandle
CacheException
public Integer _isModified() throws CacheException
_isModified
in interface ObjectHandle
CacheException
public void _normalizeObject() throws CacheException
_normalizeObject
in interface ObjectHandle
CacheException
public String _packageName() throws CacheException
_packageName
in interface ObjectHandle
CacheException
public void _validateObject() throws CacheException
_validateObject
in interface ObjectHandle
CacheException
public void _validateObject(Integer force) throws CacheException
_validateObject
in interface ObjectHandle
CacheException
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |