com.orientechnologies.jdo.types
Class d_CollEnum

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

public class d_CollEnum
extends java.lang.Object
implements java.util.Enumeration

Enumeration returned by d_Collection objects.


Field Summary
protected  d_Collection collection
           
 
Constructor Summary
d_CollEnum(d_Collection iCollection)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collection

protected d_Collection collection
Constructor Detail

d_CollEnum

public d_CollEnum(d_Collection iCollection)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

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