Class GridIteratorAdapter<T>
java.lang.Object
org.apache.ignite.internal.util.lang.GridIteratorAdapter<T>
- All Implemented Interfaces:
Serializable,Iterable<T>,Iterator<T>,GridSerializableIterator<T>,GridIterator<T>
- Direct Known Subclasses:
GridEmptyIterator,TransformFilteringIterator
Convenient adapter for "rich" iterator interface.
- See Also:
-
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 org.apache.ignite.internal.util.lang.GridIterator
hasNextX, nextX, removeXMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
GridIteratorAdapter
public GridIteratorAdapter()
-
-
Method Details