Class: com.sun.corba.se.impl.util.IdentityHashtableEnumerator
- class IdentityHashtableEnumerator
- 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.corba.se.impl.util.IdentityHashtableEnumerator
- Enumeration<E>
Methods
-
IdentityHashtableEnumeratortop
IdentityHashtableEnumerator(IdentityHashtableEntry[] 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
IdentityHashtableEntry entry -
index
int index -
keys
boolean keys -
table
IdentityHashtableEntry[] table
