public class ResourceBundleEnumeration extends Object implements Enumeration<String>
Constructor and Description |
---|
ResourceBundleEnumeration(Set<String> set,
Enumeration<String> enumeration) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
String |
nextElement() |
public ResourceBundleEnumeration(Set<String> set, Enumeration<String> enumeration)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<String>
public String nextElement()
nextElement
in interface Enumeration<String>