Package step.commons.iterators
Class SkipLimitIterator<T>
java.lang.Object
step.commons.iterators.SkipLimitIterator<T>
- All Implemented Interfaces:
Iterator<T>
-
Constructor Summary
ConstructorDescriptionSkipLimitIterator
(SkipLimitProvider<T> provider) SkipLimitIterator
(SkipLimitProvider<T> provider, int batchSize) -
Method Summary
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, remove