Class Summary |
BitArray |
This class represents an array of bit values and is efficient as the values
are packed together. |
Matrix<E> |
Deprecated. |
MultiDimensionalArray<E> |
This class fills the need to create a arbitraty multi-dimensional array structure. |
Pair<K extends Comparable<? super K>,V> |
Simple structure to associate a key to a value. |
SortedList<E extends Comparable<? super E>> |
A collection that always provides a list of elements that is sorted. |
StandardArray<E> |
Default wrapper class that implements a default array. |