public class LongTableEnumerator
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements()
Return true if the table contains more elements, otherwise false.
|
long |
nextKey()
Return the table's next not-yet-used key.
|