public abstract class GridFilteredIterator<T> extends Object implements Iterator<T>
| Modifier | Constructor and Description |
|---|---|
protected |
GridFilteredIterator(Iterator<? extends T> it) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
accept(T t) |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected abstract boolean accept(T t)
t - The object.true If the object is accepted by the filter.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018