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  
HashMap — class, package org.as3collections.maps
Hash table based implementation of the IMap interface.
HashMap(source:org.as3collections:IMap, weakKeys:Boolean) — Constructor, class org.as3collections.maps.HashMap
Constructor, creates a new HashMap object.
hasNext() — method, interface org.as3collections.IIterator
Returns true if the iteration has more elements.
hasNext() — method, class org.as3collections.iterators.ArrayIterator
Returns true if the iteration has more elements.
hasNext() — method, class org.as3collections.iterators.ListIterator
Returns true if the iteration has more elements.
hasNext() — method, class org.as3collections.iterators.ListMapIterator
Returns true if the iteration has more elements.
hasNext() — method, class org.as3collections.iterators.MapIterator
Returns true if the iteration has more elements.
hasPrevious() — method, interface org.as3collections.IListIterator
Returns true if the iteration has more elements when traversing the list in the reverse direction.
hasPrevious() — method, interface org.as3collections.IListMapIterator
Returns true if the iteration has more mappings when traversing the map in the reverse direction.
hasPrevious() — method, class org.as3collections.iterators.ListIterator
Returns true if the iteration has more elements when traversing the list in the reverse direction.
hasPrevious() — method, class org.as3collections.iterators.ListMapIterator
Returns true if the iteration has more mappings when traversing the map in the reverse direction.
headMap(toKey:any) — method, class org.as3collections.AbstractListMap
Returns a new IListMap object that is a view of the portion of this map whose keys are strictly less than toKey.
headMap(toKey:any) — method, interface org.as3collections.IListMap
Returns a new IListMap object that is a view of the portion of this map whose keys are strictly less than toKey.
headMap(toKey:any) — method, class org.as3collections.maps.TypedListMap
Forwards the call to wrappedMap.headMap.
headMap(toKey:any) — method, class org.as3collections.maps.TypedSortedMap
Forwards the call to wrappedMap.headMap.
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