"

2013 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.compiler   
com.sun.squawk.debugger   
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
 Enumeration Isolate.getChildThreads()
          Gets the child threads of this isolate.
 Enumeration Suite.getManifestPropertyNames()
          Gets the names of all manifest properties embedded in this suite.
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.compiler
 

Methods in com.sun.squawk.compiler that return Enumeration
 Enumeration SymbolicFixupTable.getFixups(String category)
           
 

Uses of Enumeration in com.sun.squawk.debugger
 

Methods in com.sun.squawk.debugger that return Enumeration
 Enumeration EventManager.getEventsOfKind(int eventKind)
          Returns an enumeration of all the event requests of a given kind.
 

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 ArrayHashtable.elements()
          Returns an enumeration of the values in this hashtable.
 Enumeration IntHashtable.elements()
          Returns an enumeration of the values in this hashtable.
 Enumeration SimpleLinkedList.elements()
          Returns an enumeration of the components of this vector.
 Enumeration SquawkHashtable.elements()
          Returns an enumeration of the values in this hashtable.
 Enumeration SquawkVector.elements()
          Returns an enumeration of the components of this vector.
static Enumeration ComputationTimer.getComputations()
          Gets an enumeration over the identifiers of computations for which times were collected.
static Enumeration ComputationTimer.getFlatTimes()
          Gets an enumeration over the collected flat times.
static Enumeration ComputationTimer.getTotalTimes()
          Gets an enumeration over the collected accumulative times.
 Enumeration ArrayHashtable.keys()
          Returns an enumeration of the keys in this hashtable.
 Enumeration IntHashtable.keys()
          Returns an enumeration of the keys in this hashtable.
 Enumeration SquawkHashtable.keys()
          Returns an enumeration of the keys in this hashtable.
 

Methods in com.sun.squawk.util with parameters of type Enumeration
static String SquawkHashtable.enumerationsToString(Enumeration keys, Enumeration elements, int size)
          Utility class to get a rather long string representation of any kind of hashtable.
static String SquawkVector.enumerationToString(Enumeration elements, int size)
          Utility to return a string representation of any enumeration.
 

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.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"