Uses of Class
org.apache.commons.collections4.iterators.SkippingIterator
-
Packages that use SkippingIterator Package Description org.apache.commons.collections4 This package contains the interfaces and utilities shared across all the subpackages of this component. -
-
Uses of SkippingIterator in org.apache.commons.collections4
Methods in org.apache.commons.collections4 that return SkippingIterator Modifier and Type Method Description static <E> SkippingIterator<E>
IteratorUtils. skippingIterator(Iterator<E> iterator, long offset)
Decorates the specified iterator to skip the first N elements.
-