|
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | LOGICAL HasNext () |
/** Indicates whether there's another element
@return Logical Trues if the iterator has anotehanother 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. */ |
|
Top
PROTECTED LOGICAL HasNext ()
|
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED Progress.Lang.Object Next ()
|
|||||||||||||
PROTECTED LOGICAL Remove ()
|
|||||||||||||