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  
endsWith(str:String, suffix:String, stringCase:org.as3coreaddendum.system:StringCase) — Static Method , class org.as3utils.StringUtil
Check if the String object ends with a specified suffix.
equals(array1:Array, array2:Array) — Static Method , class org.as3utils.ArrayUtil
Compares two arrays, returning true if they are equal (same length, objects and order).
equals(str1:String, str2:String, stringCase:org.as3coreaddendum.system:StringCase) — Static Method , class org.as3utils.StringUtil
Compares two String objects, returning true if they are equal.
EquatableUtil — final class, package org.as3utils
A utility class to work with objects that implement org.as3coreaddendum.system.IEquatable.
EquatableUtil() — Constructor, class org.as3utils.EquatableUtil
NumberUtil is a static class and shouldn't be instantiated.
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