-
public class TableIterator extends JsObject
Table iterator class. Assumes iterator (if any) to return not fewer keys than the table has.
-
-
Constructor Summary
Constructors Constructor Description TableIterator(String jsChart)
-
Method Summary
Modifier and Type Method Description static TableIteratorinstantiate()StringgetJsBase()voidadvance()Advances the iterator to the next position. voidget(String field)Returns current field values. voidgetIndex()Returns item index. voidgetKey()Returns item key. voidreset()Resets the iterator to a pre-first position. -
-
Constructor Detail
-
TableIterator
TableIterator(String jsChart)
-
-
Method Detail
-
instantiate
static TableIterator instantiate()
-
advance
void advance()
Advances the iterator to the next position.
-
getIndex
void getIndex()
Returns item index.
-
getKey
void getKey()
Returns item key.
-
reset
void reset()
Resets the iterator to a pre-first position.
-
-
-
-