| Constructor and Description |
|---|
MaxOffsetIterator(Iterator<T> wrapped,
Number max) |
MaxOffsetIterator(Iterator<T> wrapped,
Number max,
boolean countNulls) |
MaxOffsetIterator(Iterator<T> wrapped,
Number max,
Number offset) |
MaxOffsetIterator(Iterator<T> wrapped,
Number max,
Number offset,
boolean countNulls) |
| Modifier and Type | Method and Description |
|---|---|
MaxOffsetIterator<T> |
callBack(Runnable run) |
protected void |
findNext() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic MaxOffsetIterator<T> callBack(Runnable run)
protected void findNext()
Copyright © 2017. All rights reserved.