Class: java.util.ResourceBundleEnumeration
- class ResourceBundleEnumeration
- implements Enumeration<String>
Implements an Enumeration that combines elements from a Set and
an Enumeration. Used by ListResourceBundle and PropertyResourceBundle.
Methods
-
ResourceBundleEnumerationtop
Constructs a resource bundle enumeration. -
hasMoreElementstop
public boolean hasMoreElements()Tests if this enumeration contains more elements.- Specified by:
- hasMoreElements from Enumeration<String>
-
nextElementtop
public String 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<String>
