Uses of Package
org.apache.commons.collections4.iterators
Packages that use org.apache.commons.collections4.iterators
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
This package contains implementations of the
Iterator interface.This package contains implementations of the
List interface.This package contains implementations of the
MultiSet interface.-
Classes in org.apache.commons.collections4.iterators used by org.apache.commons.collections4ClassDescriptionDecorates 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.
-
Classes in org.apache.commons.collections4.iterators used by org.apache.commons.collections4.bidimapClassDescriptionProvides basic behaviour for decorating an iterator with extra functionality.Provides basic behaviour 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.iteratorsClassDescriptionProvides an implementation of an empty map iterator.Provides basic behaviour for decorating an iterator with extra functionality.Provides basic behaviour for decorating an iterator with extra functionality without committing the generic type of the Iterator implementation.Implements an
Iteratorover any array.Decorates anotherIteratorusing a predicate to filter elements.AnIteratorover an array of objects.Decorates an iterator to support one-element lookahead while iterating.Decorates an iterator to support pushback of elements. -
Classes in org.apache.commons.collections4.iterators used by org.apache.commons.collections4.listClassDescriptionProvides basic behaviour for decorating a list iterator with extra functionality.
-
Classes in org.apache.commons.collections4.iterators used by org.apache.commons.collections4.multisetClassDescriptionProvides basic behaviour for decorating an iterator with extra functionality.Provides basic behaviour for decorating an iterator with extra functionality without committing the generic type of the Iterator implementation.