| | Class | Description |
|---|
| | ArrayUtils |
Utils for Array operations. |
| | ClassUtils |
ClassUtils class used flash.utils.describeType function to get informations from an object. |
| | DateFormatter |
DateFomatter convert Date objects to string representation using formats (yyyy/MM/dd for example). |
| | MathUtils |
Utils for Maths operations. |
| | NumberUtils |
Utils for Number operations. |
| | ObjectUtils |
Utils for Object operations. |
| | StringUtils |
Utils for String operations. |
| | TimeFormatter |
TimeFormatter convert milliseconds Number to string representation using formats (hh:mm:SS for example). |
| | Timer |
Timer class is equivalent to flash.utils.Timer class but is syncronize with system clock in order to make easier countdown. |