Package | Description |
---|---|
org.apache.commons.collections4 |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
Modifier and Type | Method | Description |
---|---|---|
static <E> SkippingIterator<E> |
IteratorUtils.skippingIterator(java.util.Iterator<E> iterator,
long offset) |
Decorates the specified iterator to skip the first N elements.
|
Copyright © 2001-2019 - Apache Software Foundation