Uses of Package
org.apache.commons.collections4.iterators
-
Packages that use org.apache.commons.collections4.iterators Package Description org.apache.commons.collections4 Interfaces and utilities shared across all packages.org.apache.commons.collections4.bidimap org.apache.commons.collections4.iterators Implements theIteratorinterface.org.apache.commons.collections4.list Implements theListinterface.org.apache.commons.collections4.multiset Implements theMultiSetinterface. -
Classes in org.apache.commons.collections4.iterators used by org.apache.commons.collections4 Class Description BoundedIterator Decorates another iterator to return elements in a specific range.NodeListIterator AnIteratorover aNodeList.SkippingIterator Decorates another iterator to skip the first N elements.ZippingIterator Provides an interleaved iteration over the elements contained in a collection of Iterators. -
Classes in org.apache.commons.collections4.iterators used by org.apache.commons.collections4.bidimap Class Description AbstractIteratorDecorator Provides basic behavior for decorating an iterator with extra functionality.AbstractUntypedIteratorDecorator Provides basic behavior for decorating an iterator with extra functionality without committing the generic type of the Iterator implementation. -
Classes in org.apache.commons.collections4.iterators used by org.apache.commons.collections4.iterators Class Description AbstractEmptyMapIterator Provides an implementation of an empty map iterator.AbstractIteratorDecorator Provides basic behavior for decorating an iterator with extra functionality.AbstractUntypedIteratorDecorator Provides basic behavior for decorating an iterator with extra functionality without committing the generic type of the Iterator implementation.ArrayIterator Implements anIteratorover any array.ExtendedIterator Extends Iterator functionality to include operations commonly found on streams (for example filtering, concatenating, mapping).FilterIterator Decorates anIteratorusing an optional predicate to filter elements.IteratorOperations ExtendsIteratorwith additional default methods.ObjectArrayIterator AnIteratorover an array of objects.PeekingIterator Decorates an iterator to support one-element lookahead while iterating.PushbackIterator Decorates an iterator to support pushback of elements. -
Classes in org.apache.commons.collections4.iterators used by org.apache.commons.collections4.list Class Description AbstractListIteratorDecorator Provides basic behavior for decorating a list iterator with extra functionality. -
Classes in org.apache.commons.collections4.iterators used by org.apache.commons.collections4.multiset Class Description AbstractIteratorDecorator Provides basic behavior for decorating an iterator with extra functionality.AbstractUntypedIteratorDecorator Provides basic behavior for decorating an iterator with extra functionality without committing the generic type of the Iterator implementation.