net.handle.jdb
Class LongTableEnumerator

java.lang.Object
  extended by net.handle.jdb.LongTableEnumerator

public class LongTableEnumerator
extends java.lang.Object


Method Summary
 boolean hasMoreElements()
          Return true if the table contains more elements, otherwise false.
 long nextKey()
          Return the table's next not-yet-used key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasMoreElements

public boolean hasMoreElements()
Return true if the table contains more elements, otherwise false.


nextKey

public long nextKey()
Return the table's next not-yet-used key. Throw exception if none.