SunSPOT API V3.0


Uses of Class
java.util.Vector

Packages that use Vector
com.sun.spot.peripheral.radio.mhrp.aodv An mesh routing package based on the AODV protocol. 
com.sun.spot.peripheral.radio.mhrp.aodv.routing Routing table used by the AODV based mesh routing package 
com.sun.spot.util Utility classes. 
com.sun.squawk.flash   
com.sun.squawk.imp Provides classes for low level interactions with the Squawk implementation of IMP. 
com.sun.squawk.peripheral   
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 Vector in com.sun.spot.peripheral.radio.mhrp.aodv
 

Constructors in com.sun.spot.peripheral.radio.mhrp.aodv with parameters of type Vector
Receiver(long ourAddress, Sender sender, ILowPan lowPan, Vector listeners)
          constructs a new receiver thread.
Sender(long ourAddress, ILowPan lowPan, Vector listeners)
           
 

Uses of Vector in com.sun.spot.peripheral.radio.mhrp.aodv.routing
 

Fields in com.sun.spot.peripheral.radio.mhrp.aodv.routing declared as Vector
 Vector RoutingEntry.routeUsers
          list of those actively using this route entry
 

Methods in com.sun.spot.peripheral.radio.mhrp.aodv.routing that return Vector
 Vector RoutingTable.getAllEntries()
          This method provides access to the entire routing table.
 

Uses of Vector in com.sun.spot.util
 

Methods in com.sun.spot.util that return Vector
static Vector Utils.enumToVector(Enumeration items)
          Convert an Enumeration to a Vector
 

Uses of Vector in com.sun.squawk.flash
 

Methods in com.sun.squawk.flash that return Vector
static Vector NorFlashMemoryHeap.getNorFlashSectors(int purpose)
           
 

Uses of Vector in com.sun.squawk.imp
 

Methods in com.sun.squawk.imp that return Vector
static Vector ImpGlobal.getRecordStoreDbCache()
           
 

Uses of Vector in com.sun.squawk.peripheral
 

Fields in com.sun.squawk.peripheral declared as Vector
protected  Vector SimulatedNorFlashSectorAllocator.sectors
           
 

Uses of Vector in com.sun.squawk.util
 

Methods in com.sun.squawk.util that return Vector
 Vector LineReader.readLines(Vector v)
          Read all the lines from the input stream and add them to a given Vector.
 

Methods in com.sun.squawk.util with parameters of type Vector
 Vector LineReader.readLines(Vector v)
          Read all the lines from the input stream and add them to a given Vector.
 

Uses of Vector in java.util
 

Subclasses of Vector in java.util
 class Stack
          The Stack class represents a last-in-first-out (LIFO) stack of objects.
 


SunSPOT API V3.0


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