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  
element() — method, class org.as3collections.AbstractQueue
Retrieves, but does not remove, the head of this queue.
element() — method, interface org.as3collections.IQueue
Retrieves, but does not remove, the head of this queue.
element() — method, class org.as3collections.queues.TypedQueue
Forwards the call to wrappedQueue.element.
element() — method, class org.as3collections.queues.UniqueQueue
Forwards the call to wrappedQueue.element.
ensureCapacity(minCapacity:int) — method, class org.as3collections.lists.ArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minCapacity argument.
entryCollection() — method, class org.as3collections.AbstractHashMap
Returns an ArrayList object that is a view of the mappings contained in this map.
entryCollection() — method, class org.as3collections.AbstractListMap
Returns an ArrayList object that is a view of the mappings contained in this map (in the same order).
entryCollection() — method, interface org.as3collections.IMap
Returns an ICollection object that is a view of the mappings contained in this map.
entryCollection() — method, class org.as3collections.maps.TypedMap
Forwards the call to wrappedMap.entryCollection.
equalConsideringOrder(collection1:org.as3collections:ICollection, collection2:org.as3collections:ICollection) — Static Method , class org.as3collections.utils.CollectionUtil
Performs an arbitrary, specific evaluation of equality between the two arguments.
equalConsideringOrder(map1:org.as3collections:IMap, map2:org.as3collections:IMap) — Static Method , class org.as3collections.utils.MapUtil
Performs an arbitrary, specific evaluation of equality between this object and the other object.
equalNotConsideringOrder(collection1:org.as3collections:ICollection, collection2:org.as3collections:ICollection) — Static Method , class org.as3collections.utils.CollectionUtil
Performs an arbitrary, specific evaluation of equality between this object and the other object.
equalNotConsideringOrder(map1:org.as3collections:IMap, map2:org.as3collections:IMap) — Static Method , class org.as3collections.utils.MapUtil
Performs an arbitrary, specific evaluation of equality between this object and the other object.
equals(other:any) — method, class org.as3collections.AbstractArrayCollection
This method uses CollectionUtil.equalNotConsideringOrder method to perform equality, sending this collection and other argument.
equals(other:any) — method, class org.as3collections.AbstractHashMap
This method uses MapUtil.equalNotConsideringOrder method to perform equality, sending this map and other argument.
equals(other:any) — method, class org.as3collections.AbstractList
This method uses CollectionUtil.equalConsideringOrder method to perform equality, sending this list and other argument.
equals(other:any) — method, class org.as3collections.AbstractListMap
This method uses MapUtil.equalConsideringOrder method to perform equality, sending this map and other argument.
equals(other:any) — method, class org.as3collections.AbstractQueue
This method uses CollectionUtil.equalConsideringOrder method to perform equality, sending this list and other argument.
equals(other:any) — method, class org.as3collections.MapEntry
Performs an arbitrary, specific evaluation of equality between this object and the other object.
equals(other:any) — method, class org.as3collections.TypedCollection
This method first checks if other argument is a TypedCollection.
equals(other:any) — method, class org.as3collections.UniqueCollection
This method uses CollectionUtil.equalNotConsideringOrder method to perform equality, sending this collection and other argument.
equals(other:any) — method, class org.as3collections.lists.SortedArrayList
Performs an arbitrary, specific evaluation of equality between this object and the other object.
equals(other:any) — method, class org.as3collections.lists.TypedList
This method first checks if other argument is a TypedList.
equals(other:any) — method, class org.as3collections.lists.TypedSortedList
Performs an arbitrary, specific evaluation of equality between this object and the other object.
equals(other:any) — method, class org.as3collections.lists.UniqueList
This method uses CollectionUtil.equalConsideringOrder method to perform equality, sending this list and other argument.
equals(other:any) — method, class org.as3collections.lists.UniqueSortedList
Performs an arbitrary, specific evaluation of equality between this object and the other object.
equals(other:any) — method, class org.as3collections.maps.SortedArrayListMap
Performs an arbitrary, specific evaluation of equality between this object and the other object.
equals(other:any) — method, class org.as3collections.maps.TypedMap
This method uses MapUtil.equalNotConsideringOrder or MapUtil.equalConsideringOrder method to perform equality, sending this map and other argument.
equals(other:any) — method, class org.as3collections.maps.TypedSortedMap
Performs an arbitrary, specific evaluation of equality between this object and the other object.
equals(other:any) — method, class org.as3collections.queues.SortedQueue
Performs an arbitrary, specific evaluation of equality between this object and the other object.
equals(other:any) — method, class org.as3collections.queues.TypedQueue
This method first checks if other argument is a TypedQueue.
equals(other:any) — method, class org.as3collections.queues.UniqueQueue
This method uses CollectionUtil.equalConsideringOrder method to perform equality, sending this list and other argument.
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