| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Object | |
|---|---|
| com.ni.rio | |
| com.sun.cldc.i18n | |
| com.sun.cldc.i18n.j2me | |
| com.sun.cldc.i18n.uclc | |
| com.sun.cldc.jna | The CLDC/JNA package contains classes that help import native data structures and functions from Java code without writing C code. | 
| com.sun.cldc.jna.ptr | Provides various kinds of Pointer classes for JNA. | 
| com.sun.cldc.util | |
| com.sun.cldc.util.j2me | |
| com.sun.cldchi.jvm | |
| com.sun.midp.midlet | |
| com.sun.midp.util | |
| com.sun.squawk | Provides classes for low level interactions with the Squawk VM. | 
| com.sun.squawk.compiler | |
| com.sun.squawk.debugger | |
| com.sun.squawk.debugger.sda | The classes that implement the Squawk VM side of the SDWP. | 
| com.sun.squawk.flash | |
| com.sun.squawk.imp | Provides classes for low level interactions with the Squawk implementation of IMP. | 
| com.sun.squawk.io | Provides classes from MIDP or unsupportable optional JSRs that are usually in javax.microedition.io, but are not legally in IMP. | 
| com.sun.squawk.io.j2me | |
| com.sun.squawk.io.j2me.channel | |
| com.sun.squawk.io.j2me.file | |
| com.sun.squawk.io.mailboxes | Provides classes for inter-Isolate communication. | 
| com.sun.squawk.os | |
| com.sun.squawk.peripheral | |
| com.sun.squawk.platform | Classes that define and provide platform-specific implementations of various features of the JVM. | 
| com.sun.squawk.platform.posix | Classes that define and provide POSIX-specific implementations of various features of the JVM. | 
| com.sun.squawk.platform.posix.natives | |
| com.sun.squawk.platform.windows.natives | |
| com.sun.squawk.pragma | |
| com.sun.squawk.realtime | Provides classes for native memory access based on the javax.realtime package. | 
| com.sun.squawk.rms | |
| com.sun.squawk.security | Provides classes for basic signing of binary data. | 
| com.sun.squawk.security.ecc | |
| com.sun.squawk.security.verifier | Provides classes for basic signing of binary data. | 
| com.sun.squawk.util | Provides classes for basic utilities sometimes found in JSE (LineReader, unsynchronized Vectors, Math utilities, etc.) | 
| com.sun.squawk.vm | Provides classes for basic Squawk VM structures. | 
| edu.wpi.first.wpilibj | The WPI Robotics library (WPILibJ) is a set of Java classes that interfaces to the hardware in the FRC control system and your robot. | 
| edu.wpi.first.wpilibj.buttons | |
| edu.wpi.first.wpilibj.camera | Provides classes for interfacing to the camera. | 
| edu.wpi.first.wpilibj.can | |
| edu.wpi.first.wpilibj.command | |
| edu.wpi.first.wpilibj.communication | Provides classes for communicating with the driver station and synchronizing with C/C++ code. | 
| edu.wpi.first.wpilibj.fpga | |
| edu.wpi.first.wpilibj.image | Provides classes to access National Instrument's nivison library for machine vision enables automated image processing for color identification, tracking and analysis. | 
| edu.wpi.first.wpilibj.livewindow | |
| edu.wpi.first.wpilibj.networktables | |
| edu.wpi.first.wpilibj.networktables2 | |
| edu.wpi.first.wpilibj.networktables2.client | |
| edu.wpi.first.wpilibj.networktables2.connection | |
| edu.wpi.first.wpilibj.networktables2.server | |
| edu.wpi.first.wpilibj.networktables2.stream | |
| edu.wpi.first.wpilibj.networktables2.thread | |
| edu.wpi.first.wpilibj.networktables2.type | |
| edu.wpi.first.wpilibj.networktables2.util | |
| edu.wpi.first.wpilibj.smartdashboard | |
| edu.wpi.first.wpilibj.tables | |
| edu.wpi.first.wpilibj.util | Provides classes for utility robotics programming. | 
| edu.wpi.first.wpilibj.visa | Provides classes to access I/O functions in visa.h. | 
| java.io | Provides classes for input and output through data streams. | 
| java.lang | MID Profile Language Classes included from Java 2 Standard Edition. | 
| java.lang.ref | Provides support for weak references. | 
| java.util | Contains the collection classes, and the date and time facilities. | 
| javax.microedition.io | Classes for the Generic Connection framework. | 
| javax.microedition.midlet | The MIDlet package defines Mobile Information Device Profile applications and the interactions between the application and the environment in which the application runs. | 
| javax.microedition.rms | The Mobile Information Device Profile provides a mechanism for MIDlets to persistently store data and later retrieve it. | 
| tests | |
| Uses of Object in com.ni.rio | 
|---|
| Subclasses of Object in com.ni.rio | |
|---|---|
|  class | NiFpgaThe NiFpga class provides access to the FPGA on the cRIO. | 
|  class | NiRioStatusThe NiRioStatus class encapsulates a cRIO status value. | 
| static class | NiRioStatus.FatalStatusException | 
| Uses of Object in com.sun.cldc.i18n | 
|---|
| Subclasses of Object in com.sun.cldc.i18n | |
|---|---|
|  class | HelperThis class provides general helper functions for the J2ME environment. | 
|  class | StreamReaderGeneral prototype for character converting stream readers. | 
|  class | StreamWriterGeneral prototype for character converting stream writers. | 
| Uses of Object in com.sun.cldc.i18n.j2me | 
|---|
| Subclasses of Object in com.sun.cldc.i18n.j2me | |
|---|---|
|  class | ISO8859_1_ReaderDefault class reading input streams | 
|  class | ISO8859_1_WriterDefault class for writing output streams. | 
| Uses of Object in com.sun.cldc.i18n.uclc | 
|---|
| Subclasses of Object in com.sun.cldc.i18n.uclc | |
|---|---|
|  class | DefaultCaseConverterDefault class converting the case of characters. | 
| Uses of Object in com.sun.cldc.jna | 
|---|
| Subclasses of Object in com.sun.cldc.jna | |
|---|---|
|  class | BlockingFunctionBlockingFunction allows Java code to call C function that block. | 
|  class | DynamicStructureA DynamicStructure is a structure with support for getting the field offsets for a particular platform from native code. | 
|  class | FunctionA pointer to a native function that can be called from Java. | 
|  class | JNAPlatformImpl | 
|  class | NativeGeneric machinery to support access to native code. | 
|  class | NativeLibraryRepresents a handle to a runtime library (for example, as returned by the POSIX function "dlopen" http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html | 
|  class | OpaqueStructureThis is a "Structure" that we'll never look at the fields of. | 
|  class | PlatformProvide simplified platform information | 
|  class | PointerA pointer to native memory, based on RTSJ-like RawMemoryAccesss semantics. | 
|  class | PointerTypeSuperclass of types representing native pointers | 
|  class | Posix | 
|  class | PrivatePointerUtilities used by JNA generated Java code. | 
|  class | Spot | 
|  class | StructureAbstract class for proxies to native structure types. | 
|  class | TaskExecutorA TaskExecutor is a native thread that can be used to run native functions. | 
|  class | VarPointerA pointer to a native variable that can be read/wrote from Java. | 
|  class | Windows | 
| Methods in com.sun.cldc.jna with parameters of type Object | |
|---|---|
| static Address | PrivatePointer.createArrayBuffer(Object array)Create a native buffer pointing to either the array data directly, or to a copy of the array data. | 
| static Address | PrivatePointer.createArrayBuffer(Object array,
                  int offset,
                  int number)Create a native buffer pointing to either the array data directly, or to a copy of the array data. | 
| Uses of Object in com.sun.cldc.jna.ptr | 
|---|
| Subclasses of Object in com.sun.cldc.jna.ptr | |
|---|---|
|  class | ByReferenceSuperclass of types representing native pointers | 
|  class | IntByReferenceRepresents a pointer to a 32-bit integer | 
| Uses of Object in com.sun.cldc.util | 
|---|
| Subclasses of Object in com.sun.cldc.util | |
|---|---|
|  class | TimeZoneImplementation | 
| Uses of Object in com.sun.cldc.util.j2me | 
|---|
| Subclasses of Object in com.sun.cldc.util.j2me | |
|---|---|
|  class | CalendarImplThis class is an implementation of the subsetted CLDC 1.1 Calendar class. | 
|  class | TimeZoneImplThis class provides the time zone implementations for J2ME CLDC/MIDP. | 
| Methods in com.sun.cldc.util.j2me with parameters of type Object | |
|---|---|
|  boolean | TimeZoneImpl.equals(Object object)Indicates whether some other object is "equal to" this one. | 
| Uses of Object in com.sun.cldchi.jvm | 
|---|
| Subclasses of Object in com.sun.cldchi.jvm | |
|---|---|
|  class | JVM | 
| Methods in com.sun.cldchi.jvm with parameters of type Object | |
|---|---|
| static void | JVM.unchecked_obj_arraycopy(Object[] src,
                        int srcOffset,
                        Object[] dst,
                        int dstOffset,
                        int length) | 
| static void | JVM.unchecked_obj_arraycopy(Object[] src,
                        int srcOffset,
                        Object[] dst,
                        int dstOffset,
                        int length) | 
| Uses of Object in com.sun.midp.midlet | 
|---|
| Subclasses of Object in com.sun.midp.midlet | |
|---|---|
|  class | MIDletPeerMIDletPeer maintains the current state of the MIDlet and forwards updates to it. | 
| Uses of Object in com.sun.midp.util | 
|---|
| Subclasses of Object in com.sun.midp.util | |
|---|---|
|  class | DateParserThis class implements somewhat of a subset of the J2SE Date class. | 
| Uses of Object in com.sun.squawk | 
|---|
| Subclasses of Object in com.sun.squawk | |
|---|---|
|  class | AddressThe Address class is used to abstract machine addresses. | 
|  class | ByteBufferDecoderA byte buffer dencoder can be used to decode a byte array of values encoded with a byte buffer encoder. | 
|  class | ByteBufferEncoderA byte buffer encoder can be used to build a byte array of values encoded using a space-saving encoding. | 
|  class | CallbackManagerClass that manages callbacks for occasional events, which might be notified by isolate's other than the one that regsistered the callback objects. | 
|  class | CheneyCollectorThe classic two-space Cheney garbage collector. | 
|  class | ClassFileConstantFieldAn instance of ClassFileConstantFieldencapsulates all the
 symbolic information of a field declaration in a class file that has a
 ConstantValue attribute. | 
|  class | ClassFileFieldAn instance of ClassFileFieldencapsulates all the
 symbolic information of a field declaration in a class file. | 
|  class | ClassFileMemberAn instance of ClassFileMemberencapsulates all the
 common symbolic information of a field or method declaration in a class file. | 
|  class | ClassFileMethodAn instance of ClassFileMethodencapsulates all the
 symbolic information of a method declaration in a class file. | 
|  class | CrossIsolateThreadCrossIsolateThreadis a package-private thread class that is allowed to be created in one isolate, but execute in the context of another isolate. | 
|  class | DebuggerA Debugger is an object that acts as a conduit between an isolate being debugged and an attached JPDA debugger client. | 
| static class | Debugger.BreakpointEvent | 
| static class | Debugger.EventAn Event instance encapsulates the details of an event that occurred in the VM that an attached JPDA debugger client may want to be notified about. | 
| static class | Debugger.ExceptionEvent | 
| static class | Debugger.LocationEventA LocationEventincludes extra detail about the location (method and instruction offset)
 at which an event occurred. | 
| static class | Debugger.SingleStepA SingleStepinstance represents the stepping state of a thread
 that is currently performing a single step. | 
| static class | Debugger.SingleStepEvent | 
|  class | DebuggerSupportProvides support for the Squawk Debugger Agent SDASome of this is to fit in to package encapsulation. | 
| static class | DebuggerSupport.SlotSetterA SlotSetter is a kind of StackInspector that can set the value of a slot | 
| static class | DebuggerSupport.StackInspectorA StackInspector instance is used in conjunction with DebuggerSupport.inspectStack(com.sun.squawk.DebuggerSupport.StackInspector, com.sun.squawk.ExecutionPoint, int)to traverse one or more stack frames in a suspended thread. | 
|  class | DoBlock | 
|  class | ExceptionHandlerAn instance of ExceptionHandlerdescribes a single exception
 handler in a method. | 
|  class | ExecutionPointAn ExecutionPoint instance encapsulates the details of a point of execution including the thread, a frame offset, the method to which the frame pertains and the bytecode index of an instruction in the method. | 
|  class | FieldAn instance of Fieldencapsulates the information about the
 field of a class. | 
|  class | FullMethodMetadataA FullMethodMetadatainstance represents the even less frequently used information
 about a method body. | 
|  class | GarbageCollectorBase class for all garbage collectors. | 
|  class | GCPure static class that handles object creation and GC control and monitoring. | 
| static class | GC.ClassStat | 
|  class | GeneralDecoderA byte buffer decoder can be used to decode a byte array of values encoded with a byte buffer encoder. | 
|  class | IllegalStoreExceptionThrown to indicate that an attempt has been made to store a pointer from persistent memory into non-persistent memory. | 
|  class | IsolateThe Isolateclass represents a "process-like" unit of computation that is isolated from other instances ofIsolate. | 
| static class | Isolate.BreakpointA Breakpoint instance describes a point in a method at which a breakpoint has been set. | 
|  class | JavaApplicationManagerThe Java application manager is the master isolate used to coordinate application execution. | 
|  class | KlassThe Klass class represents the types in the Squawk VM. | 
|  class | KlassMetadataThe KlassMetadata class is a container for all the meta-information pertaining to a class where this information is not necessarily required by the runtime system. | 
|  class | Lisp2BitmapThis class provides the interface to the bitmap created and used by the Lisp2Collectoras a write barrier and as mark bits for the young generation. | 
|  class | Lisp2CollectorCollector based on the lisp 2 algorithm described in "Garbage Collection : Algorithms for Automatic Dynamic Memory Management" by Richard Jones, Rafael Lins. | 
|  class | Lisp2GenerationalCollectorA collector based on the lisp 2 algorithm described in "Garbage Collection : Algorithms for Automatic Dynamic Memory Management" by Richard Jones, Rafael Lins. | 
|  class | ManifestPropertyKey value pair of values found in Suite.PROPERTIES_MANIFEST_RESOURCE_NAMEmain section. | 
|  class | MemberAn instance of Memberencapsulates the information about the
 method or field of a class. | 
|  class | MethodAn instance of Methodencapsulates the information about the
 method of a class. | 
|  class | MethodBodyAn instance of MethodBodyrepresents the Squawk bytecode for
 a method as well as all the other information related to the bytecode
 such as exception handler tables, oop map for the activation frame etc. | 
|  class | MethodMetadataA MethodMetadatainstance represents all the information
 about a method body that is not absolutely required for execution. | 
|  class | ModifierThe Modifier class provides constants to decode class and member access modifiers. | 
|  class | NativeUnsafeA collection of methods for performing peek and poke operations on memory addresses. | 
|  class | ObjectAssociationAn Object association is the logical extension of an object that is used to hold rarely used information like the monitor and hashcode. | 
|  class | ObjectMemoryAn ObjectMemory instance is an immutable wrapper for an object memory and its metadata. | 
|  class | ObjectMemoryEndianessSwapperA ObjectMemoryEndianessSwapper instance is used to swap the endianess of all the data values in an ObjectMemorythat are accessed via direct loads by the machine where such loads
 assume a fixed endianess of the data. | 
|  class | ObjectMemoryFileAn ObjectMemoryFile encapsulates all the data in a serialized object graph. | 
|  class | ObjectMemoryLoaderThis class facilitates loading a serialized object graph from a URI and relocating it. | 
|  class | ObjectMemorySerializerThis class facilitates saving a serialized object graph to a URL. | 
| static class | ObjectMemorySerializer.ControlBlockA ControlBlock instance is used to pass parameters in both directions when calling the copyObjectGraphlow level routine
 that serializes an object graph. | 
|  class | OffsetThe offset type is used by the runtime system and collector to denote the directed distance between two machine addresses. | 
|  class | RefAbstract base class for reference objects. | 
|  class | ResourceFileStores a resource file (name and contents) in the suite file. | 
|  class | ScopedLocalVariableAn instance of ScopedLocalVariableencapsulates the symbolic
 information for a local variable that has a limited scope in a Squawk
 bytecode method. | 
|  class | ServiceOperationThis class defines the global Squawk variables that are used to communicate between a normal Java thread and the Squawk system service thread. | 
|  class | StringOfBytes | 
|  class | SuiteA suite is the unit of deployment/compilation in the Squawk system. | 
|  class | Test | 
|  class | UnsafeA collection of methods for performing peek and poke operations on memory addresses. | 
|  class | UWordThe word type is used by the runtime system and collector to denote machine word-sized quantities. | 
|  class | VMThis is a Squawk VM specific class that is used to communicate between executing Java software and the low level core VM that is expressed in machine code. | 
| static class | VM.StatsVirtual machine statistics. | 
|  class | VMBufferDecoderA byte buffer dencoder can be used to decode a byte array of values encoded with a byte buffer encoder. | 
|  class | VMThreadThe Squawk implementation of threads. | 
| Fields in com.sun.squawk declared as Object | |
|---|---|
|  Object | ExecutionPoint.mp | 
|  Object | Isolate.Breakpoint.mpThe method context of the breakpoint. | 
|  Object | Debugger.Event.objectThe object (if any) to which the event applies. | 
| Methods in com.sun.squawk that return Object | |
|---|---|
|  Object | Ref.get()Returns this reference object's referent. | 
| static Object | VM.getClass(Object object)Support routine to get the object representing the class of a given object. | 
| static Object | VM.getKeyedGlobal(int key)Return the global registered using setGlobal with key. | 
| static Object | VM.getKeyedGlobalsMutex() | 
| static Object | DebuggerSupport.getMethodBody(Klass klass,
              int offset,
              boolean isStatic)Gets the body of the method given a class and method table index. | 
|  Object | Klass.getMethodObject(Method method)Gets the bytecode array for the given Method object | 
|  Object | Klass.getObject(int index)Get an object from the object table. | 
| static Object | NativeUnsafe.getObject(Object base,
          int offset) | 
|  Object | DebuggerSupport.StackInspector.getResult()Gets the result (if any) of the inspection. | 
| static Object | DebuggerSupport.getROMObjectForID(int id)Gets the object in read-only memory corresponding to an identifier that was returned from a call to DebuggerSupport.getIDForROMObject(java.lang.Object). | 
|  Object | ObjectMemory.getRoot()Gets the root object in this object memory. | 
|  Object[] | Klass.getStaticMethods()Gets the table of static methods for this class. | 
| static Object | DebuggerSupport.getStaticOop(Isolate isolate,
             Klass klass,
             int offset)Reads a static reference variable. | 
|  Object | Debugger.Event.getThreadID() | 
|  Object[] | Klass.getVirtualMethods()Gets the vtable for virtual methods. | 
|  Object | Klass.newInstance()Creates a new instance of a class. | 
| abstract  Object | DebuggerSupport.SlotSetter.newObjValue()Returns the new reference value for the slot last checked by shouldSetSlot. | 
| static Object | VM.putKeyedGlobal(int key,
               Object value)Set the global registered for key. | 
| static Object | VM.shallowCopy(Object original)Perform a shallow copy of the original object, without calling a constructor WARNING: This is bypassing the write barrier, which is (sort of) OK because we are writing to a new object. | 
|  Object | Address.toObject()Casts this address to an object reference. | 
| abstract  Object | DoBlock.value(Object object) | 
| Methods in com.sun.squawk with parameters of type Object | |
|---|---|
| static void | GC.allObjectsFromDo(Object startObj,
                 DoBlock doBlock)Perform doBlock with all objects starting from startObject. | 
| static void | GC.arraycopy(Object src,
          int srcPos,
          Object dst,
          int dstPos,
          int lth)Copy data from one array to another. | 
| static void | VM.arraycopyObject0(Object src,
                 int src_position,
                 Object dst,
                 int dst_position,
                 int length)VM-private version of System.arraycopy for arrays of objects that does little error checking. | 
| static void | VM.arraycopyPrimitive0(Object src,
                    int src_position,
                    Object dst,
                    int dst_position,
                    int totalLength,
                    int dataSize)VM-private version of System.arraycopy for arrays of primitives that does little error checking. | 
| static void | NativeUnsafe.clearObject(Object base,
            int offset)Clears a pointer value in memory. | 
|  boolean | Field.equals(Object other) | 
|  boolean | Isolate.Breakpoint.equals(Object o)Indicates whether some other object is "equal to" this one. | 
|  boolean | Klass.equals(Object obj)For completeness, define identity equals(). | 
|  boolean | Method.equals(Object other) | 
|  boolean | Suite.equals(Object other)Compares this suite with another object for equality. | 
| static int | VM.execGraphicsIO(int op,
               int i1,
               int i2,
               int i3,
               int i4,
               int i5,
               int i6,
               Object send,
               Object receive)Executes an I/O operation on the graphics channel and return the result. | 
| static int | VM.execIO(int op,
       int channel,
       int i1,
       int i2,
       int i3,
       int i4,
       int i5,
       int i6,
       Object send,
       Object receive)Executes a I/O operation that may block. | 
| static long | VM.execIOLong(int op,
           int channel,
           int i1,
           int i2,
           int i3,
           int i4,
           int i5,
           int i6,
           Object send,
           Object receive)Executes an I/O operation that returns a longvalue. | 
| static int | VM.execSyncIO(int context,
           int op,
           int i1,
           int i2,
           int i3,
           int i4,
           int i5,
           int i6,
           Object send,
           Object receive)Executes a non-blocking I/O operation whose result is guaranteed to be available immediately. | 
| static int | VM.execSyncIO(int op,
           int i1,
           int i2,
           int i3,
           int i4,
           int i5,
           int i6,
           Object send,
           Object receive)Executes a non-blocking I/O operation whose result is guaranteed to be available immediately. | 
| static void | VM.finalize(Object o) | 
| static Address | Address.fromObject(Object object)Casts an object reference to an address. | 
| static Address | NativeUnsafe.getAddress(Object base,
           int offset) | 
| static int | GC.getArrayLength(Object array)Get the length of an array. | 
| static int | NativeUnsafe.getAsByte(Object base,
          int offset)Gets a signed 8 bit value from memory ignoring any recorded type of the value at the designated location. | 
| static int | NativeUnsafe.getAsInt(Object base,
         int offset)Gets a signed 32 bit value from memory ignoring any recorded type of the value at the designated location. | 
| static int | NativeUnsafe.getAsShort(Object base,
           int offset)Gets a signed 16 bit value from memory ignoring any recorded type of the value at the designated location. | 
| static UWord | NativeUnsafe.getAsUWord(Object base,
           int offset)Gets a UWord value from memory ignoring any recorded type of the value at the designated location. | 
| static int | NativeUnsafe.getByte(Object base,
        int offset) | 
| static int | NativeUnsafe.getChar(Object base,
        int offset) | 
| static Object | VM.getClass(Object object)Support routine to get the object representing the class of a given object. | 
| static void | VM.getData(Address src,
        int boffset,
        Object dst,
        int low,
        int number,
        int elementSize)Do actual copy from memory at address + boffset to array Copy from memory to byte array. | 
| static Klass | DebuggerSupport.getDefiningClass(Object methodBody)Gets the class in which a given method was defined.s | 
| static int | GC.getHashCode(Object object)Get the hashcode for an object. | 
| static DataType.MethodID | DebuggerSupport.getIDForMethodBody(Klass definingClass,
                   Object methodBody)Gets the JDWP identifier for a method given the method's body. | 
| static int | DebuggerSupport.getIDForROMObject(Object object)Determines if a given object is in a read-only memory and returns a non-zero identifier for the object if it is. | 
| static int | NativeUnsafe.getInt(Object base,
       int offset) | 
| static Klass | GC.getKlass(Object object)Get the class of an object. | 
| static long | NativeUnsafe.getLong(Object base,
        int offset) | 
| static long | NativeUnsafe.getLongAtWord(Object base,
              int offset) | 
| static int | DebuggerSupport.getMethodBodyLength(Object methodBody)Return the length of methodBody(the byte code array) in bytes. | 
|  int | Klass.getMethodIndex(Object method,
               boolean isStatic)Looks up the method's index in the klass. | 
| static Object | NativeUnsafe.getObject(Object base,
          int offset) | 
|  int | Klass.getObjectIndex(Object object)Gets the index of a given object in this object table of this class. | 
| static int | NativeUnsafe.getShort(Object base,
         int offset) | 
|  Klass[] | DebuggerSupport.StackInspector.getTypeMap(int frameNo,
           Object mp,
           int parameterCount)Figure out the type map for the given frameNo and method pointer. | 
| static int | NativeUnsafe.getUByte(Object base,
         int offset) | 
| static UWord | NativeUnsafe.getUWord(Object base,
         int offset) | 
| static boolean | GC.inRam(Object object)Determines if a given object is in RAM. | 
|  void | DebuggerSupport.StackInspector.inspectFrame(Object mp,
             Offset bci,
             int frame,
             Offset fo)Invoked to inspect a frame in the thread's call stack | 
|  void | DebuggerSupport.StackInspector.inspectSlot(boolean isParameter,
            int slot,
            Object value)Invoked to inspect the value of a reference typed slot within a frame in the thread's call stack | 
|  void | Method.invoke(Object[] args)DO NOT USE | 
| static boolean | VM.isArray(Object o)Support routine to test whether a given object is an array. | 
|  boolean | Klass.isInstance(Object obj)Determines if the specified Objectis assignment-compatible
 with the object represented by thisKlass. | 
| static boolean | MethodBody.isInterpreterInvoked(Object oop)Determines if a given method is only invoked from the interpreter | 
| static boolean | Klass.isMissingMethodObject(Object method,
                      boolean isStatic)Tests if the given method is the designated "missing method". | 
| static String | GC.makeEightBitString(Object oop)Change the type of the given object to com.sun.squawk.StringOfBytes. | 
| static String | GC.makeSixteenBitString(Object oop)Change the type of the given object to java.lang.String. | 
| static void | VMThread.monitorNotify(Object object,
              boolean notifyAll)Notify an object. | 
| static void | VMThread.monitorWait(Object object,
            long delta)Wait for an object to be notified. | 
| static void | VM.printAddress(Object val)Prints an address to the VM stream. | 
| static void | GC.printHeapStats(Object startObj,
               boolean printInstances)Do actual heap walk, from start object, or whole heap is startObj is null. | 
| static void | VM.Stats.printHeapStats(Object startObj,
               boolean printInstances)Do heap walk from start object (or whole heap is startObj is null). | 
| static void | VM.printObject(Object obj)Prints the string representation of an object to the VM stream. | 
| static Object | VM.putKeyedGlobal(int key,
               Object value)Set the global registered for key. | 
| static void | ObjectMemory.relocate(String uri,
         Object sourceStartBuffer,
         Address sourceStart,
         BitSet oopMap,
         Address targetStart,
         Address targetCanonicalStart,
         int targetSize,
         boolean toCanonical,
         boolean requiresEndianSwap,
         boolean trace,
         boolean verifyClearOopMap)Relocates the pointers in a range of memory that point to some target range of memory. | 
| static void | ObjectMemory.relocateParents(String uri,
                Object startBuffer,
                Address start,
                BitSet oopMap,
                ObjectMemory parent,
                boolean toCanonical,
                boolean requiresEndianSwap,
                boolean trace)Relocate all the pointers in a range of memory that point to one or more parent object memories. | 
| static void | NativeUnsafe.setAddress(Object base,
           int offset,
           Object value) | 
| static void | NativeUnsafe.setByte(Object base,
        int offset,
        int value) | 
| static void | NativeUnsafe.setChar(Object base,
        int offset,
        int value) | 
| static void | VM.setData(Address dst,
        int boffset,
        Object src,
        int low,
        int number,
        int elementSize)Do actual copy from array to memory at address + boffset Copy numberbytes from byte arraybytesstarting at positionlow.to the memory location specified
 by the addressdstand byte offsetboffset. | 
| static void | NativeUnsafe.setInt(Object base,
       int offset,
       int value) | 
| static void | NativeUnsafe.setLong(Object base,
        int offset,
        long value) | 
| static void | NativeUnsafe.setLongAtWord(Object base,
              int offset,
              long value) | 
| static void | NativeUnsafe.setObject(Object base,
          int offset,
          Object value) | 
|  void | Klass.setObjectTable(Object[] objects)Set the object table. | 
| static void | NativeUnsafe.setShort(Object base,
         int offset,
         int value) | 
| static void | DebuggerSupport.setStaticOop(Isolate isolate,
             Klass klass,
             int offset,
             Object value)Writes a static reference variable. | 
|  void | Debugger.Event.setThread(Thread thread,
          Object threadID) | 
| static void | NativeUnsafe.setUWord(Object base,
         int offset,
         UWord value) | 
| static Object | VM.shallowCopy(Object original)Perform a shallow copy of the original object, without calling a constructor WARNING: This is bypassing the write barrier, which is (sort of) OK because we are writing to a new object. | 
| static void | GC.stringcopy(Object src,
           int srcPos,
           Object dst,
           int dstPos,
           int lth)Copy data from one string to another. | 
| static void | Lisp2Bitmap.updateWriteBarrierForPointerArraycopy(Object dst,
                                      int dstPos,
                                      int length) | 
| abstract  Object | DoBlock.value(Object object) | 
| Constructors in com.sun.squawk with parameters of type Object | |
|---|---|
| Debugger.Event(int kind,
               Object object) | |
| Debugger.LocationEvent(int type,
                       Object object,
                       ExecutionPoint location) | |
| ExecutionPoint(Offset frame,
               Offset bci,
               Object mp) | |
| Isolate.Breakpoint(Object mp,
                   int ip)Constructor. | |
| ObjectMemory(Address start,
             int size,
             String uri,
             Object root,
             int hash,
             ObjectMemory parent)Constructs a new object memory file. | |
| Ref(Object referent) | |
| Uses of Object in com.sun.squawk.compiler | 
|---|
| Subclasses of Object in com.sun.squawk.compiler | |
|---|---|
|  class | CompilationSteps of compilation: compile and link. | 
|  class | MethodMapOopmap table. | 
|  class | SymbolicFixupTable | 
|  class | TypeType representation and types for the Compiler. | 
| Methods in com.sun.squawk.compiler with parameters of type Object | |
|---|---|
|  Compiler | BaseCompiler.data(Label label,
     Object obj)Define some data. | 
|  Compiler | BaseCompiler.literal(Object array)Push an address of an array onto the stack. | 
| Uses of Object in com.sun.squawk.debugger | 
|---|
| Subclasses of Object in com.sun.squawk.debugger | |
|---|---|
|  class | CommandPacketA CommandPacketencapsulates a JDWP command packet. | 
|  class | DataTypeThis class encapsulates the non-primitive set of common data types that are common to many of the different JDWP commands and replies. | 
| static class | DataType.FieldIDRepresents JDWP identifiers for fields. | 
| static class | DataType.FrameIDRepresents JDWP identifiers for individual stack frames. | 
| static class | DataType.LocationRepresents JDWP identifiers for an executable location. | 
| static class | DataType.MethodIDRepresents JDWP identifiers for methods. | 
| static class | DataType.ObjectIDRepresents JDWP identifiers for object instances. | 
| static class | DataType.ReferenceTypeIDRepresents JDWP identifiers for types. | 
| static class | DataType.TaggedObjectIDRepresents JDWP identifiers for object instances prefixed with a one byte type tag. | 
|  class | EventManagerThe EventManagerclass manages requests from a remote
 entity that wants to be notified when certain events occur. | 
| static class | EventManager.MatchedRequestsSummary of the requests that matched given event. | 
|  class | EventNotifierAn EventNotifieris used to synchronize communication between
 a thread producing a JDWP event and consumer of such events. | 
|  class | EventRequestAn EventRequestinstance is used register a request for notification
 of a particular event on behalf of a debugger. | 
|  class | EventRequestModifierThe EventRequestModifierclass creates a "filter" forEventRequestobjects, so that only events that are matched by the modifiers associated with an event
 request are sent to the debugger. | 
| static class | EventRequestModifier.ClassMatchA ClassMatchmodifier restricts reported events to those for classes whose
 name matches a restricted regular expression. | 
| static class | EventRequestModifier.ClassOnlyFor class prepare event, a ClassOnlymodifier restricts the events
 generated by this request to be the preparation of the given reference type and
 any subtypes. | 
| static class | EventRequestModifier.CountA Countmodifier limits the requested event to be reported at most
 once after a given number of occurrences. | 
| static class | EventRequestModifier.ExceptionOnlyAn ExceptionOnlymodifier restricts reported exceptions by their
 class and whether they are caught or uncaught. | 
| static class | EventRequestModifier.LocationOnlyA LocationOnlymodifier restricts reported events to those that
 occur at a given location. | 
| static class | EventRequestModifier.StepA Stepmodifier restricts reported step events to those which satisfy depth
 and size constraints. | 
| static class | EventRequestModifier.ThreadOnlyA ThreadOnlymodifier restricts reported events to those in a
 given thread. | 
|  class | JDWPJava(tm) Debug Wire Protocol | 
|  class | JDWPConnectionA JDWPConnection represents a connection between two debugger entities that communicate primarily in packets. | 
| static class | JDWPConnection.ClosedException | 
|  class | JDWPListenerA JDWPListener receives and processes JDWP requests from a remote debugger entity on behalf of a local debugger entity. | 
| static class | JDWPListener.CommandSetThe implementation of each JDWP Command Set subclasses this class. | 
| static class | JDWPListener.QuitExceptionA QuitException is thrown by #waitForCommandand#waitForReplyif this listener quits before receving the relevant packet. | 
|  class | LogThis class provides a (very basic) line-based logging facility. | 
|  class | PacketA Packetencapsulates a JDWP command or reply packet. | 
|  class | PacketInputStreamA PacketInputStream is used to read data from the data part of a Packet. | 
|  class | PacketOutputStreamA PacketOutputStream is used to write data to the data part of a Packet. | 
|  class | ReplyPacketA ReplyPacketencapsulates a JDWP reply packet. | 
|  class | SDWPExceptionA SDWPException is thrown when there is an error parsing or handling a JDWP/SDWP request. | 
| Methods in com.sun.squawk.debugger with parameters of type Object | |
|---|---|
| abstract  boolean | DataType.equals(Object o) | 
|  boolean | DataType.TaggedObjectID.equals(Object o)Indicates whether some other object is "equal to" this one. | 
|  boolean | DataType.FieldID.equals(Object o)Indicates whether some other object is "equal to" this one. | 
|  boolean | DataType.FrameID.equals(Object o)Indicates whether some other object is "equal to" this one. | 
|  boolean | DataType.Location.equals(Object o)Indicates whether some other object is "equal to" this one. | 
| Uses of Object in com.sun.squawk.debugger.sda | 
|---|
| Subclasses of Object in com.sun.squawk.debugger.sda | |
|---|---|
|  class | ObjectManagerThis class manages mapping objects in the VM to JDWP objectIDs. | 
|  class | SDAA SDA (Squawk Debugger Agent) instance handles the Squawk VM side of a JDWP connection to a Squawk Debugger Proxy for a particular isolate. | 
|  class | SDPListenerA SDPListener implements the Squawk VM side of the JDWP protocol and communicates with a Squawk Debugger Proxy. | 
|  class | WeakIntHashtableThis class extends an IntHashtablein two important ways:
 1. | 
| Methods in com.sun.squawk.debugger.sda that return Object | |
|---|---|
|  Object | WeakIntHashtable.get(int key)Returns the value to which keyis mapped in this hashtable. | 
|  Object | ObjectManager.getObjectForID(DataType.ObjectID objectID)Gets the object corresponding to a given JDWP objectID value. | 
|  Object | WeakIntHashtable.put(int key,
    Object value)Maps the specified keyto the specifiedvaluein this hashtable. | 
| Methods in com.sun.squawk.debugger.sda with parameters of type Object | |
|---|---|
|  boolean | WeakIntHashtable.contains(Object value)Tests if some key maps into the specified value in this hashtable. | 
|  DataType.ObjectID | ObjectManager.getIDForObject(Object object)Gets a JDWP objectID for an object. | 
|  Integer | WeakIntHashtable.getKey(Object value)Gets the key for a given value in this table. | 
|  Object | WeakIntHashtable.put(int key,
    Object value)Maps the specified keyto the specifiedvaluein this hashtable. | 
|  void | ObjectManager.writeTaggedObject(PacketOutputStream out,
                  Object object,
                  String s)Writes the JDWP tag and object ID of an object to a given packet stream. | 
| Uses of Object in com.sun.squawk.flash | 
|---|
| Subclasses of Object in com.sun.squawk.flash | |
|---|---|
|  class | MemoryHeapBlock | 
|  class | NorFlashMemoryHeap | 
|  class | NorFlashSectorState | 
|  class | NorFlashSectorStateList | 
| Uses of Object in com.sun.squawk.imp | 
|---|
| Subclasses of Object in com.sun.squawk.imp | |
|---|---|
|  class | ImpGlobal | 
|  class | MIDletMainWrapper | 
| Uses of Object in com.sun.squawk.io | 
|---|
| Subclasses of Object in com.sun.squawk.io | |
|---|---|
|  class | BufferedReaderRead text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines. | 
|  class | BufferedWriterWrite text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings. | 
|  class | ConnectionBaseBase class for Connection protocols. | 
|  class | ConnectionBaseAdapterProtocol classes extend this class to gain some of the common functionality needed to implement a CLDC Generic Connection. | 
|  class | MulticastOutputStreamA MulticastOutputStream can be configured to send its output to zero or more named output streams. | 
| Uses of Object in com.sun.squawk.io.j2me | 
|---|
| Subclasses of Object in com.sun.squawk.io.j2me | |
|---|---|
|  class | ParameterParserHelper class for parsing extra parameters from a connection URL. | 
| Uses of Object in com.sun.squawk.io.j2me.channel | 
|---|
| Subclasses of Object in com.sun.squawk.io.j2me.channel | |
|---|---|
|  class | ChannelInputStreamChannelInputStream | 
|  class | ChannelOutputStreamChannelOutputStream | 
|  class | ProtocolThis connection is used to 'channel' other connections through to an embedded J2SE VM (if any) that may support additional connection types not supported by the Squawk core code. | 
| Uses of Object in com.sun.squawk.io.j2me.file | 
|---|
| Subclasses of Object in com.sun.squawk.io.j2me.file | |
|---|---|
|  class | ConnectionClosedExceptionThis class is defined by the JSR-75 specification PDA Optional Packages for the J2ME™ Platform | 
| Uses of Object in com.sun.squawk.io.mailboxes | 
|---|
| Subclasses of Object in com.sun.squawk.io.mailboxes | |
|---|---|
|  class | AddressClosedExceptionThis exception is thrown when trying to send to a closed MailboxAddress, or when reading from a Mailbox, and the MailBoxHandler is managing a private address that has closed. | 
|  class | ByteArrayEnvelopeA ByteArrayEnvelope can be used to pass a byte array, or subsection of a byte array through a Channel. | 
|  class | ByteArrayInputStreamEnvelopeA ByteArrayInputStreamEnvelope can be used to pass a byte array, or subsection of a byte array, as a ByteArrayInputStream. | 
|  class | ChannelA Channel is a private bidirectional message passing mechanism, typically between Isolates. | 
|  class | EnvelopeAbstract class for messages passed through Channels. | 
|  class | Mailboxdeprecated Use the higher-level ChannelandServerChannelclasses instead. | 
|  class | MailboxAddressdeprecated Use the higher-level ChannelandServerChannelclasses instead. | 
|  class | MailboxClosedExceptionThis exception is thrown when trying to receive from a closed Mailbox. | 
|  class | MailboxInUseExceptionThis exception is thrown when trying to send to register a mailbox under a name, and that name is already used. | 
|  class | NoSuchMailboxExceptionThis exception is thrown when trying to send to register a mailbox under a name, and that name is already used. | 
|  class | ObjectEnvelopeA ObjectEnvelope can be used to pass a copy of an ICopiable object between isolates. | 
|  class | ServerChannelGiven that a Channelis a one-to-one connection between two isolates, a ServerChannel 
 provides a factory to create new Channels by name. | 
|  class | SharedMailboxHandler | 
| Methods in com.sun.squawk.io.mailboxes that return Object | |
|---|---|
|  Object | ByteArrayEnvelope.getContents()Return the contents of the envelope. | 
|  Object | ByteArrayInputStreamEnvelope.getContents()Return the contents of the envelope. | 
| abstract  Object | Envelope.getContents()Return the contents of the envelope. | 
|  Object | ObjectEnvelope.getContents()Return the contents of the envelope. | 
| Methods in com.sun.squawk.io.mailboxes with parameters of type Object | |
|---|---|
|  void | ICopiable.copyFrom(Object o)Set the state of this object based on the state of object o. | 
| Uses of Object in com.sun.squawk.os | 
|---|
| Subclasses of Object in com.sun.squawk.os | |
|---|---|
|  class | CSystemStatic class that represents the 'C' programming environment. | 
|  class | ParmRoot parameter class. | 
| Methods in com.sun.squawk.os that return Object | |
|---|---|
| static Object | CSystem.ocall(Parm x)Call a 'C' function. | 
| Methods in com.sun.squawk.os with parameters of type Object | |
|---|---|
|  Parm | Parm.parm(Object x)Add an Object parameter. | 
| Uses of Object in com.sun.squawk.peripheral | 
|---|
| Subclasses of Object in com.sun.squawk.peripheral | |
|---|---|
|  class | InsufficientFlashMemoryException | 
|  class | PeripheralRegistryPlace holder for all peripheral types known by Squawk. | 
|  class | SimulatedNorFlashSectorI am a class that allows the RMS store to be used in Java heap as a byte array. | 
|  class | SimulatedNorFlashSectorAllocator | 
| Uses of Object in com.sun.squawk.platform | 
|---|
| Subclasses of Object in com.sun.squawk.platform | |
|---|---|
|  class | BaseGCFFileBase class of common implementation of GCFFile | 
|  class | SystemEvents | 
| Uses of Object in com.sun.squawk.platform.posix | 
|---|
| Subclasses of Object in com.sun.squawk.platform.posix | |
|---|---|
|  class | GCFFileImpl* Interface for POSIX peer of a file handle | 
|  class | GCFSocketsImplPOSIX implementation of GCFSockets that calls the BSD socket API. | 
|  class | InetConvert values between host and network byte order. | 
|  class | LibCUtilHelper statics for LibC. | 
|  class | SystemEventsImpl | 
| Uses of Object in com.sun.squawk.platform.posix.natives | 
|---|
| Subclasses of Object in com.sun.squawk.platform.posix.natives | |
|---|---|
|  class | IoctlImpl | 
| static class | LibC.statC struct stat // struct stat { // dev_t st_dev; /* [XSI] ID of device containing file 4 0 // ino_t st_ino; /* [XSI] File serial number 4 4 // mode_t st_mode; /* [XSI] Mode of file (see below) 2 8 // nlink_t st_nlink; /* [XSI] Number of hard links 2 10 // uid_t st_uid; /* [XSI] User ID of the file 4 12 // gid_t st_gid; /* [XSI] Group ID of the file 4 16 // dev_t st_rdev; /* [XSI] Device ID 4 20 // time_t st_atime; /* [XSI] Time of last access 4 24 // long st_atimensec; /* nsec of last access 4 28 // time_t st_mtime; /* [XSI] Last data modification time 4 32 // long st_mtimensec; /* last data modification nsec 4 36 // time_t st_ctime; /* [XSI] Time of last status change 4 40 // long st_ctimensec; /* nsec of last status change 4 44 // off_t st_size; /* [XSI] file size, in bytes 8 48 // blkcnt_t st_blocks; /* [XSI] blocks allocated for file 8 // blksize_t st_blksize; /* [XSI] optimal blocksize for I/O 4 // __uint32_t st_flags; /* user defined flags for file 4 // __uint32_t st_gen; /* file generation number 4 // __int32_t st_lspare; /* RESERVED: DO NOT USE! 4 // __int64_t st_qspare[2]; /* RESERVED: DO NOT USE! 16 // }; | 
|  class | LibCImpl | 
| static class | LibCImpl.statImpl | 
| static class | NetDB.hostentC STRUCTURE HostEnt struct hostent { char *h_name; official name of host char **h_aliases; alias list int h_addrtype; host address type int h_length; length of address char **h_addr_list; list of addresses from name server }; #define h_addr h_addr_list[0] address, for backward compatibility | 
|  class | NetDBImpl | 
| static class | NetDBImpl.hostentImpl | 
|  class | SelectImpl | 
| static class | Socket.sockaddr_inC STRUCTURE sockaddr_in / struct sockaddr_in { u_char sin_len; 1 u_char sin_family; 1 u_short sin_port; 2 struct in_addr sin_addr; 4 char sin_zero[8]; 8 }; struct sockaddr { __uint8_t sa_len; /* total length sa_family_t sa_family; /* [XSI] address family char sa_data[14]; /* [XSI] addr value (actually larger) }; | 
|  class | SocketImpl | 
| static class | SocketImpl.sockaddr_inImpl | 
| static class | Time.timevalstruct timeval { time_t tv_sec; // seconds since Jan. | 
|  class | TimeImpl | 
| static class | TimeImpl.timevalImpl | 
| Uses of Object in com.sun.squawk.platform.windows.natives | 
|---|
| Subclasses of Object in com.sun.squawk.platform.windows.natives | |
|---|---|
|  class | WindowsImpl | 
| Uses of Object in com.sun.squawk.pragma | 
|---|
| Subclasses of Object in com.sun.squawk.pragma | |
|---|---|
|  class | AllowInlinedPragmaAllow a method declared to throw this exception to be inlined. | 
|  class | ForceInlinedPragmaAny method declared to throw this exception will be inlined by the translator and cause a LinkageError if it can't be inlined. | 
|  class | HostedPragmaAny method declared to throw this exception is only called from within a hosted environment. | 
|  class | InterpreterInvokedPragmaAny method declared to throw this exception should only be called from the interpreter or from JIT compiled code. | 
|  class | NativePragmaAny method declared to throw this exception will be turned into a native method by the translator. | 
|  class | NotInlinedPragmaAny method declared to throw this exception will never be inlined by the translator. | 
|  class | PragmaExceptionThe root of the pragma exception hierarchy. | 
|  class | ReplacementConstructorPragmaDenotes a method (that must be static) whose code replaces the body of the constructor with the same declared parameter types. | 
| Uses of Object in com.sun.squawk.realtime | 
|---|
| Subclasses of Object in com.sun.squawk.realtime | |
|---|---|
|  class | OffsetOutOfBoundsExceptionThrown if the constructor of a RawMemoryAccess, orRawMemoryFloatAccessis given an invalid address. | 
|  class | RawMemoryAccessAn instance of RawMemoryAccessmodels a range of physical
 memory as a fixed sequence of bytes. | 
|  class | RawMemoryFloatAccessThis class holds the accessor methods for accessing a raw memory area by float and double types. | 
|  class | SizeOutOfBoundsExceptionThrown if the constructor of a RawMemoryAccess, orRawMemoryFloatAccessis given an invalid size or if an 
 accessor method on one of the above classes would cause access to 
 an invalid address. | 
|  class | UnsupportedPhysicalMemoryExceptionThrown when the underlying hardware does not support the type of physical memory requested from an instance of one of the physical memory or raw memory access classes. | 
| Constructors in com.sun.squawk.realtime with parameters of type Object | |
|---|---|
| RawMemoryAccess(Object type,
                long size)Construct an instance of RawMemoryAccesswith the given parameters,
  and set the object to the mapped state. | |
| RawMemoryAccess(Object type,
                long base,
                long size)Construct an instance of RawMemoryAccesswith the given parameters,
  and set the object to the mapped state. | |
| RawMemoryFloatAccess(Object type,
                     long size)Construct an instance of RawMemoryFloatAccesswith the given parameters,
  and set the object to the mapped state. | |
| RawMemoryFloatAccess(Object type,
                     long base,
                     long size)Construct an instance of RawMemoryFloatAccesswith the given parameters,
  and set the object to the mapped state. | |
| Uses of Object in com.sun.squawk.rms | 
|---|
| Subclasses of Object in com.sun.squawk.rms | |
|---|---|
|  class | ApplicationDescriptorEntry | 
|  class | RecordEntry | 
|  class | RecordStoreEntry | 
|  class | RecordStoreManager | 
|  class | RecordStoreSequenceEntryI exist in order to allow the delete record, set record, and any other record store operation that essentially does not need to have a new log entry posted. | 
|  class | RmsEntry | 
|  class | UnknownEntry | 
| Uses of Object in com.sun.squawk.security | 
|---|
| Subclasses of Object in com.sun.squawk.security | |
|---|---|
|  class | CryptoExceptionCryptoExceptionrepresents a cryptography-related exception. | 
|  class | ECPublicKey | 
|  class | HexEncodingEncode / Decode hexadecimal strings to / from byte arrays | 
| Uses of Object in com.sun.squawk.security.ecc | 
|---|
| Subclasses of Object in com.sun.squawk.security.ecc | |
|---|---|
|  class | ECCurveFp | 
|  class | ECPoint | 
|  class | FFASimple and fast big-integer implementation suited for public key cryptography. | 
|  class | NIST160PrimeField | 
|  class | PrimeField | 
| Methods in com.sun.squawk.security.ecc that return Object | |
|---|---|
|  Object | ECPoint.clone() | 
| Uses of Object in com.sun.squawk.security.verifier | 
|---|
| Subclasses of Object in com.sun.squawk.security.verifier | |
|---|---|
|  class | SignatureVerifierException | 
| Uses of Object in com.sun.squawk.util | 
|---|
| Subclasses of Object in com.sun.squawk.util | |
|---|---|
|  class | ArgsUtilitiesA collection of utilities for command line argument parsing. | 
|  class | ArrayHashtableThis class implements a hashtable, which maps keys to values. | 
|  class | ArraysThis class contains various methods for manipulating arrays (such as sorting and searching). | 
|  class | AssertProvides support for assertions that can be removed on demand in order for building a release version. | 
|  class | BitSetThis class provides mechanisms for manipulating a bit set. | 
|  class | ByteArrayInputStreamWithSetBytesAn extention of ByteArrayInputStreamthat allows the byte array buffer to be modified, using theByteArrayInputStreamWithSetBytes.setBytes(byte[], int, int)method. | 
|  class | ByteArrayOutputStreamWithGetBytesAn extention of ByteArrayOutputStreamthat allows the byte array buffer to be read directly, using theByteArrayOutputStreamWithGetBytes.getBytes()method. | 
|  class | ComputationTimerThis is a singleton class that provides support for timing computations, including nested computations. | 
|  class | DataInputUTF8DecoderThis class provides one function for decoding a UTF-8 encoded string from a DataInput. | 
|  class | DataOutputUTF8EncoderThis class provides one function for UTF-8 encoding a string to a DataOutput. | 
|  class | IntHashtableThis class implements an unsynchronized hashtable, which maps keys to values. | 
|  class | IntSetThe IntSetclass is an unsynchronized set of integers. | 
|  class | LineReaderThis class provides for reading lines from a reader. | 
|  class | MathUtilsThe class MathUtilscontains some of the Java SE Math routines that are not present in the CLDC 1.1 version ofMath: | 
|  class | NotImplementedYetExceptionThrown to indicate that an attempt has been made to invoke code that is not yet complete. | 
|  class | SimpleLinkedListA Stripped down version of the standard J2SE java.util.LinkedList class. | 
|  class | SquawkHashtableThis class implements a variation of Hashtablethat is unsynchronized. | 
|  class | SquawkVectorThe SquawkVectorclass is an unsynchronized version ofVector. | 
|  class | StringTokenizerStringTokenizer is a class that controls simple linear tokenization of a String. | 
|  class | StructuredFileInputStreamAn instance of StructuredInputStreamis used to read a file that
 must conform to some given format such as a class file or a suite file. | 
|  class | TracerThe Tracer class encapsulates a set of static methods that are used to emit execution traces to a print stream. | 
|  class | UnexpectedException | 
| Fields in com.sun.squawk.util declared as Object | |
|---|---|
| protected  Object[] | SquawkVector.elementDataThe array buffer into which the components of the vector are stored. | 
| Methods in com.sun.squawk.util that return Object | |
|---|---|
| static Object[] | Arrays.copy(Object[] array)Make a new Object array and initialize its contents from the contents of a specified Object array. | 
| static Object[] | Arrays.copy(Object[] src,
     int srcPos,
     Object[] dest,
     int destPos,
     int length)Make a new Object array and initialize its contents from the contents of a specified Object array. | 
|  Object | SquawkVector.elementAt(int index)Returns the component at the specified index. | 
|  Object | SquawkVector.firstElement()Returns the first component of this vector. | 
|  Object | IntHashtable.get(int key)Returns the value to which the specified key is mapped in this hashtable. | 
|  Object | ArrayHashtable.get(Object key)Returns the value to which the specified key is mapped in this hashtable. | 
|  Object | SquawkHashtable.get(Object key)Returns the value to which the specified key is mapped in this hashtable. | 
|  Object | SimpleLinkedList.getFirst()Returns the first element in this list. | 
|  Object | SimpleLinkedList.getLast()Returns the last element in this list. | 
|  Object | SquawkVector.lastElement()Returns the last component of the vector. | 
|  Object | StringTokenizer.nextElement()Returns the next element in the Enumeration. | 
|  Object | IntHashtable.put(int key,
    Object value)Maps the specified keyto the specifiedvaluein this hashtable. | 
|  Object | ArrayHashtable.put(Object key,
    Object value)Maps the specified keyto the specifiedvaluein this hashtable. | 
|  Object | SquawkHashtable.put(Object key,
    Object value)Maps the specified keyto the specifiedvaluein this hashtable. | 
|  Object | IntHashtable.remove(int key)Removes the key (and its corresponding value) from this hashtable. | 
|  Object | ArrayHashtable.remove(Object key)Removes the key (and its corresponding value) from this hashtable. | 
|  Object | SquawkHashtable.remove(Object key)Removes the key (and its corresponding value) from this hashtable. | 
|  Object | SimpleLinkedList.removeFirst()Removes and returns the first element from this list. | 
|  Object | SimpleLinkedList.removeLast()Removes and returns the last element from this list. | 
|  Object | ComputationTimer.Computation.run()Performs the computation that will be timed. | 
|  Object | ComputationTimer.ComputationException.run()Performs the computation that will be timed. | 
| static Object | ComputationTimer.time(String id,
     ComputationTimer.Computation computation)Time a specified computation denoted by a specified identifier. | 
| static Object | ComputationTimer.time(String id,
     ComputationTimer.ComputationException computation)Time a specified computation denoted by a specified identifier. | 
| Methods in com.sun.squawk.util with parameters of type Object | |
|---|---|
|  void | SquawkVector.addElement(Object obj)Adds the specified component to the end of this vector, increasing its size by one. | 
|  void | SimpleLinkedList.addFirst(Object o)Inserts the given element at the beginning of this list. | 
|  void | SimpleLinkedList.addLast(Object o)Appends the given element to the end of this list. | 
| static int | Arrays.binarySearch(Object[] a,
             Object key,
             Comparer c)Searches the specified array for the specified object using the binary search algorithm. | 
| static int | Arrays.binarySearch(Object[] a,
             Object key,
             Comparer c)Searches the specified array for the specified object using the binary search algorithm. | 
|  int | Comparer.compare(Object o1,
        Object o2)Compares its two arguments for order. | 
|  boolean | ArrayHashtable.contains(Object value)Tests if some key maps into the specified value in this hashtable. | 
|  boolean | IntHashtable.contains(Object value)Tests if some key maps into the specified value in this hashtable. | 
|  boolean | SimpleLinkedList.contains(Object o)Returns true if this list contains the specified element. | 
|  boolean | SquawkHashtable.contains(Object value)Tests if some key maps into the specified value in this hashtable. | 
|  boolean | SquawkVector.contains(Object elem)Tests if the specified object is a component in this vector. | 
|  boolean | ArrayHashtable.containsKey(Object key)Tests if the specified object is a key in this hashtable. | 
|  boolean | SquawkHashtable.containsKey(Object key)Tests if the specified object is a key in this hashtable. | 
| static Object[] | Arrays.copy(Object[] array)Make a new Object array and initialize its contents from the contents of a specified Object array. | 
| static Object[] | Arrays.copy(Object[] src,
     int srcPos,
     Object[] dest,
     int destPos,
     int length)Make a new Object array and initialize its contents from the contents of a specified Object array. | 
| static Object[] | Arrays.copy(Object[] src,
     int srcPos,
     Object[] dest,
     int destPos,
     int length)Make a new Object array and initialize its contents from the contents of a specified Object array. | 
|  void | SquawkVector.copyInto(Object[] anArray)Copies the components of this vector into the specified array. | 
|  boolean | BitSet.equals(Object obj)Compares this object against the specified object. | 
| static boolean | Arrays.equals(Object[] a,
       Object[] a2)Returns true if the two specified arrays of Objects are equal to one another. | 
| static boolean | Arrays.equals(Object[] a,
       Object[] a2)Returns true if the two specified arrays of Objects are equal to one another. | 
| static boolean | Arrays.equals(Object a,
       Object b)Returns true if the two specified Objects are equal to one another. | 
| static void | Arrays.fill(Object[] a,
     int fromIndex,
     int toIndex,
     Object val)Assigns the specified Object reference to each element of the specified range of the specified array of Objects. | 
| static void | Arrays.fill(Object[] a,
     int fromIndex,
     int toIndex,
     Object val)Assigns the specified Object reference to each element of the specified range of the specified array of Objects. | 
| static void | Arrays.fill(Object[] a,
     Object val)Assigns the specified Object reference to each element of the specified array of Objects. | 
| static void | Arrays.fill(Object[] a,
     Object val)Assigns the specified Object reference to each element of the specified array of Objects. | 
|  Object | ArrayHashtable.get(Object key)Returns the value to which the specified key is mapped in this hashtable. | 
|  Object | SquawkHashtable.get(Object key)Returns the value to which the specified key is mapped in this hashtable. | 
| static int | Arrays.hashCode(Object object)Returns a hashcode for a given object. | 
|  int | SimpleLinkedList.indexOf(Object o)Returns the index in this list of the first occurrence of the specified element, or -1 if the List does not contain this element. | 
|  int | SquawkVector.indexOf(Object elem)Searches for the first occurrence of the given argument, testing for equality using the equalsmethod. | 
|  int | SquawkVector.indexOf(Object elem,
        int index)Searches for the first occurrence of the given argument, beginning the search at index, and testing for equality using
 theequalsmethod. | 
|  void | SquawkVector.insertElementAt(Object obj,
                int index)Inserts the specified object as a component in this vector at the specified index. | 
|  int | SquawkVector.lastIndexOf(Object elem)Returns the index of the last occurrence of the specified object in this vector. | 
|  int | SquawkVector.lastIndexOf(Object elem,
            int index)Searches backwards for the specified object, starting from the specified index, and returns an index to it. | 
| static int | Arrays.length(Object array)Returns the length of the specified array object, as an int. | 
|  Object | IntHashtable.put(int key,
    Object value)Maps the specified keyto the specifiedvaluein this hashtable. | 
|  Object | ArrayHashtable.put(Object key,
    Object value)Maps the specified keyto the specifiedvaluein this hashtable. | 
|  Object | SquawkHashtable.put(Object key,
    Object value)Maps the specified keyto the specifiedvaluein this hashtable. | 
|  Object | ArrayHashtable.remove(Object key)Removes the key (and its corresponding value) from this hashtable. | 
|  boolean | SimpleLinkedList.remove(Object o)Removes the first occurrence of the specified element in this list. | 
|  Object | SquawkHashtable.remove(Object key)Removes the key (and its corresponding value) from this hashtable. | 
|  boolean | SquawkVector.removeElement(Object obj)Removes the first occurrence of the argument from this vector. | 
|  void | SquawkVector.setElementAt(Object obj,
             int index)Sets the component at the specified indexof this
 vector to be the specified object. | 
| static void | Arrays.sort(Object[] a,
     Comparer c)Sorts the specified array of objects according to the order induced by the specified Comparer. | 
| static void | Arrays.sort(Object[] a,
     int fromIndex,
     int toIndex,
     Comparer c)Sorts the specified range of the specified array of objects according to the order induced by the specified Comparer. | 
|  void | IntHashtableVisitor.visitIntHashtable(int key,
                  Object value)Visit method. | 
| Uses of Object in com.sun.squawk.vm | 
|---|
| Subclasses of Object in com.sun.squawk.vm | |
|---|---|
|  class | AddressTypeThis class defines the constants that can be used to describe the type of the value stored at a given address. | 
|  class | ChannelConstants | 
|  class | CSThis class contains the offsets that define the layout of the array (of type "[-global-") that holds the class state (i.e. | 
|  class | FieldOffsetsThis class contains the offsets and types for fields that must be directly accessed by the VM or other Squawk tools such as the mapper. | 
|  class | GlobalDefinition of all the Squawk classes that use global variables. | 
|  class | OPCThis class defines the bytecodes used in the Squawk system. | 
| static class | OPC.Properties | 
| Methods in com.sun.squawk.vm with parameters of type Object | |
|---|---|
| static void | CS.check(Object cs)Give error if cs is not really global array. | 
| Uses of Object in edu.wpi.first.wpilibj | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj | |
|---|---|
|  class | AccelerometerHandle operation of the accelerometer. | 
|  class | AccumulatorResultStructure for holding the values stored in an accumulator | 
|  class | ADXL345_I2C | 
| static class | ADXL345_I2C.AllAxes | 
| static class | ADXL345_I2C.Axes | 
| static class | ADXL345_I2C.DataFormat_Range | 
|  class | AnalogChannelAnalog channel class. | 
|  class | AnalogModuleAnalog Module class. | 
|  class | AnalogTriggerClass for creating and configuring Analog Triggers | 
|  class | AnalogTrigger.AnalogTriggerExceptionExceptions dealing with improper operation of the Analog trigger | 
|  class | AnalogTriggerOutputClass to represent a specific output from an analog trigger. | 
|  class | AnalogTriggerOutput.AnalogTriggerOutputExceptionExceptions dealing with improper operation of the Analog trigger output | 
| static class | AnalogTriggerOutput.TypeType determines under what state the analog trigger evaluates to true or false | 
|  class | CANJaguar | 
| static class | CANJaguar.ControlModeMode determines how the Jaguar is controlled | 
| static class | CANJaguar.FaultsFaults reported by the Jaguar | 
| static class | CANJaguar.LimitModeDetermines which sensor to use for position reference. | 
| static class | CANJaguar.LimitsLimit switch masks | 
| static class | CANJaguar.NeutralModeDetermines how the Jaguar behaves when sending a zero signal. | 
| static class | CANJaguar.PositionReferenceDetermines which sensor to use for position reference. | 
| static class | CANJaguar.SpeedReferenceDetermines which sensor to use for speed reference. | 
|  class | CompressorCompressor object. | 
|  class | CounterClass for counting the number of ticks on a digital input channel. | 
| static class | Counter.ModeMode determines how and what the counter counts | 
| static class | CounterBase.EncodingTypeThe number of edges for the counterbase to increment or decrement on | 
|  class | DashboardPack data into the "user data" field that gets sent to the dashboard laptop via the driver station. | 
| protected  class | Dashboard.MemAccess | 
|  class | DigitalInputClass to read a digital input. | 
|  class | DigitalModuleClass representing a digital module | 
|  class | DigitalOutputClass to write digital outputs. | 
|  class | DigitalSourceDigitalSource Interface. | 
|  class | DoubleSolenoidDoubleSolenoid class for running 2 channels of high voltage Digital Output (9472 module). | 
| static class | DoubleSolenoid.ValuePossible values for a DoubleSolenoid | 
|  class | DriverStationProvide access to the network communication data to / from the Driver Station. | 
| static class | DriverStation.AllianceThe robot alliance that the robot is a part of | 
|  class | DriverStationEnhancedIO | 
| static class | DriverStationEnhancedIO.EnhancedIOException | 
| static class | DriverStationEnhancedIO.tAccelChannelAccelerometer channel for enhanced IO | 
| static class | DriverStationEnhancedIO.tDigitalConfigDigital configuration for enhanced IO | 
| static class | DriverStationEnhancedIO.tPWMPeriodChannelsPWM period channels for enhanced IO | 
|  class | DriverStationLCDProvide access to "LCD" on the Driver Station. | 
| static class | DriverStationLCD.LineThe line number on the Driver Station LCD | 
|  class | EncoderClass to read quad encoders. | 
| static class | Encoder.PIDSourceParameter | 
|  class | GearToothAlias for counter class. | 
|  class | GenericHIDGenericHID Interface | 
| static class | GenericHID.HandWhich hand the Human Interface Device is associated with. | 
|  class | GyroUse a rate gyro to return the robots heading relative to a starting position. | 
|  class | HiTechnicColorSensorHiTechnic NXT Color Sensor. | 
|  class | HiTechnicColorSensor.ColorSensorExceptionAn exception dealing with connecting to and communicating with the HiTechnicCompass | 
|  class | HiTechnicColorSensor.RGBA set of three color values bundled into one object | 
| static class | HiTechnicColorSensor.tColorSensorMode | 
|  class | HiTechnicCompassHiTechnic NXT Compass. | 
|  class | HiTechnicCompass.CompassExceptionAn exception dealing with connecting to and communicating with the HiTechnicCompass | 
|  class | I2CI2C bus interface class. | 
|  class | InterruptableSensorBaseBase for sensors to be used with interrupts | 
|  class | IterativeRobotIterativeRobot implements a specific type of Robot Program framework, extending the RobotBase class. | 
|  class | JaguarVEX Robotics Jaguar Speed Control | 
|  class | JoystickHandle input from standard Joysticks connected to the Driver Station. | 
| static class | Joystick.AxisTypeRepresents an analog axis on a joystick. | 
| static class | Joystick.ButtonTypeRepresents a digital button on the JoyStick | 
|  class | Kinect | 
|  class | Kinect.Point4A set of 4 coordinates (x,y,z,w) bundled into one object | 
|  class | KinectStick | 
|  class | ModuleBase class for AnalogModule and DigitalModule. | 
|  class | MotorSafetyHelperThe MotorSafetyHelper object is constructed for every object that wants to implement the Motor Safety protocol. | 
|  class | PIDControllerClass implements a PID Control Loop. | 
|  class | PIDController.AbsoluteTolerance | 
|  class | PIDController.NullTolerance | 
|  class | PIDController.PercentageTolerance | 
|  class | PreferencesThe preferences class provides a relatively simple way to save important values to the cRIO to access the next time the cRIO is booted. | 
| static class | Preferences.ImproperPreferenceKeyExceptionShould be thrown if a string can not be used as a key in the preferences file. | 
| static class | Preferences.IncompatibleTypeExceptionThis exception is thrown if the a value requested cannot be converted to the requested type. | 
|  class | PWMClass implements the PWM generation in the FPGA. | 
| static class | PWM.PeriodMultiplierRepresents the amount to multiply the minimum servo-pulse pwm period by. | 
|  class | RelayClass for VEX Robotics Spike style relay outputs. | 
| static class | Relay.DirectionThe Direction(s) that a relay is configured to operate in. | 
|  class | Relay.InvalidValueExceptionThis class represents errors in trying to set relay values contradictory to the direction to which the relay is set. | 
| static class | Relay.ValueThe state to drive a Relay to. | 
|  class | ResourceTrack resources in the program. | 
|  class | RobotBaseImplement a Robot Program framework. | 
|  class | RobotDriveUtility class for handling Robot drive based on a definition of the motor configuration. | 
| static class | RobotDrive.MotorTypeThe location of a motor on the robot for the purpose of driving | 
|  class | SafePWM | 
|  class | SensorBaseBase class for all sensors. | 
|  class | SerialPortDriver for the RS-232 serial port on the cRIO. | 
| static class | SerialPort.FlowControlRepresents what type of flow control to use for serial communication | 
| static class | SerialPort.ParityRepresents the parity to use for serial communications | 
| static class | SerialPort.StopBitsRepresents the number of stop bits to use for Serial Communication | 
| static class | SerialPort.WriteBufferModeRepresents which type of buffer mode to use when writing to a serial port | 
|  class | ServoStandard hobby style servo. | 
|  class | SimpleRobotA simple robot base class that knows the standard FRC competition states (disabled, autonomous, or operator controlled). | 
|  class | SkeletonA Skeleton object to be used with Kinect data from the FRC Kinect server on the DriverStation | 
|  class | Skeleton.JointAn individual Joint from Kinect data | 
| static class | Skeleton.tJointTrackingStateThe Joint TrackingState | 
| static class | Skeleton.tJointTypesHelper class used to index the joints in a (@link Skeleton) | 
| static class | Skeleton.tTrackStateThe TrackState of the skeleton | 
|  class | SolenoidSolenoid class for running high voltage Digital Output (9472 module). | 
|  class | SolenoidBaseSolenoidBase class is the common base class for the Solenoid and DoubleSolenoid classes. | 
|  class | TalonCTRE Talon Speed Controller | 
|  class | TimerTimer objects measure accumulated time in milliseconds. | 
|  class | UltrasonicUltrasonic rangefinder class. | 
| static class | Ultrasonic.UnitThe units to return when PIDGet is called | 
|  class | UtilityContains global utility functions | 
|  class | VictorVEX Robotics Victor Speed Controller | 
|  class | WatchdogWatchdog timer class. | 
| Methods in edu.wpi.first.wpilibj that return Object | |
|---|---|
|  Object | DriverStation.getStatusDataMonitor()Gets the status data monitor | 
| Methods in edu.wpi.first.wpilibj with parameters of type Object | |
|---|---|
|  void | DigitalInput.requestInterrupts(Object handler,
                  Object param)Request interrupts asynchronously on this digital input. | 
| Constructors in edu.wpi.first.wpilibj with parameters of type Object | |
|---|---|
| Dashboard(Object statusDataSemaphore)Dashboard constructor. | |
| Uses of Object in edu.wpi.first.wpilibj.buttons | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.buttons | |
|---|---|
|  class | AnalogIOButton | 
|  class | ButtonThis class provides an easy way to link commands to OI inputs. | 
|  class | DigitalIOButton | 
|  class | InternalButtonThis class is intended to be used within a program. | 
|  class | JoystickButton | 
|  class | NetworkButton | 
|  class | TriggerThis class provides an easy way to link commands to inputs. | 
|  class | Trigger.ButtonSchedulerAn internal class of Trigger. | 
| Uses of Object in edu.wpi.first.wpilibj.camera | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.camera | |
|---|---|
|  class | AxisCameraThis class is a singleton used to configure and get images from the axis camera. | 
| static class | AxisCamera.ExposurePriorityTEnumeration representing the exposure priority. | 
| static class | AxisCamera.ExposureTEnumaration representing the different values which exposure may be set to. | 
| static class | AxisCamera.ResolutionTEnumeration representing the image resoultion provided by the camera. | 
| static class | AxisCamera.RotationTEnumeration representing the orientation of the picture. | 
| static class | AxisCamera.WhiteBalanceTEnumeration representing the different values which white balence may be set to. | 
|  class | AxisCameraExceptionAn exception representing a problem with communicating with the camera. | 
| Uses of Object in edu.wpi.first.wpilibj.can | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.can | |
|---|---|
|  class | CANExceptionFactoryException indicating that the Jaguar CAN Driver layer refused to send a restricted message ID to the CAN bus. | 
|  class | CANInvalidBufferExceptionException indicating that a CAN driver library entry-point was passed an invalid buffer. | 
|  class | CANJaguarVersionExceptionException indicating that the CAN driver layer has not been initialized. | 
|  class | CANMessageNotAllowedExceptionException indicating that the Jaguar CAN Driver layer refused to send a restricted message ID to the CAN bus. | 
|  class | CANNotInitializedExceptionException indicating that the CAN driver layer has not been initialized. | 
|  class | CANTimeoutExceptionException indicating that the CAN device did not respond within the timeout period specified. | 
|  class | JaguarCANDriver | 
|  class | JaguarCANProtocol | 
| Uses of Object in edu.wpi.first.wpilibj.command | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.command | |
|---|---|
|  class | CommandThe Command class is at the very core of the entire command framework. | 
|  class | CommandGroupA CommandGroupis a list of commands which are executed in sequence. | 
|  class | IllegalUseOfCommandExceptionThis exception will be thrown if a command is used illegally. | 
|  class | PIDCommandThis class defines a Commandwhich interacts heavily with a PID loop. | 
|  class | PIDSubsystemThis class is designed to handle the case where there is a Subsystemwhich uses a singlePIDControlleralmost constantly (for instance, 
 an elevator which attempts to stay at a constant height). | 
|  class | PrintCommandA PrintCommandis a command which prints out a string when it is initialized, and then immediately finishes. | 
|  class | SchedulerThe Scheduleris a singleton which holds the top-level running commands. | 
|  class | StartCommandA StartCommandwill call thestart()method of another command when it is initialized
 and will finish immediately. | 
|  class | SubsystemThis class defines a major component of the robot. | 
|  class | WaitCommandA WaitCommandwill wait for a certain amount of time before finishing. | 
|  class | WaitForChildrenThis command will only finish if whatever CommandGroupit is in has no active children. | 
|  class | WaitUntilCommandWaitUntilCommand - waits until an absolute game time. | 
| Uses of Object in edu.wpi.first.wpilibj.communication | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.communication | |
|---|---|
|  class | AICalibrationClass for calibrating the analog inputs. | 
|  class | BumARioHandleClass for obtaining a RIO handle. | 
|  class | FRCCommonControlDataStructure for data exchanged between the robot and the driver station. | 
|  class | FRCControlContains the code necessary to communicate between the robot and the driver station. | 
| static class | FRCControl.CachedNativeBufferA simple 1-element cache that keeps a pointer to native memory around. | 
| static class | FRCControl.DynamicControlData | 
|  class | ModulePresenceClass for communicating with the NetworkCommunication library routines which check module presence. | 
| static class | ModulePresence.ModuleType | 
|  class | SemaphoreClass exposing VxWorks semaphores. | 
| static class | Semaphore.OptionsOptions to create a semaphore with. | 
|  class | SemaphoreException | 
|  class | UsageReporting | 
| Uses of Object in edu.wpi.first.wpilibj.fpga | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.fpga | |
|---|---|
|  class | tAccumulator | 
| static class | tAccumulator.tOutput | 
|  class | tAI | 
|  class | tAlarm | 
|  class | tAnalogTrigger | 
|  class | tCounter | 
|  class | tDIO | 
|  class | tDMA | 
|  class | tDMAManager | 
|  class | tEncoder | 
|  class | tGlobal | 
|  class | tInterrupt | 
|  class | tInterruptManager | 
|  class | tSolenoid | 
|  class | tSPI | 
|  class | tSystem | 
|  class | tWatchdog | 
| Uses of Object in edu.wpi.first.wpilibj.image | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.image | |
|---|---|
|  class | BinaryImageAn image where each pixel is treated as either on or off. | 
|  class | ColorImageA class representing a color image. | 
|  class | CriteriaCollection | 
|  class | CurveOptions | 
|  class | EllipseDescriptor | 
|  class | EllipseMatch | 
|  class | HSLImageA color image represented in HSL color space at 3 bytes per pixel. | 
|  class | ImageClass representing a generic image. | 
|  class | LinearAverages | 
| static class | LinearAverages.LinearAveragesMode | 
|  class | MonoImageA grey scale image represented at a byte per pixel. | 
|  class | NIVisionClass for interfacing with the NIVision libraries | 
| static class | NIVision.ColorModeEnumerations representing the possible color spaces to operate in | 
| static class | NIVision.ImageTypeEnumeration representing the possible types of imaq images | 
| static class | NIVision.MeasurementType | 
| static class | NIVision.Range | 
| static class | NIVision.Rect | 
|  class | NIVisionExceptionException class which looks up nivision error codes | 
|  class | ParticleAnalysisReportClass to store commonly used information about a particle. | 
|  class | RegionOfInterestThis is a dummy class which needs to be filled in. | 
|  class | RGBImageA color image represented in RGB color space at 3 bytes per pixel. | 
|  class | ShapeDetectionOptions | 
| Uses of Object in edu.wpi.first.wpilibj.livewindow | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.livewindow | |
|---|---|
|  class | LiveWindowThe LiveWindow class is the public interface for putting sensors and actuators on the LiveWindow. | 
| Uses of Object in edu.wpi.first.wpilibj.networktables | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.networktables | |
|---|---|
|  class | NetworkTable | 
|  class | NetworkTableConnectionListenerAdapterAn adapter that changes the source of a connection event | 
|  class | NetworkTableKeyListenerAdapterAn adapter that is used to filter value change notifications for a specific key | 
|  class | NetworkTableKeyNotDefinedDeprecated. to provide backwards compatability for new api | 
|  class | NetworkTableListenerAdapterAn adapter that is used to filter value change notifications and make the path relative to the NetworkTable | 
|  class | NetworkTableModeRepresents a different modes that network tables can be configured in | 
|  class | NetworkTableProviderProvides a NetworkTablefor a givenNetworkTableNode | 
|  class | NetworkTableSubListenerAdapterAn adapter that is used to filter sub table change notifications and make the path relative to the NetworkTable | 
| Methods in edu.wpi.first.wpilibj.networktables that return Object | |
|---|---|
|  Object | NetworkTable.getValue(String key)Returns the key that the name maps to. | 
|  Object | NetworkTable.getValue(String key,
         Object defaultValue)Returns the key that the name maps to. | 
| Methods in edu.wpi.first.wpilibj.networktables with parameters of type Object | |
|---|---|
|  Object | NetworkTable.getValue(String key,
         Object defaultValue)Returns the key that the name maps to. | 
|  void | NetworkTable.putValue(String key,
         Object value)Maps the specified key to the specified value in this table. | 
|  void | NetworkTable.retrieveValue(String key,
              Object externalValue) | 
|  void | NetworkTableKeyListenerAdapter.valueChanged(ITable source,
             String key,
             Object value,
             boolean isNew) | 
|  void | NetworkTableListenerAdapter.valueChanged(ITable source,
             String key,
             Object value,
             boolean isNew) | 
|  void | NetworkTableSubListenerAdapter.valueChanged(ITable source,
             String key,
             Object value,
             boolean isNew) | 
| Uses of Object in edu.wpi.first.wpilibj.networktables2 | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.networktables2 | |
|---|---|
|  class | AbstractNetworkTableEntryStoreAn entry store that handles storing entries and applying transactions | 
|  class | NetworkTableEntryAn entry in a network table | 
|  class | NetworkTableNoderepresents a node (either a client or a server) in a network tables 2.0 implementers of the class must ensure that they call #init(NetworkTableTransactionPool, AbstractNetworkTableEntryStore)before calling any other methods on this class | 
|  class | TableKeyExistsWithDifferentTypeExceptionThrow to indicate that an attempt to put data to a table is illegal because the specified key exists with a different data type than the put data type. | 
|  class | TransactionDirtierA transaction receiver that marks all Table entries as dirty in the entry store. | 
|  class | WriteManagerA write manager is a IncomingEntryReceiverthat buffers transactions and then and then dispatches them to a flushable transaction receiver that is periodically offered all queued transaction and then flushed | 
| Methods in edu.wpi.first.wpilibj.networktables2 that return Object | |
|---|---|
|  Object | NetworkTableEntry.getValue() | 
|  Object | NetworkTableNode.getValue(String name) | 
| Methods in edu.wpi.first.wpilibj.networktables2 with parameters of type Object | |
|---|---|
|  void | AbstractNetworkTableEntryStore.TableListenerManager.fireTableListeners(String key,
                   Object value,
                   boolean isNew)Called when the object should fire it's listeners | 
|  void | NetworkTableNode.fireTableListeners(String key,
                   Object value,
                   boolean isNew) | 
|  void | NetworkTableEntry.forcePut(char newSequenceNumber,
         NetworkTableEntryType type,
         Object newValue)force a value and new sequence number upon an entry, Will also set the type of the entry | 
|  void | NetworkTableEntry.forcePut(char newSequenceNumber,
         Object newValue)force a value and new sequence number upon an entry | 
|  void | AbstractNetworkTableEntryStore.offerIncomingUpdate(NetworkTableEntry entry,
                    char sequenceNumber,
                    Object value) | 
|  void | IncomingEntryReceiver.offerIncomingUpdate(NetworkTableEntry entry,
                    char entrySequenceNumber,
                    Object value) | 
|  void | AbstractNetworkTableEntryStore.putOutgoing(NetworkTableEntry tableEntry,
            Object value) | 
|  void | AbstractNetworkTableEntryStore.putOutgoing(String name,
            NetworkTableEntryType type,
            Object value)Stores the given value under the given name and queues it for transmission to the server. | 
|  boolean | NetworkTableEntry.putValue(char newSequenceNumber,
         Object newValue)set the value of the entry if the given sequence number is greater that the current sequence number | 
|  void | NetworkTableNode.putValue(NetworkTableEntry entry,
         Object value) | 
|  void | NetworkTableNode.putValue(String name,
         NetworkTableEntryType type,
         Object value)Put a value with a specific network table type | 
|  void | NetworkTableNode.putValue(String name,
         Object value) | 
|  void | NetworkTableNode.retrieveValue(String name,
              Object externalData) | 
| protected abstract  boolean | AbstractNetworkTableEntryStore.updateEntry(NetworkTableEntry entry,
            char sequenceNumber,
            Object value) | 
| Constructors in edu.wpi.first.wpilibj.networktables2 with parameters of type Object | |
|---|---|
| NetworkTableEntry(char id,
                  String name,
                  char sequenceNumber,
                  NetworkTableEntryType type,
                  Object value)Create a new entry with the given id, name, sequence number, type and value | |
| NetworkTableEntry(String name,
                  NetworkTableEntryType type,
                  Object value)Create a new entry with the given name, type, value, an unknown id and a sequence number of 0 | |
| Uses of Object in edu.wpi.first.wpilibj.networktables2.client | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.networktables2.client | |
|---|---|
|  class | ClientConnectionAdapterObject that adapts messages from a server | 
|  class | ClientConnectionStateRepresents a state that the client is in | 
| static class | ClientConnectionState.ErrorRepresents that the client is in an error state | 
| static class | ClientConnectionState.ProtocolUnsuppotedByServerRepresents that a client received a message from the server indicating that the client's protocol revision is not supported by the server | 
|  class | ClientNetworkTableEntryStoreThe entry store for a NetworkTableClient | 
|  class | NetworkTableClientA client node in NetworkTables 2.0 | 
| Methods in edu.wpi.first.wpilibj.networktables2.client with parameters of type Object | |
|---|---|
|  void | ClientConnectionAdapter.offerIncomingUpdate(NetworkTableEntry entry,
                    char sequenceNumber,
                    Object value) | 
| protected  boolean | ClientNetworkTableEntryStore.updateEntry(NetworkTableEntry entry,
            char sequenceNumber,
            Object value) | 
| Uses of Object in edu.wpi.first.wpilibj.networktables2.connection | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.networktables2.connection | |
|---|---|
|  class | BadMessageExceptionAn exception throw when a NetworkTableNode receives a bad message | 
|  class | ConnectionMonitorThreadA periodic thread that repeatedly reads from a connection | 
|  class | NetworkTableConnectionAn abstraction for the NetworkTable protocol | 
| Uses of Object in edu.wpi.first.wpilibj.networktables2.server | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.networktables2.server | |
|---|---|
|  class | NetworkTableServerA server node in NetworkTables 2.0 | 
|  class | ServerConnectionAdapterObject that adapts messages from a client to the server | 
|  class | ServerConnectionListA list of connections that the server currently has | 
|  class | ServerConnectionStateRepresents the state of a connection to the server | 
| static class | ServerConnectionState.ErrorRepresents that the client is in an error state | 
|  class | ServerIncomingStreamMonitorThread that monitors for incoming connections | 
|  class | ServerNetworkTableEntryStoreThe entry store for a NetworkTableServer | 
| Methods in edu.wpi.first.wpilibj.networktables2.server with parameters of type Object | |
|---|---|
|  void | ServerConnectionAdapter.offerIncomingUpdate(NetworkTableEntry entry,
                    char sequenceNumber,
                    Object value) | 
| protected  boolean | ServerNetworkTableEntryStore.updateEntry(NetworkTableEntry entry,
            char sequenceNumber,
            Object value) | 
| Uses of Object in edu.wpi.first.wpilibj.networktables2.stream | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.networktables2.stream | |
|---|---|
|  class | SimpleIOStreamAn IOStream that wraps an InputStreamand anOutputStream | 
|  class | SocketConnectionServerStreamProviderAn object that will provide cRIO socket connections when a client connects to the server on the given port | 
|  class | SocketConnectionStreamA socket connection on the cRIO | 
|  class | SocketConnectionStreamFactory | 
|  class | SocketStreamsStatic factory for socket stream factories and providers | 
| Uses of Object in edu.wpi.first.wpilibj.networktables2.thread | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.networktables2.thread | |
|---|---|
|  class | DefaultThreadManagerA simple thread manager that will run periodic threads in their own thread | 
| Uses of Object in edu.wpi.first.wpilibj.networktables2.type | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.networktables2.type | |
|---|---|
|  class | ArrayData | 
|  class | ArrayEntryType | 
|  class | BooleanArray | 
|  class | ComplexData | 
|  class | ComplexEntryType | 
|  class | DefaultEntryTypes | 
|  class | NetworkTableEntryTypeA class defining the types supported by NetworkTables as well as support for serialization of those types to and from DataStreams | 
|  class | NetworkTableEntryTypeManager | 
|  class | NumberArray | 
|  class | StringArray | 
| Methods in edu.wpi.first.wpilibj.networktables2.type that return Object | |
|---|---|
| protected  Object | ArrayData.getAsObject(int index) | 
|  Object | ArrayEntryType.internalizeValue(String key,
                 Object externalRepresentation,
                 Object currentInteralValue) | 
| abstract  Object | ComplexEntryType.internalizeValue(String key,
                 Object externalRepresentation,
                 Object currentInteralValue) | 
|  Object | ArrayEntryType.readValue(DataInputStream is) | 
| abstract  Object | NetworkTableEntryType.readValue(DataInputStream is)read a value from a data input stream | 
| Methods in edu.wpi.first.wpilibj.networktables2.type with parameters of type Object | |
|---|---|
| protected  void | ArrayData._add(Object value) | 
| protected  void | ArrayData._set(int index,
     Object value) | 
|  void | ArrayEntryType.exportValue(String key,
            Object internalData,
            Object externalRepresentation) | 
| abstract  void | ComplexEntryType.exportValue(String key,
            Object internalData,
            Object externalRepresentation) | 
|  Object | ArrayEntryType.internalizeValue(String key,
                 Object externalRepresentation,
                 Object currentInteralValue) | 
| abstract  Object | ComplexEntryType.internalizeValue(String key,
                 Object externalRepresentation,
                 Object currentInteralValue) | 
|  void | ArrayEntryType.sendValue(Object value,
          DataOutputStream os) | 
| abstract  void | NetworkTableEntryType.sendValue(Object value,
          DataOutputStream os)send a value over a data output stream | 
| Uses of Object in edu.wpi.first.wpilibj.networktables2.util | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.networktables2.util | |
|---|---|
|  class | ByteArrayMapAn unsynchronized map which maps bytes to objects. | 
|  class | CharacterArrayMapAn unsynchronized map which maps characters to objects. | 
|  class | HalfQueueA queue designed to have things appended to it and then to be read directly from the backing array | 
|  class | ListA simple unsynchronized list implementation | 
|  class | ResizeableArrayObjectA helper super class for collections that use a resizing array | 
|  class | SetA unsynchronized set | 
|  class | StackA simple unsynchronized stack implementation | 
|  class | StringCacheA simple cache that allows for caching the mapping of one string to another calculated one | 
| Fields in edu.wpi.first.wpilibj.networktables2.util declared as Object | |
|---|---|
|  Object[] | HalfQueue.array | 
| protected  Object[] | ResizeableArrayObject.array | 
| Methods in edu.wpi.first.wpilibj.networktables2.util that return Object | |
|---|---|
|  Object | ByteArrayMap.get(byte key) | 
|  Object | CharacterArrayMap.get(char key) | 
|  Object | List.get(int index) | 
|  Object | Stack.pop() | 
| Methods in edu.wpi.first.wpilibj.networktables2.util with parameters of type Object | |
|---|---|
|  void | List.add(Object o)Add an object to the end of the list | 
|  void | Set.add(Object o)Add an element to the set | 
|  boolean | List.contains(Object object) | 
|  void | Stack.push(Object element)Push an element onto the stack | 
|  void | ByteArrayMap.put(byte key,
    Object value)Put a value with the given key | 
|  void | CharacterArrayMap.put(char key,
    Object value)Put a value with the given key | 
|  void | HalfQueue.queue(Object element)Push an element onto the stack | 
|  boolean | List.remove(Object object)remove the first element in the list where equals(Object)is true | 
|  void | List.set(int index,
    Object obj)set the value at a given index in the list | 
| Uses of Object in edu.wpi.first.wpilibj.smartdashboard | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.smartdashboard | |
|---|---|
|  class | SendableChooserThe SendableChooserclass is a useful tool for presenting a selection
 of options to theSmartDashboard. | 
|  class | SmartDashboardThe SmartDashboardclass is the bridge between robot programs and the SmartDashboard on the
 laptop. | 
| Methods in edu.wpi.first.wpilibj.smartdashboard that return Object | |
|---|---|
|  Object | SendableChooser.getSelected()Returns the selected option. | 
| Methods in edu.wpi.first.wpilibj.smartdashboard with parameters of type Object | |
|---|---|
|  void | SendableChooser.addDefault(String name,
           Object object)Add the given object to the list of options and marks it as the default. | 
|  void | SendableChooser.addObject(String name,
          Object object)Adds the given object to the list of options. | 
| Uses of Object in edu.wpi.first.wpilibj.tables | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.tables | |
|---|---|
|  class | TableKeyNotDefinedExceptionAn exception throw when the lookup a a key-value fails in a ITable | 
| Methods in edu.wpi.first.wpilibj.tables that return Object | |
|---|---|
|  Object | ITable.getValue(String key)Gets the value associated with a key as an object | 
| Methods in edu.wpi.first.wpilibj.tables with parameters of type Object | |
|---|---|
|  void | ITable.putValue(String key,
         Object value)Put a value in the table | 
|  void | ITable.retrieveValue(String key,
              Object externalValue) | 
|  void | ITableListener.valueChanged(ITable source,
             String key,
             Object value,
             boolean isNew)Called when a key-value pair is changed in a ITableWARNING: If a new key-value is put in this method value changed will immediatly be called which could lead to recursive code | 
| Uses of Object in edu.wpi.first.wpilibj.util | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.util | |
|---|---|
|  class | AllocationExceptionException indicating that the resource is already allocated | 
|  class | BoundaryExceptionThis exception represents an error in which a lower limit was set as higher than an upper limit. | 
|  class | CheckedAllocationExceptionException indicating that the resource is already allocated This is meant to be thrown by the resource class | 
|  class | SortedVector | 
|  class | UncleanStatusExceptionException for bad status codes from the chip object | 
| Methods in edu.wpi.first.wpilibj.util with parameters of type Object | |
|---|---|
|  void | SortedVector.addElement(Object element)Adds an element in the Vector, sorted from greatest to least. | 
|  int | SortedVector.Comparator.compare(Object object1,
        Object object2)Compare the given two objects. | 
| Uses of Object in edu.wpi.first.wpilibj.visa | 
|---|
| Subclasses of Object in edu.wpi.first.wpilibj.visa | |
|---|---|
|  class | VisaThis port of visa.h includes only the functions and definitions used in SerialPort.java | 
|  class | VisaExceptionException class which looks up visa error codes | 
| Uses of Object in java.io | 
|---|
| Subclasses of Object in java.io | |
|---|---|
|  class | BufferedInputStream | 
|  class | BufferedOutputStream | 
|  class | ByteArrayInputStreamA ByteArrayInputStreamcontains
 an internal buffer that contains bytes that
 may be read from the stream. | 
|  class | ByteArrayOutputStreamThis class implements an output stream in which the data is written into a byte array. | 
|  class | DataInputStreamA data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way. | 
|  class | DataOutputStreamA data input stream lets an application write primitive Java data types to an output stream in a portable way. | 
|  class | EOFExceptionSignals that an end of file or end of stream has been reached unexpectedly during input. | 
|  class | InputStreamThis abstract class is the superclass of all classes representing an input stream of bytes. | 
|  class | InputStreamReaderAn InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters. | 
|  class | InterruptedIOExceptionSignals that an I/O operation has been interrupted. | 
|  class | IOExceptionSignals that an I/O exception of some sort has occurred. | 
|  class | OutputStreamThis abstract class is the superclass of all classes representing an output stream of bytes. | 
|  class | OutputStreamWriterAn OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are translated into bytes. | 
|  class | PrintStreamA PrintStreamadds functionality to another output stream,
 namely the ability to print representations of various data values
 conveniently. | 
|  class | ReaderAbstract class for reading character streams. | 
|  class | UnsupportedEncodingExceptionThe Character Encoding is not supported. | 
|  class | UTFDataFormatExceptionSignals 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 | WriterAbstract class for writing to character streams. | 
| Fields in java.io declared as Object | |
|---|---|
| protected  Object | Reader.lockThe object used to synchronize operations on this stream. | 
| protected  Object | Writer.lockThe 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 | ArithmeticExceptionThrown when an exceptional arithmetic condition has occurred. | 
|  class | ArrayIndexOutOfBoundsExceptionThrown to indicate that an array has been accessed with an illegal index. | 
|  class | ArrayStoreExceptionThrown to indicate that an attempt has been made to store the wrong type of object into an array of objects. | 
|  class | BooleanThe Boolean class wraps a value of the primitive type booleanin an object. | 
|  class | ByteThe Byte class is the standard wrapper for byte values. | 
|  class | CharacterThe Character class wraps a value of the primitive type charin an object. | 
|  class | ClassInstances of the class Classrepresent classes and interfaces
 in a running Java application. | 
|  class | ClassCastExceptionThrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance. | 
|  class | ClassNotFoundExceptionThrown when an application tries to load in a class through its string name using the forNamemethod in classClassbut no definition for the class with the specified name could be found. | 
|  class | DoubleThe Double class wraps a value of the primitive type doublein an object. | 
|  class | ErrorAn Erroris a subclass ofThrowablethat indicates serious problems that a reasonable application
 should not try to catch. | 
|  class | ExceptionThe class Exceptionand its subclasses are a form ofThrowablethat indicates conditions that a reasonable 
 application might want to catch. | 
|  class | FloatThe Float class provides an object wrapper for Float data values, and serves as a place for float-oriented operations. | 
|  class | IllegalAccessExceptionThrown 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 | IllegalArgumentExceptionThrown to indicate that a method has been passed an illegal or inappropriate argument. | 
|  class | IllegalMonitorStateExceptionThrown 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 | IllegalStateExceptionSignals that a method has been invoked at an illegal or inappropriate time. | 
|  class | IllegalThreadStateExceptionThrown to indicate that a thread is not in an appropriate state for the requested operation. | 
|  class | IndexOutOfBoundsExceptionThrown 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 | InstantiationExceptionThrown when an application tries to create an instance of a class using the newInstancemethod in classClass, but the specified class object cannot be 
 instantiated because it is an interface or is an abstract class. | 
|  class | IntegerThe Integer class wraps a value of the primitive type intin an object. | 
|  class | InterruptedExceptionThrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it. | 
|  class | LongThe Long class wraps a value of the primitive type longin an object. | 
|  class | MathThe class Mathcontains methods for performing basic
 numeric operations. | 
|  class | NegativeArraySizeExceptionThrown if an application tries to create an array with negative size. | 
|  class | NoClassDefFoundErrorThrown 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 newexpression) and no definition of the class could be found. | 
|  class | NullPointerExceptionThrown when an application attempts to use nullin a 
 case where an object is required. | 
|  class | NumberFormatExceptionThrown 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 | OutOfMemoryErrorThrown 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 | RuntimeEvery Java application has a single instance of class Runtimethat allows the application to interface with
 the environment in which the application is running. | 
|  class | RuntimeExceptionRuntimeExceptionis the superclass of those 
 exceptions that can be thrown during the normal operation of the 
 Java Virtual Machine. | 
|  class | SecurityExceptionThrown by the system to indicate a security violation. | 
|  class | ShortThe Short class is the standard wrapper for short values. | 
|  class | StringThe Stringclass represents character strings. | 
|  class | StringBufferA string buffer implements a mutable sequence of characters. | 
|  class | StringIndexOutOfBoundsExceptionThrown by the charAtmethod in classStringand by otherStringmethods to indicate that an index is either negative or greater 
 than or equal to the size of the string. | 
|  class | SystemThe Systemclass contains several useful class fields
 and methods. | 
|  class | ThreadA thread is a thread of execution in a program. | 
|  class | ThrowableThe Throwableclass is the superclass of all errors
 and exceptions in the Java language. | 
|  class | VirtualMachineErrorThrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating. | 
| Methods in java.lang that return Object | |
|---|---|
|  Object | Class.newInstance()Creates a new instance of a class. | 
| Methods in java.lang with parameters of type Object | |
|---|---|
|  StringBuffer | StringBuffer.append(Object obj)Appends the string representation of the Objectargument to this string buffer. | 
| static void | System.arraycopy(Object src,
          int srcPos,
          Object dst,
          int dstPos,
          int length)Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array. | 
|  boolean | Boolean.equals(Object obj)Returns trueif and only if the argument is notnulland is aBoolean object that
 represents the samebooleanvalue as this object. | 
|  boolean | Byte.equals(Object obj)Compares this object to the specified object. | 
|  boolean | Character.equals(Object obj)Compares this object against the specified object. | 
|  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 | Integer.equals(Object obj)Compares this object to the specified object. | 
|  boolean | Long.equals(Object obj)Compares this object against the specified object. | 
|  boolean | Object.equals(Object obj)Indicates whether some other object is "equal to" this one. | 
|  boolean | Short.equals(Object obj)Compares this object to the specified object. | 
|  boolean | String.equals(Object anObject)Compares this string to the specified object. | 
| 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(). | 
|  StringBuffer | StringBuffer.insert(int offset,
       Object obj)Inserts the string representation of the Objectargument into this string buffer. | 
|  boolean | Class.isInstance(Object obj)Determines if the specified Objectis assignment-compatible
 with the object represented by thisClass. | 
| static String | String.valueOf(Object obj)Returns the string representation of the Objectargument. | 
| Uses of Object in java.lang.ref | 
|---|
| Subclasses of Object in java.lang.ref | |
|---|---|
|  class | ReferenceAbstract base class for reference objects. | 
|  class | WeakReferenceThis class provides support for weak references. | 
| Methods in java.lang.ref that return Object | |
|---|---|
|  Object | Reference.get()Returns this reference object's referent. | 
| Constructors in java.lang.ref with parameters of type Object | |
|---|---|
| WeakReference(Object ref)Creates a new weak reference that refers to the given object. | |
| Uses of Object in java.util | 
|---|
| Subclasses of Object in java.util | |
|---|---|
|  class | CalendarCalendaris an abstract base class for converting between
 aDateobject and a set of integer fields such asYEAR,MONTH,DAY,HOUR,
 and so on. | 
|  class | DateThe class Date represents a specific instant in time, with millisecond precision. | 
|  class | EmptyStackExceptionThrown by methods in the Stackclass to indicate 
 that the stack is empty. | 
|  class | HashtableThis class implements a hashtable, which maps keys to values. | 
|  class | NoSuchElementExceptionThrown by the nextElementmethod of anEnumerationto indicate that there are no more 
 elements in the enumeration. | 
|  class | RandomAn instance of this class is used to generate a stream of pseudorandom numbers. | 
|  class | TimerTaskA task that can be scheduled for one-time or repeated execution by a Timer. | 
|  class | TimeZoneTimeZonerepresents a time zone offset, and also figures 
 out daylight savings. | 
|  class | VectorThe Vectorclass implements a growable array of
 objects. | 
| Fields in java.util declared as Object | |
|---|---|
| protected  Object[] | Vector.elementDataThe 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 keyto the specifiedvaluein 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 | Hashtable.contains(Object value)Tests if some key maps into the specified value in this hashtable. | 
|  boolean | Vector.contains(Object elem)Tests if the specified object is a component in this vector. | 
|  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. | 
|  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 occurrence of the given argument, testing for equality using the equalsmethod. | 
|  int | Vector.indexOf(Object elem,
        int index)Searches for the first occurrence of the given argument, beginning the search at index, and testing for equality using
 theequalsmethod. | 
|  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 keyto the specifiedvaluein 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 indexof this
 vector to be the specified object. | 
| Uses of Object in javax.microedition.io | 
|---|
| Subclasses of Object in javax.microedition.io | |
|---|---|
|  class | ConnectionNotFoundExceptionThis class is used to signal that a connection target cannot be found, or the protocol type is not supported. | 
|  class | ConnectorThis class is a factory for creating new Connection objects. | 
| Uses of Object in javax.microedition.midlet | 
|---|
| Subclasses of Object in javax.microedition.midlet | |
|---|---|
|  class | MIDletA MIDLetis a MID Profile application. | 
|  class | MIDletStateChangeExceptionSignals that a requested MIDletstate change failed. | 
| Uses of Object in javax.microedition.rms | 
|---|
| Subclasses of Object in javax.microedition.rms | |
|---|---|
|  class | InvalidRecordIDExceptionThrown to indicate an operation could not be completed because the record ID was invalid. | 
|  class | RecordStoreA class representing a record store. | 
|  class | RecordStoreExceptionThrown to indicate a general exception occurred in a record store operation. | 
|  class | RecordStoreFullExceptionThrown to indicate an operation could not be completed because the record store system storage is full. | 
|  class | RecordStoreNotFoundExceptionThrown to indicate an operation could not be completed because the record store could not be found. | 
|  class | RecordStoreNotOpenExceptionThrown to indicate that an operation was attempted on a closed record store. | 
| Uses of Object in tests | 
|---|
| Subclasses of Object in tests | |
|---|---|
|  class | TestApp | 
| static class | TestApp.Ball | 
| static class | TestApp.LongBall | 
|  class | TestApp2 | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||