Interface | Description |
---|---|
Holder<T> |
A generic container with a read accessor.
|
Class | Description |
---|---|
ArrayListU<E> |
An unmodifiable list backed by an array.
|
ArrayListU.Open<E> |
An unmodifiable list that provides open access to the backing array.
|
ArrayListX |
ArrayList utilities.
|
BundleControlU |
A resource bundle control to enable loading of UTF-8 property files, as opposed the
ISO-8859-1 encoding expected by the default control.
|
Holder1<T> |
A simple implementation of a holder.
|
IndexOffsetter |
Index offsetter for a sequence of fixed size.
|
IterableIteratorA<T> | Deprecated
in favour of simply implementing a proper iterable, which is a
multi-use iterator factory.
|
IteratorA<T> |
A skeletal implementation of an iterator.
|
Relating to 'utilities' in Java.
java.util