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)

Field Summary
static int CLASS
           
static int CONTEXT
           
protected  java.util.Hashtable items
           
static int PROPERTY
           
static int TYPE
           
static int VALUE
           
 
Constructor Summary
RAECollection()
           
 
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
 

Field Detail

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
Constructor Detail

RAECollection

public RAECollection()
Method Detail

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: