Class OIterableObject<T>
java.lang.Object
com.orientechnologies.common.collection.OIterableObject<T>
- All Implemented Interfaces:
OResettable,Iterable<T>,Iterator<T>
Allows to iterate over a single object
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Constructor Summary
Constructors -
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
-
OIterableObject
-
-
Method Details
-
iterator
Returns an iterator over a set of elements of type T. -
reset
public void reset()- Specified by:
resetin interfaceOResettable
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove()
-