|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Class | |
---|---|
com.sun.squawk.peripheral | |
java.lang | Provides classes that are fundamental to the Java programming language. |
Uses of Class in com.sun.squawk.peripheral |
---|
Methods in com.sun.squawk.peripheral with parameters of type Class | |
---|---|
IPeripheral[] |
PeripheralRegistry.getAll(Class type)
Return all peripherals of type type . |
IPeripheral |
PeripheralRegistry.getSingleton(Class type)
|
void |
PeripheralRegistry.removeAll(Class type)
|
Uses of Class in java.lang |
---|
Methods in java.lang that return Class | |
---|---|
static Class |
Class.forName(String className)
Returns the Class object associated with the class
with the given string name. |
Class |
Object.getClass()
Returns the runtime class of an object. |
Methods in java.lang with parameters of type Class | |
---|---|
boolean |
Class.isAssignableFrom(Class cls)
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or
superinterface of, the class or interface represented by the specified
Class parameter. |
|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |