|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Enumeration | |
---|---|
com.sun.spot.util | Utility classes. |
com.sun.squawk | Provides classes for low level interactions with the Squawk VM. |
com.sun.squawk.io | Provides classes for input and output through data streams. |
com.sun.squawk.util | Provides classes for basic utilities sometimes jound in JSE. |
java.util | Contains the collection classes, and the date and time facilities. |
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. |
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 V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |