java.lang.Object
org.tentackle.i18n.BundleEnumeration
- All Implemented Interfaces:
Enumeration<String>
Bundle enumeration to implement
ResourceBundle.getKeys().- Author:
- harald
-
Constructor Summary
ConstructorsConstructorDescriptionBundleEnumeration(Set<String> keys, Enumeration<String> parentEnumeration) Creates a bundle enumeration. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Enumeration
asIterator
-
Constructor Details
-
BundleEnumeration
Creates a bundle enumeration.- Parameters:
keys- the bundle keysparentEnumeration- the parent key enumeration, null if no parent
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration<String>
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<String>
-