Uses of Class
io.aiven.commons.util.collections.ExtendedIterator
Packages that use ExtendedIterator
Package
Description
Aiven enhancements and implementations for the Apache Commons collections and genral Java
collections libraries.
-
Uses of ExtendedIterator in io.aiven.commons.util.collections
Methods in io.aiven.commons.util.collections that return ExtendedIteratorModifier and TypeMethodDescription<X extends T>
ExtendedIterator<T>Chains theotheriterator to the end of this one.static <T> ExtendedIterator<T>Answer an ExtendedIterator returning the elements ofit.static <T> ExtendedIterator<T>Answer an ExtendedIterator wrapped round aStream.static <T> ExtendedIterator<T>ExtendedIterator.createNoRemove(Iterator<T> it) Answer an ExtendedIterator wrapped roundit, which does not permit.remove()even ifitdoes.static ExtendedIterator<?>ExtendedIterator.emptyIterator()An empty Extended iteratorFilter this iterator using a predicate.static <T> ExtendedIterator<T>Given an Iterator that returns Iterators, this creates an Iterator over the next level values.<U> ExtendedIterator<U>Map the elements of the iterator to a now type.