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> ZippingIterator<E> |
IteratorUtils.zippingIterator(Iterator<? extends E>... iterators)
Returns an iterator that interleaves elements from the decorated iterators.
|
static <E> ZippingIterator<E> |
IteratorUtils.zippingIterator(Iterator<? extends E> a,
Iterator<? extends E> b)
Returns an iterator that interleaves elements from the decorated iterators.
|
static <E> ZippingIterator<E> |
IteratorUtils.zippingIterator(Iterator<? extends E> a,
Iterator<? extends E> b,
Iterator<? extends E> c)
Returns an iterator that interleaves elements from the decorated iterators.
|
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.