com.orientechnologies.jdo.types
Class d_DictIterator

java.lang.Object
  extended bycom.orientechnologies.jdo.types.d_CollIterator
      extended bycom.orientechnologies.jdo.types.d_DictIterator
All Implemented Interfaces:
java.util.Iterator

public class d_DictIterator
extends d_CollIterator

Iterator returned by d_Dictionary objects.


Field Summary
 
Fields inherited from class com.orientechnologies.jdo.types.d_CollIterator
collection
 
Constructor Summary
d_DictIterator(d_Dictionary iCollection)
           
 
Method Summary
 java.lang.Object next()
           
 
Methods inherited from class com.orientechnologies.jdo.types.d_CollIterator
hasNext, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

d_DictIterator

public d_DictIterator(d_Dictionary iCollection)
Method Detail

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator
Overrides:
next in class d_CollIterator