SunSPOT API V5.0


Uses of Interface
java.util.Enumeration

Packages that use Enumeration
com.sun.spot.peripheral.radio.routing Interfaces implemented by all routing protocols. 
com.sun.spot.util Utility classes. 
com.sun.squawk   
com.sun.squawk.io   
com.sun.squawk.util   
java.util   
 

Uses of Enumeration in com.sun.spot.peripheral.radio.routing
 

Methods in com.sun.spot.peripheral.radio.routing that return Enumeration
 Enumeration RouteTable.getAllEntries()
           
 

Uses of Enumeration in com.sun.spot.util
 

Methods in com.sun.spot.util that return Enumeration
 Enumeration 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.
 

Methods in com.sun.spot.util with parameters of type Enumeration
static Vector Utils.enumToVector(Enumeration items)
          Convert an Enumeration to a Vector
 

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 IntHashtable.elements()
          Returns an enumeration of the values in this hashtable.
 Enumeration SquawkVector.elements()
          Returns an enumeration of the components of this vector.
 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.
 


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.