| Interface | Description |
|---|---|
| IIterableIterator<ELEMENTTYPE> |
| Class | Description |
|---|---|
| ArrayEnumeration<ELEMENTTYPE> |
This is a small helper class implementing
Enumeration for array input
data. |
| ArrayIterator<ELEMENTTYPE> |
This is a small helper class for iterating over arrays.
|
| ArrayIteratorBoolean |
This is a small helper class for iterating over arrays of boolean.
|
| ArrayIteratorByte |
This is a small helper class for iterating over arrays of byte.
|
| ArrayIteratorChar |
This is a small helper class for iterating over arrays of char.
|
| ArrayIteratorDouble |
This is a small helper class for iterating over arrays of double.
|
| ArrayIteratorFloat |
This is a small helper class for iterating over arrays of float.
|
| ArrayIteratorInt |
This is a small helper class for iterating over arrays of int.
|
| ArrayIteratorLong |
This is a small helper class for iterating over arrays of long.
|
| ArrayIteratorShort |
This is a small helper class for iterating over arrays of short.
|
| CombinedIterator<ELEMENTTYPE> |
A specific enumeration iterating over two consecutive enumerations.
|
| ConvertIterator<SRCTYPE,ELEMENTTYPE> |
A simple iterator that changes the object type from a source type to a
destination type.
|
| EmptyEnumeration<ELEMENTTYPE> |
Represents a fixed
Enumeration implementation that contains no
elements. |
| EmptyIterator<ELEMENTTYPE> |
Implementation of an empty enumerator.
|
| EmptyListIterator<ELEMENTTYPE> |
Utility implementation of the
ListIterator for an empty list :) |
| EnumerationFromIterator<ELEMENTTYPE> |
This is a helper class to create an
Enumeration from an existing
Iterator |
| FilterIterator<ELEMENTTYPE> |
A simple filter iterator that takes a base iterator and an additional filter
and returns only the items that match the filter.
|
| IterableIterator<ELEMENTTYPE> |
This class is used for simpler iteration over an Iterator via the new "for"
syntax.
|
| IterableIteratorFromEnumeration<ELEMENTTYPE> |
Create an iterable iterator from an existing enumeration.
|
| ReverseListIterator<ELEMENTTYPE> |
A reverse iterator for an existing list
|
| SingleElementEnumeration<ELEMENTTYPE> |
Specialized enumeration for enumerating exactly one element.
|
| SingleElementIterator<ELEMENTTYPE> |
Specialized iterator for iterating exactly one element.
|
| SingleElementListIterator<ELEMENTTYPE> |
Specialized version of the
ListIterator interface for a single
element. |
Copyright © 2014–2016 Philip Helger. All rights reserved.