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  
lastIndexOf(element:any, fromIndex:int) — method, class org.as3collections.AbstractList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(element:any, fromIndex:int) — method, interface org.as3collections.IList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(element:any, fromIndex:int) — method, class org.as3collections.lists.TypedList
Forwards the call to wrappedList.lastIndexOf.
lastIndexOf(element:any, fromIndex:int) — method, class org.as3collections.lists.UniqueList
Forwards the call to wrappedList.lastIndexOf.
LinearQueue — class, package org.as3collections.queues
LinearQueue orders elements in a FIFO (first-in-first-out) manner.
LinearQueue(source:Array) — Constructor, class org.as3collections.queues.LinearQueue
Constructor, creates a new LinearQueue object.
listIterator(index:int) — method, class org.as3collections.AbstractList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator(index:int) — method, interface org.as3collections.IList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator(index:int) — method, class org.as3collections.lists.ArrayList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator(index:int) — method, class org.as3collections.lists.ReadOnlyArrayList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator(index:int) — method, class org.as3collections.lists.TypedList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator(index:int) — method, class org.as3collections.lists.UniqueList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
ListIterator — class, package org.as3collections.iterators
An iterator to iterate over lists (implementations of the IList interface).
ListIterator(source:org.as3collections:IList, position:int) — Constructor, class org.as3collections.iterators.ListIterator
Constructor, creates a new ListIterator object.
listMapIterator(index:int) — method, class org.as3collections.AbstractListMap
Returns a IListMapIterator object to iterate over the mappings in this map (in proper sequence), starting at the specified position in this map.
listMapIterator(index:int) — method, interface org.as3collections.IListMap
Returns a IListMapIterator object to iterate over the mappings in this map (in proper sequence), starting at the specified position in this map.
listMapIterator(index:int) — method, class org.as3collections.maps.ArrayListMap
Returns a IListMapIterator object to iterate over the mappings in this map (in proper sequence), starting at the specified position in this map.
listMapIterator(index:int) — method, class org.as3collections.maps.TypedListMap
Returns a IListMapIterator object to iterate over the mappings in this map (in proper sequence), starting at the specified position in this map.
ListMapIterator — class, package org.as3collections.iterators
An iterator to iterate over implementations of IListMap interface.
ListMapIterator(source:org.as3collections:IListMap, position:int) — Constructor, class org.as3collections.iterators.ListMapIterator
Constructor, creates a new ListMapIterator object.
ListUtil — class, package org.as3collections.utils
A utility class to work with implementations of the IList interface.
ListUtil() — Constructor, class org.as3collections.utils.ListUtil
ListUtil is a static class and shouldn't be instantiated.
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