public class ResourceBundleEnumeration extends Object implements Enumeration<String>
| Constructor and Description |
|---|
ResourceBundleEnumeration(Set<String> keys,
Enumeration<String> parentKeys) |
public ResourceBundleEnumeration(Set<String> keys, Enumeration<String> parentKeys)
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<String>public String nextElement()
nextElement in interface Enumeration<String>Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.