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  
offer(element:any) — method, class org.as3collections.AbstractQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating restrictions.
offer(element:any) — method, interface org.as3collections.IQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating restrictions.
offer(element:any) — method, class org.as3collections.queues.IndexQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating restrictions.
offer(element:any) — method, class org.as3collections.queues.LinearQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating restrictions.
offer(element:any) — method, class org.as3collections.queues.PriorityIndexQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating restrictions.
offer(element:any) — method, class org.as3collections.queues.PriorityQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating restrictions.
offer(element:any) — method, class org.as3collections.queues.SortedQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating restrictions.
offer(element:any) — method, class org.as3collections.queues.TypedQueue
If isValidType(element) returns false then returns false.
offer(element:any) — method, class org.as3collections.queues.UniqueQueue
If wrappedQueue.contains(element) returns true then returns false.
options — Property, class org.as3collections.lists.SortedArrayList
Defines the options to be used automatically to sort.
options — Property, class org.as3collections.lists.TypedSortedList
Defines the wrappedList options to be used automatically to sort.
options — Property, class org.as3collections.lists.UniqueSortedList
Defines the wrappedList options to be used automatically to sort.
options — Property, class org.as3collections.maps.SortedArrayListMap
Defines the options to be used automatically to sort.
options — Property, class org.as3collections.maps.TypedSortedMap
Defines the wrappedMap options to be used automatically to sort.
options — Property, class org.as3collections.queues.IndexQueue
IndexQueue does not allow changing its options.
options — Property, class org.as3collections.queues.PriorityIndexQueue
IndexablePriorityQueue does not allow changing its options.
options — Property, class org.as3collections.queues.PriorityQueue
PriorityQueue does not allow changing its options.
options — Property, class org.as3collections.queues.SortedQueue
Defines the options to be used automatically to sort.
org.as3collections — package
org.as3collections.errors — package
org.as3collections.iterators — package
org.as3collections.lists — package
org.as3collections.maps — package
org.as3collections.queues — package
org.as3collections.utils — package
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