J2ME CDC

Uses of Interface
java.util.Enumeration

Packages that use Enumeration
java.io   
java.lang   
java.net   
java.security   
java.text.resources   
java.util   
java.util.jar   
java.util.zip   
 

Uses of Enumeration in java.io
 

Constructors in java.io with parameters of type Enumeration
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.
 

Uses of Enumeration in java.net
 

Methods in java.net that return Enumeration
 Enumeration URLClassLoader.findResources(String name)
          Returns an Enumeration of URLs representing all of the resources on the URL search path having the specified name.
 

Uses of Enumeration in java.security
 

Methods in java.security that return Enumeration
 Enumeration KeyStore.aliases()
          Lists all the alias names of this keystore.
abstract  Enumeration KeyStoreSpi.engineAliases()
          Lists all the alias names of this keystore.
abstract  Enumeration PermissionCollection.elements()
          Returns an enumeration of all the Permission objects in the collection.
 Enumeration Permissions.elements()
          Returns an enumeration of all the Permission objects in all the PermissionCollections in this Permissions object.
abstract  Enumeration IdentityScope.identities()
          Deprecated. Returns an enumeration of all identities in this identity scope.
 

Uses of Enumeration in java.text.resources
 

Methods in java.text.resources that return Enumeration
 Enumeration DateFormatZoneData.getKeys()
          Implmentation of ResourceBundle.getKeys.
 

Uses of Enumeration in java.util
 

Classes in java.util that implement Enumeration
 class StringTokenizer
          The string tokenizer class allows an application to break a string into tokens.
 

Methods in java.util that return Enumeration
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 Vector.elements()
          Returns an enumeration of the components of this vector.
 Enumeration PropertyResourceBundle.getKeys()
          Implementation of ResourceBundle.getKeys.
static Enumeration Collections.enumeration(Collection c)
          Returns an enumeration over the specified collection.
 

Uses of Enumeration in java.util.jar
 

Methods in java.util.jar that return Enumeration
 Enumeration JarFile.entries()
          Returns an enumeration of the ZIP file entries.
 

Uses of Enumeration in java.util.zip
 

Methods in java.util.zip that return Enumeration
 Enumeration ZipFile.entries()
          Returns an enumeration of the ZIP file entries.
 


J2ME CDC

Java is a trademark or registred trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo, Alto, California, 94303, U.S.A All Rights Reserved.