ostore.util
Class IntHashtable.KeyEnumerator

java.lang.Object
  |
  +--ostore.util.IntHashtable.KeyEnumerator
Enclosing class:
IntHashtable

public class IntHashtable.KeyEnumerator
extends Object

A hashtable enumerator class. This class should remain opaque to the client. It will use the Enumeration interface.


Method Summary
 boolean hasMoreElements()
           
 int nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasMoreElements

public boolean hasMoreElements()

nextElement

public int nextElement()