|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsun.util.ResourceBundleEnumeration
public class ResourceBundleEnumeration
Implements an Enumeration that combines elements from a Set and an Enumeration. Used by ListResourceBundle and PropertyResourceBundle.
| Constructor Summary | |
|---|---|
ResourceBundleEnumeration(Set<String> set,
Enumeration<String> enumeration)
Constructs a resource bundle enumeration. |
|
| Method Summary | |
|---|---|
boolean |
hasMoreElements()
Tests whether there are elements remaining in the enumeration. |
String |
nextElement()
Obtain the next element in the enumeration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceBundleEnumeration(Set<String> set,
Enumeration<String> enumeration)
set - an set providing some elements of the enumerationenumeration - an enumeration providing more elements of the enumeration.
enumeration may be null.| Method Detail |
|---|
public boolean hasMoreElements()
Enumeration
hasMoreElements in interface Enumeration<String>public String nextElement()
Enumeration
nextElement in interface Enumeration<String>
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||