Package step.commons.iterators
Class SkipLimitIterator<T>
java.lang.Object
step.commons.iterators.SkipLimitIterator<T>
- All Implemented Interfaces:
- Iterator<T>
- 
Constructor SummaryConstructorsConstructorDescriptionSkipLimitIterator(SkipLimitProvider<T> provider) SkipLimitIterator(SkipLimitProvider<T> provider, int batchSize) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining, remove