Package org.apache.ignite.internal.util
Interface GridSerializableIterator<E>
- All Superinterfaces:
Iterator<E>,Serializable
- All Known Subinterfaces:
GridIterator<T>
- All Known Implementing Classes:
GridEmptyIterator,GridIteratorAdapter,TransformFilteringIterator
Makes
Iterator as Serializable and is
useful for making anonymous serializable iterators.-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove