Uses of Interface
org.apache.commons.collections4.iterators.IteratorOperations
Packages that use IteratorOperations
-
Uses of IteratorOperations in org.apache.commons.collections4.iterators
Classes in org.apache.commons.collections4.iterators that implement IteratorOperationsModifier and TypeClassDescriptionfinal classExtends Iterator functionality to include operations commonly found on streams (e.g. filtering, concatenating, mapping).classDecorates anIteratorusing an optional predicate to filter elements.classA FilterIterator which only returns "unique" Objects.