com.ibm.ulc.util
Class UlcHashtableEnumerator

java.lang.Object
  |
  +--com.ibm.ulc.util.UlcObject
        |
        +--com.ibm.ulc.util.UlcHashtableEnumerator

public class UlcHashtableEnumerator
extends UlcObject
implements java.util.Enumeration

See Also:
Serialized Form

Constructor Summary
UlcHashtableEnumerator(UlcHashtable table, boolean keys)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class com.ibm.ulc.util.UlcObject
trouble, trouble2, trouble2Err, troubleErr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UlcHashtableEnumerator

public UlcHashtableEnumerator(UlcHashtable table,
                              boolean keys)
Parameters:
table - UlcHashtable
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration