Class: com.sun.org.apache.xalan.internal.xsltc.runtime.Hashtable.HashtableEnumerator
- class Hashtable.HashtableEnumerator
- implements Enumeration
A hashtable enumerator class. This class should remain opaque
to the client. It will use the Enumeration interface.
Inheritance
Superclass tree:- java.lang.Object
- com.sun.org.apache.xalan.internal.xsltc.runtime.Hashtable.HashtableEnumerator
- Enumeration<E>
Methods
-
Hashtable.HashtableEnumeratortop
Hashtable.HashtableEnumerator(HashtableEntry[] table, boolean keys) -
hasMoreElementstop
public boolean hasMoreElements()Tests if this enumeration contains more elements.- Specified by:
- hasMoreElements from Enumeration<E>
-
nextElementtop
public Object nextElement()Returns the next element of this enumeration if this enumeration object has at least one more element to provide.- Specified by:
- nextElement from Enumeration<E>
Fields
-
entry
HashtableEntry entry -
index
int index -
keys
boolean keys -
table
HashtableEntry[] table
