Uses of Interface
java.util.Enumeration

Packages that use Enumeration
java.applet   
java.awt   
java.beans   
java.io   
java.lang   
java.util   
 

Uses of Enumeration in java.applet
 

Methods in java.applet that return Enumeration
 Enumeration AppletContext.getApplets()
          Finds all the applets in the document represented by this applet context.
 

Uses of Enumeration in java.awt
 

Methods in java.awt that return Enumeration
 Enumeration MenuBar.shortcuts()
          Gets an enumeration of all menu shortcuts this menu bar is managing.
(package private)  Enumeration Menu.shortcuts()
           
 

Uses of Enumeration in java.beans
 

Methods in java.beans that return Enumeration
 Enumeration FeatureDescriptor.attributeNames()
          Gets an enumeration of the locale-independent names of this feature.
 Enumeration BeansAppletContext.getApplets()
           
 

Uses of Enumeration in java.io
 

Fields in java.io declared as Enumeration
(package private)  Enumeration SequenceInputStream.e
           
 

Methods in java.io that return Enumeration
 Enumeration FilePermissionCollection.elements()
          Returns an enumeration of all the FilePermission objects in the container.
 

Constructors in java.io with parameters of type Enumeration
SequenceInputStream.SequenceInputStream(Enumeration e)
          Initializes a newly created SequenceInputStream by remembering the argument, which must be an Enumeration that produces objects whose run-time type is InputStream.
 

Uses of Enumeration in java.lang
 

Methods in java.lang that return Enumeration
 Enumeration ClassLoader.getResources(String name)
          Finds all the resources with the given name.
protected  Enumeration ClassLoader.findResources(String name)
          Returns an Enumeration of URLs representing all the resources with the given name.
static Enumeration ClassLoader.getSystemResources(String name)
          Finds all resources of the specified name from the search path used to load classes.
private static Enumeration ClassLoader.getBootstrapResources(String name)
          Find resources from the VM's built-in classloader.
 

Uses of Enumeration in java.util
 

Classes in java.util that implement Enumeration
private  class Hashtable.Enumerator
          A hashtable enumerator class.
 class StringTokenizer
          The string tokenizer class allows an application to break a string into tokens.
 

Methods in java.util that return Enumeration
 Enumeration PropertyPermissionCollection.elements()
          Returns an enumeration of all the PropertyPermission objects in the container.
static Enumeration Collections.enumeration(Collection c)
          Returns an enumeration over the specified collection.
 Enumeration Vector.elements()
          Returns an enumeration of the components of this vector.
abstract  Enumeration Dictionary.keys()
          Returns an enumeration of the keys in this dictionary.
abstract  Enumeration Dictionary.elements()
          Returns an enumeration of the values in this dictionary.
 Enumeration Hashtable.keys()
          Returns an enumeration of the keys in this hashtable.
 Enumeration Hashtable.elements()
          Returns an enumeration of the values in this hashtable.
 Enumeration Properties.propertyNames()
          Returns an enumeration of all the keys in this property list, including the keys in the default property list.
abstract  Enumeration ResourceBundle.getKeys()
          Return an enumeration of the keys.
 Enumeration ListResourceBundle.getKeys()
          Implementation of ResourceBundle.getKeys.
 Enumeration PropertyResourceBundle.getKeys()
          Implementation of ResourceBundle.getKeys.