| | Class | Description |
| | AVM2MemoryUtil |
All static class which returns the current memory allocated
to a Flash Player instance as either bytes, kilobytes or
megabytes
|
| | BinaryConversion |
All static utility class which provides an API for converting
a Number, int and uint to either a 8, 16 or 32 bit binary
represenation
|
| | DeepCopy |
Defines a single static method in which objects can be cloned
by creating a Deep Copy of a reference object to a new memory
address
|
| | HashMap |
IMap implementation which dynamically creates a HashMap of
key and value pairs as well as provides a atandard API for
working with the HashMap
|
| | ICollectionViewSortHelper |
Utility class which provides an API for collection sorting
|
| | StringUtil |
All static utility class which builds on mx.utils.StringUtil
to add additional methods for replacing items in a specified
String
|