| Package | Description |
|---|---|
| org.apache.commons.collections.bidimap | |
| org.apache.commons.collections.iterators |
This package contains implementations of the
Iterator interface. |
| org.apache.commons.collections.list |
This package contains implementations of the
List interface. |
| Class | Description |
|---|---|
| AbstractIteratorDecorator |
Provides basic behaviour for decorating an iterator with extra functionality.
|
| Class | Description |
|---|---|
| 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. |
| Class | Description |
|---|---|
| AbstractListIteratorDecorator |
Provides basic behaviour for decorating a list iterator with extra functionality.
|
Copyright © 2001-2018 Apache Software Foundation. All Rights Reserved.