| Class | Description |
|---|---|
| ArrayIterator<E> |
An iterator over an array
|
| ArrayTools | |
| ByteArrayTools | |
| ConversionIterator<S,T> |
Abstract iterator implementation allowing the conversion from a source
iterator's output elements to the desired target elements.
|
| EmptyEnumeration |
An Enumeration without elements.
|
| Entry<K,V> | |
| EnumerationIterator<T> |
Wraps an enumeration into an Iterator API.
|
| FilterIterator<T> |
Abstract iterator implementation delivering filtered output from a base
iterator.
|
| IntervalIterator |
Implement an Iterator over a virtual collection of numbers defined by an
interval.
|
| IntHashMap |
A hash map that uses primitive ints for the key rather than objects.
|
| IterableTools | |
| IteratorEnumeration<T> |
Wraps an iterator into an enumeration API.
|
| ListTools | |
| MapTools |
A tool class for Map extensions.
|
| NestedIterator |
An iterator to enumerate sequentially the elements in a hierarchical
collection.
|
| NullFilterIterator<T> |
Filter all null objects from the base iterator.
|
| PartitionedMap |
A map that wraps two other maps.
|
| ReverseListIterator<T> |
This iterator enumerates the elements of a list in reverse order.
|
| SingleObjectEnumeration<T> |
An enumeration of a single object.
|
| SingleObjectIterator<T> |
An iterator over a single object.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.