Uses of Class
org.apache.commons.collections4.iterators.ZippingIterator
Package
Description
Interfaces and utilities shared across all packages.
-
Uses of ZippingIterator in org.apache.commons.collections4
Modifier and TypeMethodDescriptionstatic <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.