Class OObjectIteratorCluster<T>
java.lang.Object
com.orientechnologies.orient.object.iterator.OObjectIteratorCluster<T>
- All Implemented Interfaces:
OObjectIteratorClusterInterface<T>,Iterable<T>,Iterator<T>
-
Constructor Summary
ConstructorsConstructorDescriptionOObjectIteratorCluster(ODatabaseObject iDatabase, ODatabaseDocumentInternal iUnderlyingDatabase, int iClusterId) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
OObjectIteratorCluster
public OObjectIteratorCluster(ODatabaseObject iDatabase, ODatabaseDocumentInternal iUnderlyingDatabase, int iClusterId)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
next
-
remove
public void remove() -
iterator
-
getFetchPlan
-
setFetchPlan
- Specified by:
setFetchPlanin interfaceOObjectIteratorClusterInterface<T>
-