com.intersys.classes
Class ArrayOfObjects

java.lang.Object
  extended byjava.util.AbstractMap
      extended bycom.intersys.classes.AbstractCacheArray
          extended bycom.intersys.classes.ArrayOfObjects
All Implemented Interfaces:
Map, ObjectHandle
Direct Known Subclasses:
ArrayOfObjectsWithClassName

Deprecated. Please use Map instead.

public class ArrayOfObjects
extends AbstractCacheArray

Title: Description: Copyright: Copyright (c) 2001 Company: Intersystems Corporation

See Also:
Map

Constructor Summary
ArrayOfObjects(com.intersys.cache.CacheObject ref)
          Deprecated.  
ArrayOfObjects(Database db)
          Deprecated.  
 
Method Summary
 Object _find(Object element)
          Deprecated.  
 void _setAt(Object key, Object element)
          Deprecated.  
static String getCacheClassName()
          Deprecated.  
 String getElementType()
          Deprecated.  
 String getKeyType()
          Deprecated.  
 String getValueType()
          Deprecated.  
 void putAll(Map m)
          Deprecated.  
 void setKeyType(String keyType)
          Deprecated.  
 
Methods inherited from class com.intersys.classes.AbstractCacheArray
_className, _className, _clear, _close, _count, _first, _getAt, _getFirst, _getNext, _getPrevious, _isDefined, _isModified, _next, _normalizeObject, _packageName, _previous, _removeAt, _validateObject, _validateObject, clear, close, containsKey, containsValue, entrySet, get, getAutoLoad, getBufferSize, getDatabase, getDefaultBufferSize, getOref, getProxy, getRegisteredObject, getZRef, keySet, put, remove, setAutoLoad, setDefaultBufferSize, size, toString
 
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

ArrayOfObjects

public ArrayOfObjects(com.intersys.cache.CacheObject ref)
               throws CacheException
Deprecated. 

ArrayOfObjects

public ArrayOfObjects(Database db)
               throws CacheException
Deprecated. 
Method Detail

getKeyType

public String getKeyType()
Deprecated. 

setKeyType

public void setKeyType(String keyType)
Deprecated. 

getValueType

public String getValueType()
                    throws CacheException
Deprecated. 
Throws:
CacheException

putAll

public void putAll(Map m)
Deprecated. 
Specified by:
putAll in interface Map
Overrides:
putAll in class AbstractCacheArray

_find

public Object _find(Object element)
             throws CacheException
Deprecated. 
Specified by:
_find in class AbstractCacheArray
Throws:
CacheException

_setAt

public void _setAt(Object key,
                   Object element)
            throws CacheException
Deprecated. 
Specified by:
_setAt in class AbstractCacheArray
Throws:
CacheException

getElementType

public String getElementType()
                      throws CacheException
Deprecated. 
Throws:
CacheException

getCacheClassName

public static String getCacheClassName()
Deprecated.