Iteratorclass | systype.h[172] |
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
:
getPropList
getPropParams
getSuperclassList
isClass
isTransient
ofKind
propDefined
propInherited
propType
valToSymbol
getCurKey ( ) | systype.h[202] |
getCurVal ( ) | systype.h[208] |
getNext ( ) | systype.h[181] |
isNextAvailable ( ) | systype.h[188] |
resetIterator ( ) | systype.h[194] |