Class: java.util.Hashtable.EmptyEnumerator
- static private class Hashtable.EmptyEnumerator
- implements Enumeration<Object>
A hashtable enumerator class for empty hash tables, specializes
the general Enumerator
Methods
-
Hashtable.EmptyEnumeratortop
Hashtable.EmptyEnumerator() -
hasMoreElementstop
public boolean hasMoreElements()Tests if this enumeration contains more elements.- Specified by:
- hasMoreElements from Enumeration<Object>
-
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<Object>
