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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hasMoreElements
public boolean hasMoreElements()
nextElement
public int nextElement()