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 |
tailMap(fromKey:any) — method, class org.as3collections.AbstractListMap |
|
Returns a new IListMap object that is a view of the portion of this map whose keys are greater than or equal to fromKey. |
tailMap(fromKey:any) — method, interface org.as3collections.IListMap |
|
Returns a new IListMap object that is a view of the portion of this map whose keys are greater than or equal to fromKey. |
tailMap(fromKey:any) — method, class org.as3collections.maps.TypedListMap |
|
Forwards the call to wrappedMap.tailMap. |
tailMap(fromKey:any) — method, class org.as3collections.maps.TypedSortedMap |
|
Forwards the call to wrappedMap.tailMap. |
toArray() — method, class org.as3collections.AbstractArrayCollection |
|
Returns an array containing all of the elements in this collection. |
toArray() — method, interface org.as3collections.ICollection |
|
Returns an array containing all of the elements in this collection. |
toArray() — method, class org.as3collections.TypedCollection |
|
Forwards the call to wrappedCollection.toArray. |
toArray() — method, class org.as3collections.UniqueCollection |
|
Forwards the call to wrappedCollection.toArray. |
toString() — method, class org.as3collections.AbstractArrayCollection |
|
Returns the string representation of this instance. |
toString() — method, class org.as3collections.AbstractHashMap |
|
Returns the string representation of this instance. |
toString() — method, class org.as3collections.AbstractListMap |
|
Returns the string representation of this instance. |
toString() — method, class org.as3collections.MapEntry |
|
Returns the string representation of this instance. |
toString() — method, class org.as3collections.TypedCollection |
|
Returns the string representation of this instance. |
toString() — method, class org.as3collections.UniqueCollection |
|
Returns the string representation of this instance. |
toString() — method, class org.as3collections.maps.TypedMap |
|
Returns the string representation of this instance. |
toString(collection:org.as3collections:ICollection) — Static Method , class org.as3collections.utils.CollectionUtil |
|
Returns the string representation of the collection argument. |
toString(map:org.as3collections:IMap) — Static Method , class org.as3collections.utils.MapUtil |
|
Returns the string representation of the map argument. |
type — Property, class org.as3collections.TypedCollection |
|
Defines the acceptable type of the elements by this collection. |
TypedCollection — class, package org.as3collections |
|
TypedCollection works as a wrapper for a collection.
Since ActionScript 3.0 does not support typed arrays, TypedCollection is a way to create typed collections.
It stores the wrapCollection constructor's argument internally. |
TypedCollection(wrapCollection:org.as3collections:ICollection, type:any) — Constructor, class org.as3collections.TypedCollection |
|
Constructor, creates a new TypedCollection object. |
TypedList — class, package org.as3collections.lists |
|
TypedList works as a wrapper for a IList object. |
TypedList(wrapList:org.as3collections:IList, type:any) — Constructor, class org.as3collections.lists.TypedList |
|
Constructor, creates a new TypedList object. |
TypedListMap — class, package org.as3collections.maps |
|
TypedSortedMap works as a wrapper for a map. |
TypedListMap(wrapMap:org.as3collections:IListMap, typeKeys:any, typeValues:any) — Constructor, class org.as3collections.maps.TypedListMap |
|
Constructor, creates a new TypedSortedMap object. |
TypedMap — class, package org.as3collections.maps |
|
TypedMap works as a wrapper for a map. |
TypedMap(wrapMap:org.as3collections:IMap, typeKeys:any, typeValues:any) — Constructor, class org.as3collections.maps.TypedMap |
|
Constructor, creates a new TypedMap object. |
TypedQueue — class, package org.as3collections.queues |
|
TypedQueue works as a wrapper for a queue. |
TypedQueue(wrapQueue:org.as3collections:IQueue, type:any) — Constructor, class org.as3collections.queues.TypedQueue |
|
Constructor, creates a new TypedQueue object. |
TypedSortedList — class, package org.as3collections.lists |
|
TypedSortedList works as a wrapper for a ISortedList object. |
TypedSortedList(wrapList:org.as3collections:ISortedList, type:any) — Constructor, class org.as3collections.lists.TypedSortedList |
|
Constructor, creates a new TypedList object. |
TypedSortedMap — class, package org.as3collections.maps |
|
TypedSortedMap works as a wrapper for a map. |
TypedSortedMap(wrapMap:org.as3collections:ISortedMap, typeKeys:any, typeValues:any) — Constructor, class org.as3collections.maps.TypedSortedMap |
|
Constructor, creates a new TypedSortedMap object. |
typeKeys — Property, class org.as3collections.maps.TypedMap |
|
Defines the acceptable type of the keys by this map. |
typeValues — Property, class org.as3collections.maps.TypedMap |
|
Defines the acceptable type of the values by this map. |
|
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 |