| Package | Description |
|---|---|
| org.apache.commons.collections4 |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
| org.apache.commons.collections4.bidimap | |
| org.apache.commons.collections4.iterators |
This package contains implementations of the
Iterator interface. |
| org.apache.commons.collections4.list |
This package contains implementations of the
List interface. |
| org.apache.commons.collections4.map | |
| org.apache.commons.collections4.set |
This package contains implementations of the
Set and
SortedSet interfaces. |
| Class and Description |
|---|
| NodeListIterator
An
Iterator over a NodeList. |
| Class and Description |
|---|
| AbstractIteratorDecorator
Provides basic behaviour for decorating an iterator with extra functionality.
|
| AbstractUntypedIteratorDecorator
Provides basic behaviour for decorating an iterator with extra functionality
without committing the generic type of the Iterator implementation.
|
| Class and Description |
|---|
| AbstractEmptyIterator
Provides an implementation of an empty iterator.
|
| AbstractEmptyMapIterator
Provides an implementation of an empty map iterator.
|
| AbstractUntypedIteratorDecorator
Provides basic behaviour for decorating an iterator with extra functionality
without committing the generic type of the Iterator implementation.
|
| ArrayIterator
Implements an
Iterator over any array. |
| FilterIterator
Decorates another
Iterator using a predicate to filter elements. |
| ObjectArrayIterator
An
Iterator over an array of objects. |
| PeekingIterator
Decorates an iterator to support one-element lookahead while iterating.
|
| PushbackIterator
Decorates an iterator to support pushback of elements.
|
| Class and Description |
|---|
| AbstractIteratorDecorator
Provides basic behaviour for decorating an iterator with extra functionality.
|
| AbstractListIteratorDecorator
Provides basic behaviour for decorating a list iterator with extra functionality.
|
| AbstractUntypedIteratorDecorator
Provides basic behaviour for decorating an iterator with extra functionality
without committing the generic type of the Iterator implementation.
|
| Class and Description |
|---|
| AbstractIteratorDecorator
Provides basic behaviour for decorating an iterator with extra functionality.
|
| AbstractUntypedIteratorDecorator
Provides basic behaviour for decorating an iterator with extra functionality
without committing the generic type of the Iterator implementation.
|
| Class and Description |
|---|
| AbstractIteratorDecorator
Provides basic behaviour for decorating an iterator with extra functionality.
|
| AbstractUntypedIteratorDecorator
Provides basic behaviour for decorating an iterator with extra functionality
without committing the generic type of the Iterator implementation.
|