| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| shuffle(array:Array) — Static Method , class org.as3utils.ArrayUtil |
|
Shuffles the position of the elements of the given array. |
| sortAlphabetically(array:Array, comparison:org.as3coreaddendum.system.comparators:AlphabeticalComparison) — Static Method , class org.as3utils.ArrayUtil |
|
Sorts the array of String objects alphabetically. |
| sortAlphabeticallyByObjectProperty(array:Array, property:String, comparison:org.as3coreaddendum.system.comparators:AlphabeticalComparison) — Static Method , class org.as3utils.ArrayUtil |
|
Sorts the array of objects alphabetically through the object's property. |
| sortAscending(array:Array) — Static Method , class org.as3utils.ArrayUtil |
|
Sorts the array of Number objects ascending. |
| sortAscendingByObjectProperty(array:Array, property:String) — Static Method , class org.as3utils.ArrayUtil |
|
Sorts the array of objects ascending through the object's property (must be a numeric value). |
| sortDescending(array:Array) — Static Method , class org.as3utils.ArrayUtil |
|
Sorts the array of Number objects descending. |
| sortDescendingByObjectProperty(array:Array, property:String) — Static Method , class org.as3utils.ArrayUtil |
|
Sorts the array of objects descending through the object's property (must be a numeric value). |
| startsWith(str:String, prefix:String, stringCase:org.as3coreaddendum.system:StringCase) — Static Method , class org.as3utils.StringUtil |
|
Check if the String object starts with a specified prefix. |
| string2Boolean(value:String) — Static Method , class org.as3utils.BooleanUtil |
| |
| StringUtil — final class, package org.as3utils |
|
A utility class to work with String objects. |
| StringUtil() — Constructor, class org.as3utils.StringUtil |
|
StringUtil is a static class and shouldn't be instantiated. |
| superClassNameEquals(o1:any, o2:any) — Static Method , class org.as3utils.ReflectionUtil |
|
Performs the comparison between the two arguments using the getSuperClassName() method. |
| superClassPackageEquals(o1:any, o2:any) — Static Method , class org.as3utils.ReflectionUtil |
|
Performs the comparison between the two arguments using the getSuperClassPackage() method. |
| superClassPathEquals(o1:any, o2:any) — Static Method , class org.as3utils.ReflectionUtil |
|
Performs the comparison between the two arguments using the getSuperClassPath() method. |
| swap(array:Array, element1:any, element2:any) — Static Method , class org.as3utils.ArrayUtil |
|
Swaps the position of the elements. |
| swapAt(array:Array, index1:any, index2:any) — Static Method , class org.as3utils.ArrayUtil |
|
Swaps the position of the elements in the specified indexes. |
| swapPositions(array:Array, newPositions:Array) — Static Method , class org.as3utils.ArrayUtil |
|
Swaps the position of all elements in the array according to newPositions. |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |