Uses of Class
org.apache.commons.collections4.iterators.SkippingIterator
Package
Description
Interfaces and utilities shared across all packages.
-
Uses of SkippingIterator in org.apache.commons.collections4
Modifier and TypeMethodDescriptionstatic <E> SkippingIterator<E>
IteratorUtils.skippingIterator
(Iterator<E> iterator, long offset) Decorates the specified iterator to skip the first N elements.