org.apache.sling.i18n.impl
Class ResourceBundleEnumeration

java.lang.Object
  extended by org.apache.sling.i18n.impl.ResourceBundleEnumeration
All Implemented Interfaces:
Enumeration<String>

public class ResourceBundleEnumeration
extends Object
implements Enumeration<String>


Constructor Summary
ResourceBundleEnumeration(Set<String> keys, Enumeration<String> parentKeys)
           
 
Method Summary
 boolean hasMoreElements()
           
 String nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceBundleEnumeration

public ResourceBundleEnumeration(Set<String> keys,
                                 Enumeration<String> parentKeys)
Method Detail

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.