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 and Description |
---|---|
static <E> SkippingIterator<E> |
IteratorUtils.skippingIterator(Iterator<E> iterator,
long offset)
Decorates the specified iterator to skip the first N elements.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.