Interface | Description |
---|---|
DynamicArray<T extends DynamicArray<T,V,E>,V,E> |
Defines an array that can grow and shrink dynamically.
|
Service |
Defines something as providing a service.
|
Class | Description |
---|---|
Arithmetic |
A collection of very basic arithmetic operations on arrays.
|
Arrays |
A static utility class for manipulating arrays.
|
Control |
A static utility class for control flow.
|
DynamicDoubleArray |
An implementation of
DynamicArray for double s. |
DynamicIntArray |
An implementation of
DynamicArray for int s. |
DynamicLongArray |
An implementation of
DynamicArray for long s. |
DynamicObjectArray<T> |
An implementation of
DynamicArray for objects. |
IoBase |
A static utility class for I/O operations.
|
ReferenceReaper<T> |
A utility class for reaping
Reference s after their referents have been garbage collected. |
ReferenceReaper.ReaperThread<T> |
A worker thread class for reaping
Reference s. |
Services |
A global registry of various
Service s and their implementing classes. |
XmlBase |
A static utility class for reading and writing XML.
|
Enum | Description |
---|---|
ReferenceReaper.ReferenceType |
An enumeration of
Reference types. |