Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Interface
java.util.Enumeration
Packages that use Enumeration
Provides for system input and output through data streams, serialization and the file system.
Provides classes that are fundamental to the design of the Java programming language.
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Utility classes commonly useful in concurrent programming.
Uses of Enumeration in java.io
Constructors in java.io with parameters of type Enumeration
Initializes a newly created SequenceInputStream by remembering the argument, which must be an Enumeration that produces objects whose run-time type is InputStream.
Methods in java.lang that return Enumeration
protected Enumeration<URL>
ClassLoader.findResources(String name)
Returns an enumeration of URL objects representing all the resources with the given name.
ClassLoader.getResources(String name)
Finds all the resources with the given name.
ClassLoader.getSystemResources(String name)
Finds all resources of the specified name from the search path used to load classes.
Classes in java.util that implement Enumeration
class
The string tokenizer class allows an application to break a string into tokens.
Methods in java.util that return Enumeration
static <T> Enumeration<T>
Collections.emptyEnumeration()
Returns an enumeration that has no elements.
static <T> Enumeration<T>
Collections.enumeration(Collection<T> c)
Returns an enumeration over the specified collection.
abstract Enumeration<V>
Dictionary.elements()
Returns an enumeration of the values in this dictionary.
abstract Enumeration<K>
Dictionary.keys()
Returns an enumeration of the keys in this dictionary.
Hashtable.elements()
Returns an enumeration of the values in this hashtable.
Hashtable.keys()
Returns an enumeration of the keys in this hashtable.
ListResourceBundle.getKeys()
Returns an Enumeration of the keys contained in this ResourceBundle and its parent bundles.
Properties.elements()
Returns an enumeration of the values in this hashtable.
Properties.keys()
Returns an enumeration of the keys in this hashtable.
Properties.propertyNames()
Returns an enumeration of all the keys in this property list, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
PropertyResourceBundle.getKeys()
Returns an Enumeration of the keys contained in this ResourceBundle and its parent bundles.
ResourceBundle.getKeys()
Returns an enumeration of the keys.
Vector.elements()
Returns an enumeration of the components of this vector.
Methods in java.util with parameters of type Enumeration
static <T> ArrayList<T>
Collections.list(Enumeration<T> e)
Returns an array list containing the elements returned by the specified enumeration in the order they are returned by the enumeration.
Methods in java.util.concurrent that return Enumeration
ConcurrentHashMap.elements()
Returns an enumeration of the values in this table.
ConcurrentHashMap.keys()
Returns an enumeration of the keys in this table.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz