org.apache.sling.i18n.impl
Class ResourceBundleEnumeration
java.lang.Object
org.apache.sling.i18n.impl.ResourceBundleEnumeration
- All Implemented Interfaces:
- Enumeration<String>
public class ResourceBundleEnumeration
- extends Object
- implements Enumeration<String>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceBundleEnumeration
public ResourceBundleEnumeration(Set<String> keys,
Enumeration<String> parentKeys)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration<String>
nextElement
public String nextElement()
- Specified by:
nextElement
in interface Enumeration<String>
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.