|
Options | Name | Purpose | |
---|---|---|---|
LOGICAL HasNext () |
/** Indicates whether there's another element
@return Logical Trues if the iterator has another element */
|
||
Progress.Lang.Object Next () |
/** Returns the next object in the iterator. Next being the next object
at the iterator's current position.
@return Object The object at the 'next' position. */
|
||
LOGICAL Remove () |
/** Removes an entry from the iterator.
@return logical True if the operation succeeeded. */
|
LOGICAL HasNext ()
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Progress.Lang.Object Next ()
|
||||||||||||
LOGICAL Remove ()
|