com.liferay.portal.language
Class ResourceBundleEnumeration
java.lang.Object
com.liferay.portal.language.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> set,
Enumeration<String> enumeration)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration<String>
nextElement
public String nextElement()
- Specified by:
nextElement in interface Enumeration<String>