Uses of Class
java.lang.Object

Packages that use Object
com.sentilla.fs   
com.sentilla.measure Sentilla core measurable implementations for use with sensors and actuators. 
com.sentilla.measure.unit Sentilla measurable units libraries for use with sensing and actuation. 
com.sentilla.mote.clientservices Sentilla Client Services application that provides health and status messages from the mote to the host and allows ping and reboot. 
com.sentilla.net Sentilla networking libraries for wireless and wired communication. 
com.sentilla.net.mimeo Private: for Sentilla internal use only. 
com.sentilla.net.rpc Sentilla Remote Procedure Call (RPC) libraries and mechanisms. 
com.sentilla.net.rpc.procedures Sentilla Remote Procedure Call (RPC) procedure definitions. 
com.sentilla.platform.tmote Sentilla system implementations for the Sentilla Tmote platform. 
com.sentilla.system Sentilla core system classes. 
java.io   
java.lang   
java.lang.ref Java support for weak references. 
java.util   
javax.microedition.io   
 

Uses of Object in com.sentilla.fs
 

Subclasses of Object in com.sentilla.fs
 class com.sentilla.fs.FilePropertyDriver
           
 

Uses of Object in com.sentilla.measure
 

Subclasses of Object in com.sentilla.measure
 class FloatMeasure<Q extends Quantity>
           
 

Uses of Object in com.sentilla.measure.unit
 

Subclasses of Object in com.sentilla.measure.unit
 class FloatAmpere
           
 class FloatBit
           
 class FloatCandela
           
 class FloatCelsius
           
 class FloatCoulomb
           
 class FloatCubicMeter
           
 class FloatFarad
           
 class FloatGram
           
 class FloatHenry
           
 class FloatHertz
           
 class FloatJoule
           
 class FloatKelvin
           
 class FloatKilogram
           
 class FloatLumen
           
 class FloatLux
           
 class FloatMeter
           
 class FloatMeterPerSecond
           
 class FloatMeterPerSquareSecond
           
 class FloatMole
           
 class FloatNewton
           
 class FloatOhm
           
 class FloatPascal
           
 class FloatRadian
           
 class FloatRelativeHumidity
           
 class FloatSecond
           
 class FloatSiemens
           
 class FloatSquareMeter
           
 class FloatSteradian
           
 class FloatTesla
           
 class FloatVolt
           
 class FloatWatt
           
 class FloatWeber
           
 

Uses of Object in com.sentilla.mote.clientservices
 

Subclasses of Object in com.sentilla.mote.clientservices
 class ClientServicesLib
          ClientServices application is intended to be customized based on deployment requirements and sensors present on the motes for a given deployment.
 

Uses of Object in com.sentilla.net
 

Subclasses of Object in com.sentilla.net
 class Address
          Address class containing singletons for BroadcastAddress and UnknownAddress.
 class BroadcastAddress
          Addressable object that represents a broadcast address.
 class BroadcastSenderFactory
          BroadcastSenderFactory is a simple local area broadcast sender factory.
 class ByteReceiverDriver
          Create new ByteReceiver system objects.
 class ByteSenderDriver
          Create new ByteSender system objects.
 class CollectionProtocol
          Collection protocol for receiving multi-hop messages from a mote network.
static class CollectionProtocol.CollectionProtocolAck
          Ack message sent by motes to acknowledge the receipt of a DataMessage.
static class CollectionProtocol.CollectionProtocolDataMessage
          Data message sent by the motes when transmitting to host.
static class CollectionProtocol.CollectionProtocolHostMessage
          Message class sent by the host when building a routing table.
static class CollectionProtocol.DebugMessage
          For Sentilla internal use only.
 class Mac64Address
          Address class for the mote MAC address.
 class ProtocolNotFoundException
          Thrown when a trying to reference a protocol that does not exist on this platform.
 class RadioMacAddressMessage
          Message class for specifying the mote destination address.
 class ReceiverDriver
          Driver to create a platform independent Receiver object.
 class RemotePropertyDriver
          A form of PropertyDriver that provides access to remote properties.
 class SenderDriver
          Driver class to creating a platform independent Sender object.
 class UnknownAddress
          Default address class used when address is unknown.
 class UnsupportedAddressException
          Thrown when the address is not supported by Sender object being used.
 

Fields in com.sentilla.net declared as Object
 Object RadioMacAddressMessage.data
          Data to transmit.
 Object CollectionProtocol.CollectionProtocolDataMessage.data
           
 

Methods in com.sentilla.net with parameters of type Object
 boolean Mac64Address.equals(Object obj)
          Returns ture if obj is equal to this, false otherwise.
 boolean CollectionProtocol.CollectionProtocolDataMessage.equals(Object obj)
           
 boolean Addressable.equals(Object obj)
          Returns true if the input object is equal to this one.
 void Sender.send(Object obj)
          Sends the input object.
 Sender Sender.setSend(Object obj)
          Sets the object to send.
 

Uses of Object in com.sentilla.net.mimeo
 

Subclasses of Object in com.sentilla.net.mimeo
 class FileImage
          Private: for Sentilla internal use only.
 class ManifestImage
           
 class Mimeo
          Private: for Sentilla internal use only.
 class MimeoDataMessage
          Message object for Mimeo data buffers.
 class MimeoImage
          Private: for Sentilla internal use only.
 class MimeoImageFactory
          Private: for Sentilla internal use only.
 class MimeoTmote
           
 class OverwriteFileImage
          Private: for Sentilla internal use only.
 class RamByteImage
          Private: for Sentilla internal use only.
 class SlingshotImage
          Private: for Sentilla internal use only.
 

Fields in com.sentilla.net.mimeo declared as Object
 Object MimeoDataMessage.data
           
 

Uses of Object in com.sentilla.net.rpc
 

Subclasses of Object in com.sentilla.net.rpc
 class RemoteInvoker
          RemoteInvoker manages an RPC transaction between a caller and callee(s).
protected  class RemoteInvoker.ResultIter<T>
           
 class RemoteService
          Private: for Sentilla internal use only.
static class RemoteService.Call
          Invocation data sent from the caller to the callee.
static class RemoteService.Return
          Result data sent from the callee to the caller.
 

Fields in com.sentilla.net.rpc declared as Object
 Object RemoteService.Return.result
           
 

Methods in com.sentilla.net.rpc that return Object
 Object RemoteInvoker.getResult()
           
 

Uses of Object in com.sentilla.net.rpc.procedures
 

Subclasses of Object in com.sentilla.net.rpc.procedures
 class RemoteGetProperty
          Private: for Sentilla internal use only.
static class RemoteGetProperty.Result
          Private: for Sentilla internal use only.
 class RemoteGetPropertyBytes
          Private: for Sentilla internal use only.
static class RemoteGetPropertyBytes.Result
          Private: for Sentilla internal use only.
 class RemoteGetPropertyKeys
          Private: for Sentilla internal use only.
static class RemoteGetPropertyKeys.MoteKeyList
          Private: for Sentilla internal use only.
 class RemoteGetPropertyObject
          Private: for Sentilla internal use only.
static class RemoteGetPropertyObject.Result
          Private: for Sentilla internal use only.
 class RemoteRemoveProperty
          Private: for Sentilla internal use only.
 class RemoteResetProperties
          Procedure to reset the properties on a remote target.
 class RemoteSetProperty
          Private: for Sentilla internal use only.
static class RemoteSetProperty.Result
          Private: for Sentilla internal use only.
 class RemoteSetPropertyBytes
          Private: for Sentilla internal use only.
 class RemoteSetPropertyObject
          Private: for Sentilla internal use only.
 

Fields in com.sentilla.net.rpc.procedures declared as Object
 Object RemoteSetPropertyObject.value
           
 Object RemoteGetPropertyObject.Result.value
           
 

Constructors in com.sentilla.net.rpc.procedures with parameters of type Object
RemoteSetPropertyObject(String key, Object value, int seek)
          Open (existing) property and write a remote property, using byte Object.
RemoteSetPropertyObject(String key, Object value, int seek, int len)
          Write (creating property if necessary) a remote property, using Object.
 

Uses of Object in com.sentilla.platform.tmote
 

Subclasses of Object in com.sentilla.platform.tmote
 class AccelerationSensor
          Sensor class for reading measurements from the JCreate accelerometer.
 class AccelerationSensorDriver
          Driver class to create a new AccelerationSensor object.
 class Action
          Tmote implementation of the Action interface.
 class Adc<Q extends Quantity>
          Private: for Sentilla internal use only.
 class BinFileUtil
          Private: For Sentilla internal use only.
 class Button
          Tmote implementation of the Button interface.
 class ByteReceiver
          Tmote implementation of ByteReceiver
 class ByteSender
          Tmote implementation of ByteSender.
 class CC2420Radio
          Provides a protocol wrapper to the radio interface.
static class CC2420Radio.Receiver
          Provides receiver class for the CC2420 radio.
static class CC2420Radio.Sender
          Provides sender class for the CC2420 radio.
static class CollectionProtocol.CSender
          Sender for the collection protocol.
 class CollectionProtocol.NeighborTable
          Data structure containing the known neighbors of a mote.
 class CollectionProtocol.NeighborTable.Iterator
          Iterator class for the NeighborTable.
 class CollectionProtocol.RTable
          Table structure containing neighbor information.
 class Constants
          Constants for the tmote platform.
 class Cpu
          Provides access to features of the Tmote CPU.
 class CpuPowerDriver
          CpuPowerDriver is identified by the driver string "cpupower" on tmote.
 class CpuPowerSensor
          Provides a Sensor implementation for reading the power consumed by the CPU on tmote.
 class DigitalPin
          An object representation of a digital input/output pin for the Tmote platform.
 class Dispatcher
          Dispatches messages through Protocols to user application receivers.
 class DispatcherAction
          Provides the Action implementations for Sender and Receiver.
 class ExternUart
          Provides access to the Tmote's external UART (universal asynchronous receiver/transmitter).
 class FileMapEntry
          Provides the FlashFile API in a segment of another FlashFile
 class FlashFile
          Private: for Sentilla internal use only.
 class FlashFileDriver
          Tmote extension of FileDriver.
 class InterruptPin
          Creates an action for interruptable single pins of digital input/output on the tmote platform.
 class KernelProperty
          API for interacting with kernel properties on the Tmote platform.
 class Leds
          Tmote implementation of Leds.
 class LoopBackProtocol
          Provides Loopback protocol for sending messages to self or other applications running on the mote.
static class LoopBackProtocol.LoopBackReceiver
          Provides the receiver implementation for the loop back protocol.
static class LoopBackProtocol.LoopBackSender
          Provides the sender implementation for the loop back protocol.
 class LowVoltageError
          Thrown when the system voltage is getting low but not yet out of bounds.
 class LowVoltageWarning
          Thrown when the system voltage is getting low but not yet out of bounds.
 class McuTemperature
          Tmote MCU temperature sensor.
 class McuTemperatureDriver
          A SensorDriver used to obtain the Tmote MCU temperature sensor.
 class McuVoltage
          Tmote MCU voltage sensor.
 class McuVoltageDriver
          SensorDriver used to obtain the Tmote MCU voltage sensor.
 class MimeoMessage
          Viral dissemination protocol for sending messages from a client application to a mote network.
 class MotePower
          A Sensor for reading total power consumption on tmote.
 class MotePowerDriver
          MotePowerDriver is identified by the driver string "motepower" on tmote.
 class MoteSecurity
          A tmote implementation of com.sentilla.system.MoteSecurity.
 class ParSensorDriver
          SensorDriver used to obtain the Tmote's PAR (Photosynthetically Active Radiation) light sensor.
static class ParSensorDriver.ParSensor
          Tmote PAR sensor.
 class Platform
          Private: For Sentilla internal use only.
 class PowerManager
          A tmote implementation of PowerManager.
 class Protocol
          Provides the template that message protocols must follow.
 class Receiver
          Provides methods to receive messages from the mote communications interfaces.
 class RemoteServiceProtocol
          Provides a Protocol handler for the RemoteService API.
 class Sender
          Provides interfaces for sending objects with the radio and the UART.
 class SensirionSht11
          The SensirionSht11 is a temperature and relative humidity sensor on the Tmote platform.
static class SensirionSht11.HumSensor
          A Sensor implementation that obtains the humidity reading from the SensirionSht11 on Tmote.
protected static class SensirionSht11.Sht11Sensor<Q extends Quantity>
          Private: for Sentilla internal use only.
static class SensirionSht11.TempSensor
          A Sensor implementation that obtains the humidity reading from the SensirionSht11 on Tmote.
 class Sht11HumidityDriver
          Driver to obtain the Tmote relative humidity sensor.
 class Sht11TemperatureDriver
          Driver for obtaining the Tmote SensirionSht11 temperature sensor.
 class TsrSensorDriver
          Provides access to the TSR (Total Solar Radiation) sensor on Tmote.
static class TsrSensorDriver.TsrSensor
          TSR sensor on Tmote.
 class VoltageAdc
          Tmote extension of Adc (analog-to-digital converter).
 

Fields in com.sentilla.platform.tmote declared as Object
 Object Sender.data
          Sender.setDone automatically nulls out this field when this object is done sending.
 Object Receiver.data
           
 Object LoopBackProtocol.LoopBackReceiver.data
           
 

Methods in com.sentilla.platform.tmote that return Object
 Object FlashFile.readObject()
           
 Object FileMapEntry.readObject()
           
 

Methods in com.sentilla.platform.tmote with parameters of type Object
 int CollectionProtocol.RTable.compareTo(Object obj)
          Compares this object with the specified object for order.
 boolean RemoteServiceProtocol.doesInstanceMatch(Object obj)
          Check for RPC messages.
abstract  boolean Protocol.doesInstanceMatch(Object obj)
          Checks if input object matches class type of implementing protocols messages.
 boolean LoopBackProtocol.doesInstanceMatch(Object obj)
          Provided for compatability with Protocol.
 boolean CollectionProtocol.doesInstanceMatch(Object obj)
          Returns true if the class of obj should be handled by this protocol.
 boolean CC2420Radio.doesInstanceMatch(Object obj)
          Do not use.
 void Sender.send(Object obj)
          Sends the input object.
 Sender Sender.setSend(Object obj)
          Sets the object to send.
 void FlashFile.writeObject(Object obj)
           
 void FileMapEntry.writeObject(Object obj)
           
 

Uses of Object in com.sentilla.system
 

Subclasses of Object in com.sentilla.system
 class ActionException
          Thrown when the action engine is in ERROR.
 class AppLoadingError
          Thrown to indicate that an application has failed to load.
 class Binary
          Private: For Sentilla internal use only.
 class BinarySlotAllocationError
          Thrown when a binary slot cannot be allocated, eg due to exhausted system resources.
 class ButtonDriver
          Create new Button system objects.
 class CpuDriver
          Create new Cpu system objects.
 class DigitalPinDriver
          Create new DigitalPin system objects.
 class DriverAdapter
          The base class that new drivers may extend.
 class Drivers
          Provides a registry of all valid drivers for the current platform.
 class FileDriver
          Provides open, create, and remove operations for files.
 class InterruptPinDriver
          Create new InterruptPin system objects.
 class InvalidEncryptionKeyException
          Indicates an encryption key that is not valid due to type or content.
 class Isolate
          Private: For Sentilla internal use only.
 class LedsDriver
          Create new Leds system objects.
 class MoteSecurityDriver
          Private: for Sentilla internal use only.
 class NoSuchDriverException
          Thrown when the Action engine is in ERROR, usually due to a Driver that is not registered or available through the Drivers registry.
 class OperationTimedOutException
          Thrown when an operation fails due to timeout.
static class PowerManager.PowerState
          Private: for Sentilla internal use only.
 class PowerManagerDriver
          Private: for Sentilla internal use only.
 class PropertyDriver
          A PropertyDriver provides open, create, and remove for properties.
 class SensorDriver<Q extends Quantity>
          Create new Sensor system objects.
 

Uses of Object in java.io
 

Subclasses of Object in java.io
 class ByteArrayInputStream
          A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
 class ByteArrayOutputStream
          This class implements an output stream in which the data is written into a byte array.
 class DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
 class DataOutputStream
          A data output stream lets an application write primitive Java data types to an output stream in a portable way.
 class EOFException
          Signals that an end of file or end of stream has been reached unexpectedly during input.
 class InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
 class InputStreamReader
          An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters.
 class InterruptedIOException
          Signals that an I/O operation has been interrupted.
 class IOException
          Signals that an I/O exception of some sort has occurred.
 class OutputStream
          This abstract class is the superclass of all classes representing an output stream of bytes.
 class OutputStreamWriter
          An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are translated into bytes.
 class PrintStream
          A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
 class Reader
          Abstract class for reading character streams.
 class UnsupportedEncodingException
          The Character Encoding is not supported.
 class UTFDataFormatException
          Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.
 class Writer
          Abstract class for writing to character streams.
 

Fields in java.io declared as Object
protected  Object Reader.lock
          The object used to synchronize operations on this stream.
protected  Object Writer.lock
          The object used to synchronize operations on this stream.
 

Methods in java.io with parameters of type Object
 void PrintStream.print(Object obj)
          Print an object.
 void PrintStream.println(Object x)
          Print an Object and then terminate the line.
 

Constructors in java.io with parameters of type Object
Reader(Object lock)
          Create a new character-stream reader whose critical sections will synchronize on the given object.
Writer(Object lock)
          Create a new character-stream writer whose critical sections will synchronize on the given object.
 

Uses of Object in java.lang
 

Subclasses of Object in java.lang
 class AbstractMethodError
          Thrown when an application tries to call an abstract method.
 class ArithmeticException
          Thrown when an exceptional arithmetic condition has occurred.
 class ArrayIndexOutOfBoundsException
          Thrown to indicate that an array has been accessed with an illegal index.
 class ArrayStoreException
          Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
 class Boolean
          The Boolean class wraps a value of the primitive type boolean in an object.
 class Byte
          The Byte class wraps a value of primitive type byte in an object.
 class Character
          The Character class wraps a value of the primitive type char in an object.
 class Class<T>
           
 class ClassCastException
          Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
 class ClassNotFoundException
          Thrown when an application tries to load in a class through its string name using the forName method in class Class but no definition for the class with the specified name could be found.
 class Double
          The Double class wraps a value of the primitive type double in an object.
 class Error
          An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
 class Exception
          The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
 class ExceptionInInitializerError
          Thrown to indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
 class Float
          The Float class wraps a value of primitive type float in an object.
 class IllegalAccessError
           
 class IllegalAccessException
          Thrown when an application tries to load in a class, but the currently executing method does not have access to the definition of the specified class, because the class is not public and in another package.
 class IllegalArgumentException
          Thrown to indicate that a method has been passed an illegal or inappropriate argument.
 class IllegalMonitorStateException
          Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
 class IllegalStateException
           
 class IllegalThreadStateException
          Thrown to indicate that a thread is not in an appropriate state for the requested operation.
 class IncompatibleClassChangeError
           
 class IndexOutOfBoundsException
          Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
 class InstantiationException
          Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.
 class Integer
          The Integer class wraps a value of the primitive type int in an object.
 class InternalError
          Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.
 class InterruptedException
          Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it.
 class LinkageError
          Thrown to indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
 class Long
          The Long class wraps a value of the primitive type long in an object.
 class Math
          The class Math contains methods for performing basic numeric operations.
 class NegativeArraySizeException
          Thrown if an application tries to create an array with negative size.
 class NoClassDefFoundError
          Thrown if the Java Virtual Machine tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
 class NoSuchMethodError
           
 class NullPointerException
          Thrown when an application attempts to use null in a case where an object is required.
 class Number
          The abstract class Number is the superclass of classes Byte, Double, Float, Integer, Long, and Short.
 class NumberFormatException
          Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
 class OutOfMemoryError
          Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
 class Runtime
          Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
 class RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
 class SecurityException
          Thrown by the system to indicate a security violation.
 class Short
          The Short class wraps a value of primitive type short in an object.
 class StackOverflowError
           
 class String
          The String class represents character strings.
 class StringBuffer
          A string buffer implements a mutable sequence of characters.
 class StringBuilder
          A mutable sequence of characters.
 class StringIndexOutOfBoundsException
          Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
 class System
          The System class contains several useful class fields and methods.
 class Thread
          A thread is a thread of execution in a program.
 class ThreadDeath
          This is a special Error, which isn't reported by the VM if uncaught.
 class ThreadGroup
           
 class Throwable
          All exceptions and errors extend this class.
 class UnsatisfiedLinkError
          Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
 class UnsupportedOperationException
          Thrown to indicate that the requested operation is not supported.
 class VerifyError
          CLDC: Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
 class VirtualMachineError
          Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
 class Void
          The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the Java keyword void.
 

Methods in java.lang that return Object
 Object Thread.getGroupNext()
           
 Object Class.newInstance()
          Creates a new instance of a class.
 

Methods in java.lang with parameters of type Object
 StringBuilder StringBuilder.append(Object aObject)
          Appends the string representation of the Object argument to this string builder.
 StringBuffer StringBuffer.append(Object obj)
          Appends the string representation of the Object argument to this string buffer.
static void System.arraycopy(Object src, int srcOffset, Object dst, int dstOffset, int len)
          Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
 boolean Long.equals(Object obj)
          Compares this object against the specified object.
 boolean Integer.equals(Object obj)
          Compares this object to the specified object.
 boolean Short.equals(Object obj)
           
 boolean Byte.equals(Object obj)
           
 boolean Double.equals(Object obj)
          Compares this object against the specified object.
 boolean Float.equals(Object obj)
          Compares this object against some other object.
 boolean Character.equals(Object obj)
          Compares this object against the specified object.
 boolean Boolean.equals(Object obj)
          Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object.
 boolean String.equals(Object object)
          Compares this string to the specified object.
 boolean Object.equals(Object aOther)
          Indicates whether some other object is "equal to" this one.
static int System.identityHashCode(Object x)
          Returns the same hashcode for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
 StringBuilder StringBuilder.insert(int offset, Object obj)
          Inserts the string representation of the Object argument into this string builder.
 StringBuffer StringBuffer.insert(int offset, Object obj)
          Inserts the string representation of the Object argument into this string buffer.
 boolean Class.isInstance(Object o)
          Determines if the specified Object is assignment-compatible with the object represented by this Class.
static String String.valueOf(Object obj)
          Returns the string representation of the Object argument.
 

Uses of Object in java.lang.ref
 

Subclasses of Object in java.lang.ref
 class Reference<T>
          Base class for references.
 class WeakReference<T>
          Weak reference objects, which do not prevent their referents from being made finalizable, finalized, and then reclaimed.
 

Fields in java.lang.ref declared as Object
protected  T Reference.ref
          Referent for this Reference object.
 

Uses of Object in java.util
 

Subclasses of Object in java.util
 class Calendar
          Calendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
 class Date
          The class Date represents a specific instant in time, with millisecond precision.
 class EmptyStackException
          Thrown by methods in the Stack class to indicate that the stack is empty.
 class Hashtable
          This class implements a hashtable, which maps keys to values.
 class NoSuchElementException
          Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
 class Random
          An instance of this class is used to generate a stream of pseudorandom numbers.
 class Stack
          The Stack class represents a last-in-first-out (LIFO) stack of objects.
 class TimeZone
          TimeZone represents a time zone offset, and also figures out daylight savings.
 class Vector
          The Vector class implements a growable array of objects.
 

Fields in java.util declared as Object
protected  Object[] Vector.elementData
          The array buffer into which the components of the vector are stored.
 

Methods in java.util that return Object
 Object Vector.elementAt(int index)
          Returns the component at the specified index.
 Object Vector.firstElement()
          Returns the first component of this vector.
 Object Hashtable.get(Object key)
          Returns the value to which the specified key is mapped in this hashtable.
 Object Vector.lastElement()
          Returns the last component of the vector.
 Object Enumeration.nextElement()
          Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
 Object Stack.peek()
          Looks at the object at the top of this stack without removing it from the stack.
 Object Stack.pop()
          Removes the object at the top of this stack and returns that object as the value of this function.
 Object Stack.push(Object item)
          Pushes an item onto the top of this stack.
 Object Hashtable.put(Object key, Object value)
          Maps the specified key to the specified value in this hashtable.
 Object Hashtable.remove(Object key)
          Removes the key (and its corresponding value) from this hashtable.
 

Methods in java.util with parameters of type Object
 void Vector.addElement(Object obj)
          Adds the specified component to the end of this vector, increasing its size by one.
 boolean Calendar.after(Object when)
          Compares the time field records.
 boolean Calendar.before(Object when)
          Compares the time field records.
 boolean Vector.contains(Object elem)
          Tests if the specified object is a component in this vector.
 boolean Hashtable.contains(Object value)
          Tests if some key maps into the specified value in this hashtable.
 boolean Hashtable.containsKey(Object key)
          Tests if the specified object is a key in this hashtable.
 void Vector.copyInto(Object[] anArray)
          Copies the components of this vector into the specified array.
 boolean Calendar.equals(Object obj)
          Compares this calendar to the specified object.
 boolean Date.equals(Object obj)
          Compares two dates for equality.
 boolean Vector.equals(Object o)
           
 boolean Hashtable.equals(Object o)
           
 Object Hashtable.get(Object key)
          Returns the value to which the specified key is mapped in this hashtable.
 int Vector.indexOf(Object elem)
          Searches for the first occurence of the given argument, testing for equality using the equals method.
 int Vector.indexOf(Object elem, int index)
          Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
 void Vector.insertElementAt(Object obj, int index)
          Inserts the specified object as a component in this vector at the specified index.
 int Vector.lastIndexOf(Object elem)
          Returns the index of the last occurrence of the specified object in this vector.
 int Vector.lastIndexOf(Object elem, int index)
          Searches backwards for the specified object, starting from the specified index, and returns an index to it.
 Object Stack.push(Object item)
          Pushes an item onto the top of this stack.
 Object Hashtable.put(Object key, Object value)
          Maps the specified key to the specified value in this hashtable.
 Object Hashtable.remove(Object key)
          Removes the key (and its corresponding value) from this hashtable.
 boolean Vector.removeElement(Object obj)
          Removes the first occurrence of the argument from this vector.
 int Stack.search(Object o)
          Returns the 1-based position where an object is on this stack.
 void Vector.setElementAt(Object obj, int index)
          Sets the component at the specified index of this vector to be the specified object.
 

Uses of Object in javax.microedition.io
 

Subclasses of Object in javax.microedition.io
 class ConnectionNotFoundException
          This class is used to signal that a connection target cannot be found, or the protocol type is not supported.
 class Connector
          This class is factory for creating new Connection objects.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.