Package 

Class TableIterator


  • 
    public class TableIterator
    extends JsObject
                        

    Table iterator class. Assumes iterator (if any) to return not fewer keys than the table has.

    • Method Summary

      Modifier and Type Method Description
      static TableIterator instantiate()
      String getJsBase()
      void advance() Advances the iterator to the next position.
      void get(String field) Returns current field values.
      void getIndex() Returns item index.
      void getKey() Returns item key.
      void reset() Resets the iterator to a pre-first position.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait