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 |
MapEntry — class, package org.as3collections |
|
An entry maintaining a key and a value. |
MapEntry(key:any, value:any) — Constructor, class org.as3collections.MapEntry |
|
Constructor, creates a new MapEntry object. |
MapIterator — class, package org.as3collections.iterators |
|
An iterator to iterate over maps (implementations of the IMap interface). |
MapIterator(source:org.as3collections:IMap) — Constructor, class org.as3collections.iterators.MapIterator |
|
Constructor, creates a new MapIterator object. |
MapUtil — class, package org.as3collections.utils |
|
A utility class to work with implementations of the IMap interface. |
MapUtil() — Constructor, class org.as3collections.utils.MapUtil |
|
MapUtil is a static class and shouldn't be instantiated. |
maxValue(collection:org.as3collections:ICollection) — Static Method , class org.as3collections.utils.CollectionUtil |
|
Returns the largest number in the specified collection. |
maxValueIndex(collection:org.as3collections:ICollection) — Static Method , class org.as3collections.utils.CollectionUtil |
|
Returns the index position of the largest number in the specified collection. |
modCount — Property, class org.as3collections.AbstractList |
|
The number of times this list has been structurally modified. |
modCount — Property, class org.as3collections.AbstractListMap |
|
The number of times this map has been structurally modified. |
modCount — Property, interface org.as3collections.IList |
|
The number of times this list has been structurally modified. |
modCount — Property, interface org.as3collections.IListMap |
|
The number of times this map has been structurally modified. |
modCount — Property, class org.as3collections.lists.TypedList |
|
Returns the return of the call wrappedList.modCount. |
modCount — Property, class org.as3collections.lists.UniqueList |
|
Returns the return of the call wrappedList.modCount. |
modCount — Property, class org.as3collections.maps.TypedListMap |
|
Returns the return of the call wrapMap.modCount. |
|
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 |