| | Class | Description |
| | AbstractImpulser |
Provides common routines for classes implemented
Impulse interface. |
| | ArrayUtils |
Utils functions about Array. |
| | DepthManager |
DepthManager to manage the depth of display objects. |
| | HashMap |
To successfully store and retrieve (key->value) mapping from a HashMap. |
| | HashSet |
A collection that contains no duplicate elements. |
| | LinkedList |
Linked list implementation of the List interface. |
| | ListNode | |
| | ObjectUtils | |
| | Reflection | |
| | Stack |
The Stack class represents a last-in-first-out
(LIFO) stack of objects. |
| | StringUtils | |
| | Timer |
Fires one or more action events after a specified delay. |
| | Vector |
Vector, a List implemented based on Array
|
| | WeakMap |
A map that both key and value are weaks. |
| | WeakReference |
WeakReference, the value will be weak referenced. |