SunSPOT API V3.0


Uses of Class
java.util.Hashtable

Packages that use Hashtable
com.sun.spot.dmamemory Support for allocating memory for DMA buffers. 
com.sun.spot.dmamemory.proxy Support for allocating memory for DMA buffers - from child isolates. 
com.sun.spot.peripheral Access to the hardware peripherals built in to the Sun SPOT main board. 
com.sun.spot.peripheral.radio Support for using the Sun SPOT's radio. 
com.sun.spot.util Utility classes. 
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
 

Uses of Hashtable in com.sun.spot.dmamemory
 

Methods in com.sun.spot.dmamemory that return Hashtable
 Hashtable IDMAMemoryManager.getAllocationDetails()
          Get information about current memory allocations.
 Hashtable DMAMemoryManager.getAllocationDetails()
           
 

Uses of Hashtable in com.sun.spot.dmamemory.proxy
 

Methods in com.sun.spot.dmamemory.proxy that return Hashtable
 Hashtable ProxyDMAMemoryManager.getAllocationDetails()
           
 

Uses of Hashtable in com.sun.spot.peripheral
 

Methods in com.sun.spot.peripheral that return Hashtable
 Hashtable Spot.getExternalBoardMap()
           
 Hashtable ISpot.getExternalBoardMap()
          Get the map of external boards.
 

Uses of Hashtable in com.sun.spot.peripheral.radio
 

Constructors in com.sun.spot.peripheral.radio with parameters of type Hashtable
ReassemblyExpiration(String key, Hashtable reassemblyBuffers, LowPanStats lpStats)
          construct a new instance of ReassemblyExpiration
 

Uses of Hashtable in com.sun.spot.util
 

Subclasses of Hashtable in com.sun.spot.util
 class Properties
          The Properties class represents a persistent set of properties.
 

Uses of Hashtable in com.sun.squawk
 

Constructors in com.sun.squawk with parameters of type Hashtable
Isolate(Hashtable properties, int midletNum, String classPath, String parentSuiteSourceURI)
          Creates an new isolate.
Isolate(Hashtable properties, String mainClassName, String[] args, String classPath, String parentSuiteSourceURI)
          Creates an new isolate.
 


SunSPOT API V3.0


Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.