Uses of Interface
org.apache.commons.collections4.iterators.IteratorOperations
-
Packages that use IteratorOperations Package Description org.apache.commons.collections4.iterators Implements theIteratorinterface. -
-
Uses of IteratorOperations in org.apache.commons.collections4.iterators
Classes in org.apache.commons.collections4.iterators that implement IteratorOperations Modifier and Type Class Description classExtendedIterator<T>Extends Iterator functionality to include operations commonly found on streams (for example filtering, concatenating, mapping).classFilterIterator<E>Decorates anIteratorusing an optional predicate to filter elements.classUniqueFilterIterator<E>A FilterIterator which only returns "unique" Objects.
-