Functions
 FunctionDescription
 getClass Returns a reference to the specified object's class.
 getRandInt Returns a random integer in the range min to max, inclusive.
 inheritsFrom Returns a Boolean indicating whether the specified first class inherits from the specified second class.
 xmlTagsToLowerCase A convenience function for converting tag names in an XML object to lower case.
Classes
 ClassDescription
 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.