|
Class Summary |
| BitSet |
A set of bits. |
| Date |
A wrapper for a date. |
| Dictionary |
The Dictionary class is the abstract parent of Hashtable, which maps
keys to values. |
| Hashtable |
Hashtable class. |
| Observable |
This class should be subclassed by observable object, or "data"
in the Model-View paradigm. |
| Properties |
Persistent properties class. |
| Random |
A Random class generates a stream of pseudo-random numbers. |
| Stack |
A Last-In-First-Out(LIFO) stack of objects. |
| StringTokenizer |
StringTokenizer is a class that controls simple linear tokenization
of a String. |
| Vector |
Vector class (a growable array). |