Uses of Package
org.apache.commons.collections4.iterators
Package
Description
Interfaces and utilities shared across all packages.
Implements the
Iterator
interface.Implements the
List
interface.Implements the
MultiSet
interface.-
ClassDescriptionDecorates another iterator to return elements in a specific range.Decorates another iterator to skip the first N elements.Provides an interleaved iteration over the elements contained in a collection of Iterators.
-
ClassDescriptionProvides basic behavior for decorating an iterator with extra functionality.Provides basic behavior for decorating an iterator with extra functionality without committing the generic type of the Iterator implementation.
-
ClassDescriptionProvides an implementation of an empty map iterator.Provides basic behavior for decorating an iterator with extra functionality.Provides basic behavior for decorating an iterator with extra functionality without committing the generic type of the Iterator implementation.Implements an
Iterator
over any array.Extends Iterator functionality to include operations commonly found on streams (e.g. filtering, concatenating, mapping).Decorates anIterator
using an optional predicate to filter elements.ExtendsIterator
with additional default methods.AnIterator
over an array of objects.Decorates an iterator to support one-element lookahead while iterating.Decorates an iterator to support pushback of elements. -
ClassDescriptionProvides basic behavior for decorating a list iterator with extra functionality.
-
ClassDescriptionProvides basic behavior for decorating an iterator with extra functionality.Provides basic behavior for decorating an iterator with extra functionality without committing the generic type of the Iterator implementation.