| Class | Description |
---|
| ArrayUtil |
Utilities for working with Arrays. |
| CacheNode |
A node in the LRUCache. |
| EventUtil |
Utilities for working with Events. |
| LocalData |
The LocalData class stores typed ActionScript data locally on the
end-user's hard drive. |
| LRUCache |
A least-recently-used object cache. |
| MemoryStore |
A minimal in-memory storage map with an API that matches LocalData's
persistent-map API. |
| NumericFormatter |
A utility class for converting numeric data to human-readable
Strings. |
| ObjectUtil |
Utilities for working with Objects. |
| UDictionary |
A simple wrapper around the ActionScript Dictionary class, with the added
ability to return the number of items in the dictionary. |