| Class | Description |
|---|---|
| ArrayEnumeration<ELEMENTTYPE> |
This is a small helper class implementing
Enumeration for array input
data. |
| 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.
|
| EmptyListIterator<ELEMENTTYPE> |
Utility implementation of the
ListIterator for an empty 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 © 2017–2020 Philip Helger. All rights reserved.