Iteratorclass | systype.h[174] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
Note that iterators can never be created directly with the 'new' operator. Instead, iterators must be obtained from a collection via the collection's createIterator() method.
intrinsic class
Iterator : Object
Iterator
Object
Iterator
IndexedIterator
LookupTableIterator
getCurKey
getCurVal
getNext
isNextAvailable
resetIterator
Inherited from Object
:
callInherited
createIterator
createLiveIterator
forEach
getPropList
getPropParams
getSuperclassList
isClass
isTransient
mapAll
ofKind
propDefined
propInherited
propType
valToSymbol
getCurKey ( ) | systype.h[204] |
getCurVal ( ) | systype.h[210] |
getNext ( ) | systype.h[183] |
isNextAvailable ( ) | systype.h[190] |
resetIterator ( ) | systype.h[196] |