
| 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 doubles. |
| DynamicIntArray |
An implementation of
DynamicArray for ints. |
| DynamicLongArray |
An implementation of
DynamicArray for longs. |
| DynamicObjectArray<T> |
An implementation of
DynamicArray for objects. |
| IoBase |
A static utility class for I/O operations.
|
| ReferenceReaper<T> |
A utility class for reaping
References after their referents have been garbage collected. |
| ReferenceReaper.ReaperThread<T> |
A worker thread class for reaping
References. |
| Services |
A global registry of various
Services and their implementing classes. |
| XmlBase |
A static utility class for reading and writing XML.
|
| Enum | Description |
|---|---|
| ReferenceReaper.ReferenceType |
An enumeration of
Reference types. |