| Interface | Description |
|---|---|
| Subscriber<T,U> |
A generic subscriber which a class can implement when it wants to be informed
of changes in published objects.
|
| Class | Description |
|---|---|
| HashMap3 |
An implementation of a hash table where each value has a composite key
generated from 3 objects.
|
| Logger | |
| Subscriptions<T,U> |
A helper class which can be used to manage an object's subscriptions.
|
| Trace |
Traces the execution of a target program.
|
| Void |
A class with no instances; variables of this type must be null.
|