Uses of Class
org.apache.commons.collections4.iterators.ExtendedIterator
-
Uses of ExtendedIterator in org.apache.commons.collections4.iterators
Modifier and TypeMethodDescription<X extends T>
ExtendedIterator<T> Chains theother
iterator to the end of this one.static <T> ExtendedIterator
<T> Create an ExtendedIterator returning the elements ofit
.static <T> ExtendedIterator
<T> Creates an ExtendedIterator wrapped round aStream
.static <T> ExtendedIterator
<T> ExtendedIterator.createNoRemove
(Iterator<T> it) Creates an ExtendedIterator wrapped roundit
, which does not permit.remove()
even ifit
does.static ExtendedIterator
<?> ExtendedIterator.emptyIterator()
Creates an empty Extended iterator.Filter this iterator using a predicate.static <T> ExtendedIterator
<T> Flattens an iterator of iterators into an Iterator over the next level values.<U> ExtendedIterator
<U> Map the elements of the iterator to a now type.