com.orientechnologies.jdo.types
Class d_DictEnum

java.lang.Object
  extended bycom.orientechnologies.jdo.types.d_CollEnum
      extended bycom.orientechnologies.jdo.types.d_DictEnum
All Implemented Interfaces:
java.util.Enumeration

public class d_DictEnum
extends d_CollEnum

Enumeration returned by d_Dictionary objects.


Field Summary
 
Fields inherited from class com.orientechnologies.jdo.types.d_CollEnum
collection
 
Constructor Summary
d_DictEnum(d_Dictionary iCollection, boolean iValues)
          Constructor
 
Method Summary
 java.lang.Object nextElement()
           
 
Methods inherited from class com.orientechnologies.jdo.types.d_CollEnum
hasMoreElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

d_DictEnum

public d_DictEnum(d_Dictionary iCollection,
                  boolean iValues)
Constructor

Parameters:
iCollection - d_Dictionary object to access
iValues - true if the enumeration works with collection values, otherwise with collection keys
Method Detail

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration
Overrides:
nextElement in class d_CollEnum