| java.lang.Object java.util.ResourceBundleEnumeration
ResourceBundleEnumeration | class ResourceBundleEnumeration implements Enumeration(Code) | | Implements an Enumeration that combines elements from a Set and
an Enumeration. Used by ListResourceBundle and PropertyResourceBundle.
|
ResourceBundleEnumeration | ResourceBundleEnumeration(Set set, Enumeration enumeration)(Code) | | Constructs a resource bundle enumeration.
Parameters: set - an set providing some elements of the enumeration Parameters: enumeration - an enumeration providing more elements of the enumeration.enumeration may be null. |
hasMoreElements | public boolean hasMoreElements()(Code) | | |
|
|