Package org.meeuw.util
Class MaxOffsetIterator<T>
- java.lang.Object
-
- org.meeuw.util.MaxOffsetIterator<T>
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaxOffsetIterator<T>callBack(Runnable run)protected voidfindNext()booleanhasNext()Tnext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
callBack
public MaxOffsetIterator<T> callBack(Runnable run)
-
findNext
protected void findNext()
-
-