| Package | Description |
|---|---|
| ej.bon |
| Class and Description |
|---|
| EnqueuedWeakReference
EnqueuedWeakReference are objects that are queued in an ReferenceQueue by the
system when the object they point at (see
Reference.get()) is set to null by the
system. |
| ReferenceQueue
ReferenceQueue represents a queue of EnqueuedWeakReference.
|
| ResourceArray
A resource array is an element of
ResourceBuffer. |
| ResourceBuffer
A resource buffer contains a set of data which is compacted to obtain a
minimal footprint.
|
| Timer
A facility for threads to schedule tasks for future execution in a background
thread.
|
| TimerTask
A task that can be scheduled for one-time or repeated execution by a Timer.
|