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  
next() — method, interface org.as3collections.IIterator
Returns the next element in the iteration.
next() — method, class org.as3collections.iterators.ArrayIterator
Returns the next element in the iteration.
next() — method, class org.as3collections.iterators.ListIterator
Returns the next element in the iteration.
next() — method, class org.as3collections.iterators.ListMapIterator
Returns the next value in the iteration.
next() — method, class org.as3collections.iterators.MapIterator
Returns the next element in the iteration.
nextIndex() — method, interface org.as3collections.IListIterator
Returns the index of the element that would be returned by a subsequent call to next.
nextIndex() — method, interface org.as3collections.IListMapIterator
Returns the index of the mapping that would be returned by a subsequent call to next.
nextIndex() — method, class org.as3collections.iterators.ListIterator
Returns the index of the element that would be returned by a subsequent call to next.
nextIndex() — method, class org.as3collections.iterators.ListMapIterator
Returns the index of the mapping that would be returned by a subsequent call to next.
NoSuchElementError — class, package org.as3collections.errors
The error that is thrown to indicate that there are no more elements in the iteration.
NoSuchElementError(message:String) — Constructor, class org.as3collections.errors.NoSuchElementError
Constructor, creates a new NoSuchElementError instance.
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