com.submersion.jspshop.rae
Class RAECollection
java.lang.Object
|
+--com.submersion.jspshop.rae.RAECollection
- Direct Known Subclasses:
- Classes, ClassProperties, Objects, Properties, PropertyTypes, TypeNames, Types
- public abstract class RAECollection
- extends java.lang.Object
Abstract class for individual RAE object instances.
- Version:
- $REVISION$
- Author:
- Jeff Davey (jeffdavey@submersion.com)
Method Summary |
int |
getCount()
Gets the size of the internal hash |
java.util.Iterator |
getIterator()
Gets the iterator of the hash |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
items
protected java.util.Hashtable items
CONTEXT
public static final int CONTEXT
PROPERTY
public static final int PROPERTY
TYPE
public static final int TYPE
VALUE
public static final int VALUE
CLASS
public static final int CLASS
RAECollection
public RAECollection()
getCount
public int getCount()
- Gets the size of the internal hash
- Returns:
- The size value
- Since:
-
getIterator
public java.util.Iterator getIterator()
- Gets the iterator of the hash
- Returns:
- The iterator value
- Since:
-