2010 FRC Java API


Uses of Interface
java.util.Enumeration

Packages that use Enumeration
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
com.sun.squawk.io Provides classes from MIDP or unsupportable optional JSRs that are usually in javax.microedition.io, but are not legally in IMP. 
com.sun.squawk.util Provides classes for basic utilities sometimes found in JSE (LineReader, unsynchronized Vectors, Math utilities, etc.) 
java.util Contains the collection classes, and the date and time facilities. 
 

Uses of Enumeration in com.sun.squawk
 

Methods in com.sun.squawk that return Enumeration
static Enumeration VM.getManifestPropertyNames()
          Gets the names of all manifest properties embedded in the leaf suite and all of its parents.
 Enumeration Isolate.getProperties()
          Get an enumeration of isolate property keys.
 

Uses of Enumeration in com.sun.squawk.io
 

Methods in com.sun.squawk.io that return Enumeration
 Enumeration MulticastOutputStream.listNames()
          Lists all names of the output streams to which this multicaster is redirecting output.
 Enumeration MulticastOutputStream.removeAll()
          Removes all the output streams to which this multicaster is redirecting output.
 

Uses of Enumeration in com.sun.squawk.util
 

Classes in com.sun.squawk.util that implement Enumeration
 class StringTokenizer
          StringTokenizer is a class that controls simple linear tokenization of a String.
 

Methods in com.sun.squawk.util that return Enumeration
 Enumeration SquawkVector.elements()
          Returns an enumeration of the components of this vector.
 Enumeration IntHashtable.elements()
          Returns an enumeration of the values in this hashtable.
 Enumeration IntHashtable.keys()
          Returns an enumeration of the keys in this hashtable.
 

Uses of Enumeration in java.util
 

Methods in java.util that return Enumeration
 Enumeration Hashtable.elements()
          Returns an enumeration of the values in this hashtable.
 Enumeration Vector.elements()
          Returns an enumeration of the components of this vector.
 Enumeration Hashtable.keys()
          Returns an enumeration of the keys in this hashtable.
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.