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  
clear() — method, class org.as3collections.AbstractArrayCollection
Removes all of the elements from this collection (optional operation).
clear() — method, class org.as3collections.AbstractHashMap
Removes all of the mappings from this map (optional operation).
clear() — method, class org.as3collections.AbstractListMap
Removes all of the mappings from this map (optional operation).
clear() — method, interface org.as3collections.ICollection
Removes all of the elements from this collection (optional operation).
clear() — method, interface org.as3collections.IMap
Removes all of the mappings from this map (optional operation).
clear() — method, class org.as3collections.TypedCollection
Forwards the call to wrappedCollection.clear.
clear() — method, class org.as3collections.UniqueCollection
Forwards the call to wrappedCollection.clear.
clear() — method, class org.as3collections.lists.ArrayList
Removes all of the elements from this list.
clear() — method, class org.as3collections.lists.ReadOnlyArrayList
This implementation always throws an UnsupportedOperationError.
clear() — method, class org.as3collections.maps.ArrayListMap
Removes all of the mappings from this map.
clear() — method, class org.as3collections.maps.HashMap
Removes all of the mappings from this map.
clear() — method, class org.as3collections.maps.ReadOnlyArrayListMap
This implementation always throws an UnsupportedOperationError.
clear() — method, class org.as3collections.maps.ReadOnlyHashMap
This implementation always throws an UnsupportedOperationError.
clear() — method, class org.as3collections.maps.TypedMap
Forwards the call to wrappedMap.clear.
clear() — method, class org.as3collections.queues.LinearQueue
Removes all of the elements from this queue.
clone() — method, class org.as3collections.AbstractArrayCollection
Creates and return a shallow copy of this collection.
clone() — method, class org.as3collections.AbstractHashMap
Creates and return a shallow copy of this collection.
clone() — method, class org.as3collections.AbstractListMap
Creates and return a shallow copy of this collection.
clone() — method, class org.as3collections.MapEntry
Creates and return a new MapEntry object with the same key-value mapping.
clone() — method, class org.as3collections.TypedCollection
Creates and return a new TypedCollection object with the clone of the wrappedCollection object.
clone() — method, class org.as3collections.UniqueCollection
Creates and return a new UniqueCollection object with the clone of the wrappedCollection object.
clone() — method, class org.as3collections.lists.ArrayList
Creates and return a new ArrayList object containing all elements in this list (in the same order).
clone() — method, class org.as3collections.lists.ReadOnlyArrayList
Creates and return a new ReadOnlyArrayList object containing all elements in this list (in the same order).
clone() — method, class org.as3collections.lists.SortedArrayList
Creates and return a new SortedArrayList object containing all elements in this list (in the same order).
clone() — method, class org.as3collections.lists.TypedList
Creates and return a new TypedList object with a clone of the wrappedList object.
clone() — method, class org.as3collections.lists.TypedSortedList
Creates and return a new TypedSortedList object with the clone of the wrappedMap object.
clone() — method, class org.as3collections.lists.UniqueList
Creates and return a new UniqueList object with the clone of the wrappedList object.
clone() — method, class org.as3collections.lists.UniqueSortedList
Creates and return a new UniqueSortedList object with the clone of the wrappedMap object.
clone() — method, class org.as3collections.maps.ArrayListMap
Creates and return a new ArrayListMap object containing all mappings in this map (in the same order).
clone() — method, class org.as3collections.maps.HashMap
Creates and return a new HashMap object containing all mappings in this map.
clone() — method, class org.as3collections.maps.ReadOnlyArrayListMap
Creates and return a new ReadOnlyArrayListMap object containing all mappings in this map (in the same order).
clone() — method, class org.as3collections.maps.ReadOnlyHashMap
Creates and return a new ReadOnlyHashMap object containing all mappings in this map.
clone() — method, class org.as3collections.maps.SortedArrayListMap
Creates and return a new SortedArrayListMap object containing all elements in this map (in the same order).
clone() — method, class org.as3collections.maps.TypedListMap
Creates and return a new TypedListMap object with the clone of the wrappedMap object.
clone() — method, class org.as3collections.maps.TypedMap
Creates and return a new TypedMap object with the clone of the wrappedMap object.
clone() — method, class org.as3collections.maps.TypedSortedMap
Creates and return a new TypedSortedMap object with the clone of the wrappedMap object.
clone() — method, class org.as3collections.queues.IndexQueue
Creates and return a new IndexQueue object containing all elements in this queue (in the same order).
clone() — method, class org.as3collections.queues.LinearQueue
Creates and return a new LinearQueue object containing all elements in this queue (in the same order).
clone() — method, class org.as3collections.queues.PriorityIndexQueue
Creates and return a new IndexablePriorityQueue object containing all elements in this queue (in the same order).
clone() — method, class org.as3collections.queues.PriorityQueue
Creates and return a new PriorityQueue object containing all elements in this queue (in the same order).
clone() — method, class org.as3collections.queues.SortedQueue
Creates and return a new SortedQueue object containing all elements in this queue (in the same order).
clone() — method, class org.as3collections.queues.TypedQueue
Creates and return a new TypedQueue object with the clone of the wrappedQueue object.
clone() — method, class org.as3collections.queues.UniqueQueue
Creates and return a new UniqueQueue object with the clone of the wrappedQueue object.
CollectionUtil — class, package org.as3collections.utils
A utility class to work with implementations of the ICollection interface.
CollectionUtil() — Constructor, class org.as3collections.utils.CollectionUtil
CollectionUtil is a static class and shouldn't be instantiated.
comparator — Property, class org.as3collections.lists.SortedArrayList
Defines the comparator object to be used automatically to sort.
comparator — Property, class org.as3collections.lists.TypedSortedList
Defines the wrappedList comparator object to be used automatically to sort.
comparator — Property, class org.as3collections.lists.UniqueSortedList
Defines the wrappedList comparator object to be used automatically to sort.
comparator — Property, class org.as3collections.maps.SortedArrayListMap
Defines the comparator object to be used automatically to sort.
comparator — Property, class org.as3collections.maps.TypedSortedMap
Defines the wrappedMap comparator object to be used automatically to sort.
comparator — Property, class org.as3collections.queues.IndexQueue
IndexQueue does not allow changing its comparator object.
comparator — Property, class org.as3collections.queues.PriorityIndexQueue
IndexablePriorityQueue does not allow changing its comparator object.
comparator — Property, class org.as3collections.queues.PriorityQueue
PriorityQueue does not allow changing its comparator object.
comparator — Property, class org.as3collections.queues.SortedQueue
Defines the comparator object to be used automatically to sort.
ConcurrentModificationError — class, package org.as3collections.errors
The error that is thrown by methods that have detected concurrent modification of an object when such modification is not permissible.
ConcurrentModificationError(message:String) — Constructor, class org.as3collections.errors.ConcurrentModificationError
Constructor, creates a new ConcurrentModificationError instance.
contains(o:any) — method, class org.as3collections.AbstractArrayCollection
Returns true if this collection contains the specified object.
contains(o:any) — method, interface org.as3collections.ICollection
Returns true if this collection contains the specified object.
contains(o:any) — method, class org.as3collections.TypedCollection
Forwards the call to wrappedCollection.contains.
contains(o:any) — method, class org.as3collections.UniqueCollection
Forwards the call to wrappedCollection.contains.
containsAll(collection:org.as3collections:ICollection) — method, class org.as3collections.AbstractArrayCollection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(collection:org.as3collections:ICollection) — method, interface org.as3collections.ICollection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(collection:org.as3collections:ICollection) — method, class org.as3collections.TypedCollection
Forwards the call to wrappedCollection.containsAll.
containsAll(collection:org.as3collections:ICollection) — method, class org.as3collections.UniqueCollection
Forwards the call to wrappedCollection.containsAll.
containsDuplication(collection:org.as3collections:ICollection) — Static Method , class org.as3collections.utils.CollectionUtil
containsKey(key:any) — method, class org.as3collections.AbstractHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(key:any) — method, class org.as3collections.AbstractListMap
Returns true if this map contains a mapping for the specified key.
containsKey(key:any) — method, interface org.as3collections.IMap
Returns true if this map contains a mapping for the specified key.
containsKey(key:any) — method, class org.as3collections.maps.TypedMap
Forwards the call to wrappedMap.containsKey.
containsOnlyType(collection:org.as3collections:ICollection, type:any, strict:Boolean) — Static Method , class org.as3collections.utils.CollectionUtil
Returns true if the collection contains only elements of the type argument.
containsValue(value:any) — method, class org.as3collections.AbstractHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(value:any) — method, class org.as3collections.AbstractListMap
Returns true if this map maps one or more keys to the specified value.
containsValue(value:any) — method, interface org.as3collections.IMap
Returns true if this map maps one or more keys to the specified value.
containsValue(value:any) — method, class org.as3collections.maps.TypedMap
Forwards the call to wrappedMap.containsValue.
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