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

public abstract class GridIteratorAdapter<T> extends Object implements GridIterator<T>
Convenient adapter for "rich" iterator interface.
See Also:
  • Constructor Details

    • GridIteratorAdapter

      public GridIteratorAdapter()
  • Method Details