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  
getAt(index:int) — method, class org.as3collections.AbstractList
Returns the element at the specified position in this list.
getAt(index:int) — method, interface org.as3collections.IList
Returns the element at the specified position in this list.
getAt(index:int) — method, class org.as3collections.lists.TypedList
Forwards the call to wrappedList.getAt.
getAt(index:int) — method, class org.as3collections.lists.UniqueList
Forwards the call to wrappedList.getAt.
getDuplicate(collection:org.as3collections:ICollection) — Static Method , class org.as3collections.utils.CollectionUtil
getKeyAt(index:int) — method, class org.as3collections.AbstractListMap
Returns the key at the specified position in this map.
getKeyAt(index:int) — method, interface org.as3collections.IListMap
Returns the key at the specified position in this map.
getKeyAt(index:int) — method, class org.as3collections.maps.TypedListMap
Forwards the call to wrappedMap.getKeyAt.
getKeys() — method, class org.as3collections.AbstractHashMap
Returns an ArrayList object that is a view of the keys contained in this map.
getKeys() — method, class org.as3collections.AbstractListMap
Returns an ArrayList object that is a view of the keys contained in this map.
getKeys() — method, interface org.as3collections.IMap
Returns an ICollection object that is a view of the keys contained in this map.
getKeys() — method, class org.as3collections.maps.TypedMap
Forwards the call to wrappedMap.getKeys.
getTypedList(wrapList:org.as3collections:IList, type:any) — Static Method , class org.as3collections.utils.ListUtil
Returns a new TypedList with the wrapList argument wrapped.
getTypedListMap(wrapMap:org.as3collections:IListMap, typeKeys:any, typeValues:any) — Static Method , class org.as3collections.utils.MapUtil
Returns a new TypedListMap with the wrapMap argument wrapped.
getTypedMap(wrapMap:org.as3collections:IMap, typeKeys:any, typeValues:any) — Static Method , class org.as3collections.utils.MapUtil
Returns a new TypedMap with the wrapMap argument wrapped.
getTypedQueue(wrapQueue:org.as3collections:IQueue, type:any) — Static Method , class org.as3collections.utils.QueueUtil
Returns a new TypedQueue with the wrapList argument wrapped.
getTypedSortedList(wrapList:org.as3collections:ISortedList, type:any) — Static Method , class org.as3collections.utils.ListUtil
Returns a new TypedSortedList with the wrapList argument wrapped.
getTypedSortedMap(wrapMap:org.as3collections:ISortedMap, typeKeys:any, typeValues:any) — Static Method , class org.as3collections.utils.MapUtil
Returns a new TypedSortedMap with the wrapMap argument wrapped.
getUniqueList(wrapList:org.as3collections:IList) — Static Method , class org.as3collections.utils.ListUtil
Returns a new UniqueList with the wrapList argument wrapped.
getUniqueQueue(wrapQueue:org.as3collections:IQueue) — Static Method , class org.as3collections.utils.QueueUtil
Returns a new UniqueQueue with the wrapQueue argument wrapped.
getUniqueSortedList(wrapList:org.as3collections:ISortedList) — Static Method , class org.as3collections.utils.ListUtil
Returns a new UniqueSortedList with the wrapList argument wrapped.
getUniqueTypedList(wrapList:org.as3collections:IList, type:any) — Static Method , class org.as3collections.utils.ListUtil
Returns a new TypedList that wraps a new UniqueList that wraps the wrapList argument.
getUniqueTypedQueue(wrapQueue:org.as3collections:IQueue, type:any) — Static Method , class org.as3collections.utils.QueueUtil
Returns a new TypedQueue that wraps a new UniqueQueue that wraps the wrapQueue argument.
getUniqueTypedSortedList(wrapList:org.as3collections:ISortedList, type:any) — Static Method , class org.as3collections.utils.ListUtil
Returns a new TypedSortedList that wraps a new UniqueSortedList that wraps the wrapList argument.
getValue(key:any) — method, class org.as3collections.AbstractHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getValue(key:any) — method, class org.as3collections.AbstractListMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getValue(key:any) — method, interface org.as3collections.IMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getValue(key:any) — method, class org.as3collections.maps.TypedMap
Forwards the call to wrappedMap.getValue.
getValueAt(index:int) — method, class org.as3collections.AbstractListMap
Returns the value at the specified position in this map.
getValueAt(index:int) — method, interface org.as3collections.IListMap
Returns the value at the specified position in this map.
getValueAt(index:int) — method, class org.as3collections.maps.TypedListMap
Forwards the call to wrappedMap.getValueAt.
getValues() — method, class org.as3collections.AbstractHashMap
Returns an ArrayList object that is a view of the values contained in this map.
getValues() — method, class org.as3collections.AbstractListMap
Returns an ArrayList object that is a view of the values contained in this map.
getValues() — method, interface org.as3collections.IMap
Returns an ICollection object that is a view of the values contained in this map.
getValues() — method, class org.as3collections.maps.TypedMap
Forwards the call to wrappedMap.getValues.
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