| 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 and Description |
|---|
| AbstractIteratorDecorator
Provides basic behaviour for decorating an iterator with extra functionality.
|
| Class and 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 and Description |
|---|
| AbstractListIteratorDecorator
Provides basic behaviour for decorating a list iterator with extra functionality.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.