| | Class | Description |
| | ArrayIterator |
Concrete Iterator implementation which provides an API for
iterating over an Array. |
| | CollectionIterator |
Concrete Iterator implementation which provides an API
for iterating over an ICollectionView. |
| | CollectionSortUtil |
Utility class which provides an all static API for sorting an
ICollectionView. |
| | HashMap |
IMap implementation which dynamically creates a HashMap
of key / value pairs and provides a standard API for
working with the map
|
| | HashMapEntry |
Provides a strongly typed implementation of a key/value pairs
|
| | LocalPersistenceMap |
Provides an IMap implementation into the data
object of a SharedObject on a clients local file system. |
| | ResourceMap |
IMap implementation which dynamically
creates a Map of key / value pairs and provides a
standard API for working with an instance of an
ResourceBundle
|
| | StringTokenizer |
StringTokenizer provides a simple API from which Strings can be
split into individual tokens based on a specific delimiter. |