2010 FRC Java API

A B C D E F G H I J K L M N O P Q R S T U V W Y Z

A

abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double value.
abs(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
Accelerometer - Class in edu.wpi.first.wpilibj
Handle operation of the accelerometer.
Accelerometer(int) - Constructor for class edu.wpi.first.wpilibj.Accelerometer
Create a new instance of an accelerometer.
Accelerometer(int, int) - Constructor for class edu.wpi.first.wpilibj.Accelerometer
Create new instance of accelerometer.
Accelerometer(AnalogChannel) - Constructor for class edu.wpi.first.wpilibj.Accelerometer
Create a new instance of Accelerometer from an existing AnalogChannel.
accept() - Method in class com.sun.squawk.io.mailboxes.ServerChannel
Wait for a client to open a connection, then create an anonymous local Channel to use or further communication.
acceptAndOpen() - Method in interface javax.microedition.io.StreamConnectionNotifier
Returns a StreamConnection object that represents a server side socket connection.
ACCEPTCONNECTION - Static variable in class com.sun.squawk.vm.ChannelConstants
 
AccumulatorResult - Class in edu.wpi.first.wpilibj
Structure for holding the values stored in an accumulator
AccumulatorResult() - Constructor for class edu.wpi.first.wpilibj.AccumulatorResult
 
acknowledge() - Method in class edu.wpi.first.wpilibj.fpga.tInterruptManager
 
acos(double) - Static method in class com.sun.squawk.util.MathUtils
Returns the arc cosine of an angle, in the range of 0 through pi.
active - Static variable in class com.sun.squawk.io.j2me.pipe.PipeServerSocketListener
 
activeCount() - Static method in class java.lang.Thread
Returns the current number of active threads in the VM.
add(int) - Method in class com.sun.squawk.Address
Adds a 32 bit offset to this address and return the resulting address.
add(String, OutputStream) - Method in class com.sun.squawk.io.MulticastOutputStream
Adds a given output stream to those contained by this multicaster.
add(int) - Method in class com.sun.squawk.Offset
Adds a value to this offset and return the resulting offset.
add(IPeripheral) - Method in class com.sun.squawk.peripheral.PeripheralRegistry
 
addArray() - Method in class edu.wpi.first.wpilibj.Dashboard
Start an array in the packed dashboard data structure.
addBoolean(boolean) - Method in class edu.wpi.first.wpilibj.Dashboard
Pack a boolean into the dashboard data structure.
addByte(byte) - Method in class edu.wpi.first.wpilibj.Dashboard
Pack a signed 8-bit int into the dashboard data structure.
addCluster() - Method in class edu.wpi.first.wpilibj.Dashboard
Start a cluster in the packed dashboard data structure.
addDouble(double) - Method in class edu.wpi.first.wpilibj.Dashboard
Pack a 64-bit floating point number into the dashboard data structure.
addElement(Object) - Method in class com.sun.squawk.util.SquawkVector
Adds the specified component to the end of this vector, increasing its size by one.
addElement(Object) - Method in class edu.wpi.first.wpilibj.util.SortedVector
Adds an element in the Vector, sorted from greatest to least.
addElement(Object) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addErr(String) - Method in class com.sun.squawk.Isolate
Adds a new connection to which System.err will send its output.
addFloat(float) - Method in class edu.wpi.first.wpilibj.Dashboard
Pack a 32-bit floating point number into the dashboard data structure.
addInt(int) - Method in class edu.wpi.first.wpilibj.Dashboard
Pack a signed 32-bit int into the dashboard data structure.
addLast(INorFlashSectorState) - Method in interface com.sun.squawk.flash.INorFlashSectorStateList
 
addLast(INorFlashSectorState) - Method in class com.sun.squawk.flash.NorFlashSectorStateList
 
addLifecycleListener(Isolate.LifecycleListener, int) - Method in class com.sun.squawk.Isolate
Add a listener to be run when this isolate terminates, hibernates, or unhibernates, depending on evenSet.
addOffset(Offset) - Method in class com.sun.squawk.Address
Adds a 32 or 64 bit offset to this address and return the resulting address.
addOut(String) - Method in class com.sun.squawk.Isolate
Adds a new connection to which System.out will send its output.
addRecord(byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Adds a new record to the record store.
addRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Adds the specified RecordListener.
address() - Method in class com.sun.cldc.jna.Pointer
Gets the virtual memory location at which the memory region is mapped.
Address - Class in com.sun.squawk
The Address class is used to abstract machine addresses.
address - Variable in class com.sun.squawk.flash.MemoryHeapBlock
 
AddressClosedException - Exception in com.sun.squawk.io.mailboxes
This 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.
addShort(short) - Method in class edu.wpi.first.wpilibj.Dashboard
Pack a signed 16-bit int into the dashboard data structure.
addShutdownHook(Isolate, Runnable) - Static method in class com.sun.squawk.VM
Registers a new virtual-machine shutdown hook.
addShutdownHook(Thread) - Static method in class com.sun.squawk.VM
Registers a new virtual-machine shutdown hook.
addString(String) - Method in class edu.wpi.first.wpilibj.Dashboard
Pack a NULL-terminated string of 8-bit characters into the dashboard data structure.
addString(String, int) - Method in class edu.wpi.first.wpilibj.Dashboard
Pack a string of 8-bit characters of specified length into the dashboard data structure.
after(Object) - Method in class java.util.Calendar
Compares the time field records.
AICalibration - Class in edu.wpi.first.wpilibj.communication
Class for calibrating the analog inputs.
AICalibration() - Constructor for class edu.wpi.first.wpilibj.communication.AICalibration
 
align(int) - Method in class com.sun.cldc.jna.Pointer
Create a new pointer that is a subset of this pointer, but is aligned to byteAlignment
allocate() - Method in class edu.wpi.first.wpilibj.Resource
Allocate a resource.
allocate(int) - Method in class edu.wpi.first.wpilibj.Resource
Allocate a specific resource value.
allocateAndWriteBlock(byte[], int, int, INorFlashMemoryHeapScanner) - Method in interface com.sun.squawk.flash.INorFlashMemoryHeap
 
allocateAndWriteBlock(byte[], int, int, INorFlashMemoryHeapScanner) - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
allocateDIO(int, boolean) - Method in class edu.wpi.first.wpilibj.DigitalModule
Allocate Digital I/O channels.
allocateInterrupts(boolean) - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
Allocate the interrupt
allocateMemory() - Method in class com.sun.cldc.jna.Structure
Attempt to allocate backing memory for the structure.
allocateMemory(int) - Method in class com.sun.cldc.jna.Structure
Attempt to allocate backing memory for the structure.
AllocationException - Exception in edu.wpi.first.wpilibj.util
Exception indicating that the resource is already allocated
AllocationException(String) - Constructor for exception edu.wpi.first.wpilibj.util.AllocationException
Create a new AllocationException
allowUserGC(boolean) - Static method in class com.sun.squawk.VM
Enable or disable Runtime.gc()
AM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from midnight to just before noon.
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
analog1 - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Driver Station analog input
analog2 - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Driver Station analog input
analog3 - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Driver Station analog input
analog4 - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Driver Station analog input
AnalogChannel - Class in edu.wpi.first.wpilibj
Analog channel class.
AnalogChannel(int) - Constructor for class edu.wpi.first.wpilibj.AnalogChannel
Construct an analog channel on the default module.
AnalogChannel(int, int) - Constructor for class edu.wpi.first.wpilibj.AnalogChannel
Construct an analog channel on a specified module.
AnalogModule - Class in edu.wpi.first.wpilibj
Analog Module class.
AnalogModule(int) - Constructor for class edu.wpi.first.wpilibj.AnalogModule
Create a new instance of an analog module.
AnalogTrigger - Class in edu.wpi.first.wpilibj
Class for creating and configuring Analog Triggers
AnalogTrigger(int) - Constructor for class edu.wpi.first.wpilibj.AnalogTrigger
Constructor for an analog trigger given a channel number.
AnalogTrigger(int, int) - Constructor for class edu.wpi.first.wpilibj.AnalogTrigger
Constructor for an analog trigger given both the slot and channel.
AnalogTrigger(AnalogChannel) - Constructor for class edu.wpi.first.wpilibj.AnalogTrigger
Construct an analog trigger given an analog channel.
AnalogTrigger.AnalogTriggerException - Exception in edu.wpi.first.wpilibj
Exceptions dealing with improper operation of the Analog trigger
AnalogTrigger.AnalogTriggerException(String) - Constructor for exception edu.wpi.first.wpilibj.AnalogTrigger.AnalogTriggerException
Create a new exception with the given message
AnalogTriggerOutput - Class in edu.wpi.first.wpilibj
Class to represent a specific output from an analog trigger.
AnalogTriggerOutput(AnalogTrigger, AnalogTriggerOutput.Type) - Constructor for class edu.wpi.first.wpilibj.AnalogTriggerOutput
Create an object that represents one of the four outputs from an analog trigger.
AnalogTriggerOutput.AnalogTriggerOutputException - Exception in edu.wpi.first.wpilibj
Exceptions dealing with improper operation of the Analog trigger output
AnalogTriggerOutput.AnalogTriggerOutputException(String) - Constructor for exception edu.wpi.first.wpilibj.AnalogTriggerOutput.AnalogTriggerOutputException
Create a new exception with the given message
AnalogTriggerOutput.Type - Class in edu.wpi.first.wpilibj
Type determines under what state the analog trigger evaluates to true or false
and(UWord) - Method in class com.sun.squawk.Address
Logically AND a word with this address.
and(UWord) - Method in class com.sun.squawk.UWord
Logically AND a word with this word.
append(char) - Method in class java.lang.StringBuffer
Appends the string representation of the char argument to this string buffer.
append(double) - Method in class java.lang.StringBuffer
Appends a double to the end of this buffer.
append(float) - Method in class java.lang.StringBuffer
Appends a float to the end of this buffer.
append(int) - Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(long) - Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this string buffer.
append(Object) - Method in class java.lang.StringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class java.lang.StringBuffer
Appends the string to this string buffer.
append(boolean) - Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char[]) - Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int) - Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
APRIL - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fourth month of the year.
arcadeDrive(GenericHID, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
Arcade drive implements single stick driving.
arcadeDrive(GenericHID) - Method in class edu.wpi.first.wpilibj.RobotDrive
Arcade drive implements single stick driving.
arcadeDrive(GenericHID, int, GenericHID, int, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
Arcade drive implements single stick driving.
arcadeDrive(GenericHID, int, GenericHID, int) - Method in class edu.wpi.first.wpilibj.RobotDrive
Arcade drive implements single stick driving.
arcadeDrive(double, double, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
Arcade drive implements single stick driving.
arcadeDrive(double, double) - Method in class edu.wpi.first.wpilibj.RobotDrive
Arcade drive implements single stick driving.
ArithmeticException - Exception in java.lang
Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String) - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
ArrayIndexOutOfBoundsException - Exception in java.lang
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
Arrays - Class in com.sun.squawk.util
This class contains various methods for manipulating arrays (such as sorting and searching).
ArrayStoreException - Exception in java.lang
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
asin(double) - Static method in class com.sun.squawk.util.MathUtils
Returns the arc sine of an angle, in the range of -pi/2 through pi/2.
assertCleanStatus(String) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
assertEquals(Object, Object) - Method in class edu.wpi.first.testing.TestClass
Fail the test if the given items are not the same
assertEquals(long, long) - Method in class edu.wpi.first.testing.TestClass
Fail the test if the given items are not the same
assertEquals(double, double) - Method in class edu.wpi.first.testing.TestClass
Fail the test if the given items are not the same
assertEquals(double, double, double) - Method in class edu.wpi.first.testing.TestClass
Fail the test if the given items are not the same
assertFail(String) - Method in class edu.wpi.first.testing.TestClass
Fail the test.
assertFalse(boolean) - Method in class edu.wpi.first.testing.TestClass
Fail the test if the given value is false.
assertNonfatal() - Method in class com.ni.rio.NiRioStatus
 
assertTrue(boolean) - Method in class edu.wpi.first.testing.TestClass
Fail the test if the given value is true.
assertWithinBounds(double, double, double) - Static method in exception edu.wpi.first.wpilibj.util.BoundaryException
Make sure that the given value is between the upper and lower bounds, and throw an exception if they are not.
atan(double) - Static method in class com.sun.squawk.util.MathUtils
Returns the arc tangent of an angle, in the range of -pi/2 through pi/2.
atan2(double, double) - Static method in class com.sun.squawk.util.MathUtils
Converts rectangular coordinates (x, y) to polar (r, theta).
AUGUST - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eighth month of the year.
automatic - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ExposureT
The Axis camera automatically determines what exposure level to use.
automatic - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.WhiteBalanceT
The axis camera automatically adjusts the whit balance.
autonomous() - Method in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Determine if the robot should be in autonomous
autonomous() - Method in class edu.wpi.first.wpilibj.SimpleRobot
Autonomous should go here.
AUTONOMOUS_BIT - Static variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
 
autonomousContinuous() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Continuous code for autonomous mode should go here.
autonomousInit() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Initialization code for autonomous mode should go here.
autonomousPeriodic() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Periodic code for autonomous mode should go here.
AVAILABLE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
available() - Method in class java.io.ByteArrayInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.DataInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.InputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
AVAILABLE_SERIAL_CHARS - Static variable in class com.sun.squawk.vm.ChannelConstants
 
AVR_GET_STATUS - Static variable in class com.sun.squawk.vm.ChannelConstants
 
AVR_GET_TIME_HIGH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
AVR_GET_TIME_LOW - Static variable in class com.sun.squawk.vm.ChannelConstants
 
AxisCamera - Class in edu.wpi.first.wpilibj.camera
This class is a singleton used to configure and get images from the axis camera.
AxisCamera.ExposurePriorityT - Class in edu.wpi.first.wpilibj.camera
Enumeration representing the exposure priority.
AxisCamera.ExposureT - Class in edu.wpi.first.wpilibj.camera
Enumaration representing the different values which exposure may be set to.
AxisCamera.ResolutionT - Class in edu.wpi.first.wpilibj.camera
Enumeration representing the image resoultion provided by the camera.
AxisCamera.RotationT - Class in edu.wpi.first.wpilibj.camera
Enumeration representing the orientation of the picture.
AxisCamera.WhiteBalanceT - Class in edu.wpi.first.wpilibj.camera
Enumeration representing the different values which white balence may be set to.
AxisCameraException - Exception in edu.wpi.first.wpilibj.camera
An exception representing a problem with communicating with the camera.
AxisCameraException(String) - Constructor for exception edu.wpi.first.wpilibj.camera.AxisCameraException
Create a new AxisCameraException.

B

backingNativeMemory - Variable in class com.sun.cldc.jna.Structure
 
baseAddress - Variable in class edu.wpi.first.wpilibj.fpga.DMAChannelDescriptors.tDMAChannelDescriptor
 
BEEP - Static variable in class com.sun.squawk.vm.ChannelConstants
 
before(Object) - Method in class java.util.Calendar
Compares the time field records.
BinaryImage - Class in edu.wpi.first.wpilibj.image
An image where each pixel is treated as either on or off.
binarySearch(byte[], byte) - Static method in class com.sun.squawk.util.Arrays
Searches the specified array of bytes for the specified value using the binary search algorithm.
binarySearch(char[], char) - Static method in class com.sun.squawk.util.Arrays
Searches the specified array of chars for the specified value using the binary search algorithm.
binarySearch(double[], double) - Static method in class com.sun.squawk.util.Arrays
Searches the specified array of doubles for the specified value using the binary search algorithm.
binarySearch(float[], float) - Static method in class com.sun.squawk.util.Arrays
Searches the specified array of floats for the specified value using the binary search algorithm.
binarySearch(int[], int) - Static method in class com.sun.squawk.util.Arrays
Searches the specified array of ints for the specified value using the binary search algorithm.
binarySearch(long[], long) - Static method in class com.sun.squawk.util.Arrays
Searches the specified array of longs for the specified value using the binary search algorithm.
binarySearch(Object[], Object, Comparer) - Static method in class com.sun.squawk.util.Arrays
Searches the specified array for the specified object using the binary search algorithm.
binarySearch(short[], short) - Static method in class com.sun.squawk.util.Arrays
Searches the specified array of shorts for the specified value using the binary search algorithm.
BLOCK_FOOTER - Static variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
BLOCK_HEADER_SIZE - Static variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
BlockingFunction - Class in com.sun.cldc.jna
BlockingFunction allows Java code to call C function that block.
Boolean - Class in java.lang
The Boolean class wraps a value of the primitive type boolean in an object.
Boolean(boolean) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value argument.
booleanValue() - Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean primitive.
BOOT_CLEAR - Static variable in class com.sun.spot.ota.VxWorks
the same as BOOT_NORMAL, except that memory is cleared.
BOOT_NO_AUTOBOOT - Static variable in class com.sun.spot.ota.VxWorks
causes the system to display the VxWorks boot prompt and wait for user input to the boot ROM monitor.
BOOT_NORMAL - Static variable in class com.sun.spot.ota.VxWorks
causes the system to go through the countdown sequence and try to reboot VxWorks automatically.
BOOT_QUICK_AUTOBOOT - Static variable in class com.sun.spot.ota.VxWorks
the same as BOOT_NORMAL, except the countdown is shorter.
BoundaryException - Exception in edu.wpi.first.wpilibj.util
This exception represents an error in which a lower limit was set as higher than an upper limit.
BoundaryException(String) - Constructor for exception edu.wpi.first.wpilibj.util.BoundaryException
Create a new exception with the given message
boundingRectHeight - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Bounding Rectangle
boundingRectLeft - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Bounding Rectangle
boundingRectTop - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Bounding Rectangle
boundingRectWidth - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Bounding Rectangle
branchCount() - Static method in class com.sun.squawk.VM
Enables a dynamically loaded class to call this.
broadcast(int, int) - Method in class edu.wpi.first.wpilibj.I2C
Send a broadcast write to all devices on the I2C bus.
buf - Variable in class java.io.ByteArrayInputStream
An array of bytes that was provided by the creator of the stream.
buf - Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
BUFFER - Static variable in class com.sun.squawk.flash.NorFlashSectorState
 
BufferedReader - Class in com.sun.squawk.io
Read text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
BufferedReader(Reader) - Constructor for class com.sun.squawk.io.BufferedReader
Create a buffering character-input stream that uses a default-sized input buffer.
BufferedReader(Reader, int) - Constructor for class com.sun.squawk.io.BufferedReader
Create a buffering character-input stream that uses an input buffer of the specified size.
BufferedWriter - Class in com.sun.squawk.io
Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
BufferedWriter(Writer) - Constructor for class com.sun.squawk.io.BufferedWriter
Create a buffered character-output stream that uses a default-sized output buffer.
BufferedWriter(Writer, int) - Constructor for class com.sun.squawk.io.BufferedWriter
Create a new buffered character-output stream that uses an output buffer of the given size.
bum(int) - Static method in class edu.wpi.first.wpilibj.communication.BumARioHandle
Obtain a RIO handle.
BumARioHandle - Class in edu.wpi.first.wpilibj.communication
Class for obtaining a RIO handle.
BumARioHandle() - Constructor for class edu.wpi.first.wpilibj.communication.BumARioHandle
 
ByReference - Class in com.sun.cldc.jna.ptr
Superclass of types representing native pointers
ByReference(int) - Constructor for class com.sun.cldc.jna.ptr.ByReference
Allocate backing memory of the correct size
Byte - Class in java.lang
The Byte class is the standard wrapper for byte values.
Byte(byte) - Constructor for class java.lang.Byte
Constructs a Byte object initialized to the specified byte value.
ByteArrayEnvelope - Class in com.sun.squawk.io.mailboxes
A ByteArrayEnvelope can be used to pass a byte array, or subsection of a byte array through a Channel.
ByteArrayEnvelope(byte[]) - Constructor for class com.sun.squawk.io.mailboxes.ByteArrayEnvelope
Create a ByteArrayEnvelope for the specified array.
ByteArrayEnvelope(byte[], int, int) - Constructor for class com.sun.squawk.io.mailboxes.ByteArrayEnvelope
Create a ByteArrayEnvelope for the subsection of the specified array.
ByteArrayInputStream - Class in java.io
A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
Creates a ByteArrayInputStream so that it uses buf as its buffer array.
ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
Creates ByteArrayInputStream that uses buf as its buffer array.
ByteArrayInputStreamEnvelope - Class in com.sun.squawk.io.mailboxes
A ByteArrayInputStreamEnvelope can be used to pass a byte array, or subsection of a byte array, as a ByteArrayInputStream.
ByteArrayInputStreamEnvelope(byte[]) - Constructor for class com.sun.squawk.io.mailboxes.ByteArrayInputStreamEnvelope
Create a ByteArrayEnvelope for the specified array.
ByteArrayInputStreamEnvelope(byte[], int, int) - Constructor for class com.sun.squawk.io.mailboxes.ByteArrayInputStreamEnvelope
Create a ByteArrayEnvelope for the subsection of the specified array.
ByteArrayInputStreamWithSetBytes - Class in com.sun.squawk.util
An extention of ByteArrayInputStream that allows the byte array buffer to be modified, using the ByteArrayInputStreamWithSetBytes.setBytes(byte[], int, int) method.
ByteArrayInputStreamWithSetBytes(byte[]) - Constructor for class com.sun.squawk.util.ByteArrayInputStreamWithSetBytes
 
ByteArrayInputStreamWithSetBytes(byte[], int, int) - Constructor for class com.sun.squawk.util.ByteArrayInputStreamWithSetBytes
 
ByteArrayOutputStream - Class in java.io
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
ByteArrayOutputStreamWithGetBytes - Class in com.sun.squawk.util
An extention of ByteArrayOutputStream that allows the byte array buffer to be read directly, using the ByteArrayOutputStreamWithGetBytes.getBytes() method.
ByteArrayOutputStreamWithGetBytes() - Constructor for class com.sun.squawk.util.ByteArrayOutputStreamWithGetBytes
 
ByteArrayOutputStreamWithGetBytes(int) - Constructor for class com.sun.squawk.util.ByteArrayOutputStreamWithGetBytes
 
bytes - Variable in class com.sun.squawk.flash.MemoryHeapBlock
 
bytes - Variable in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
bytesIn - Variable in class com.sun.squawk.flash.MemoryHeapBlock
 
bytesToWords() - Method in class com.sun.squawk.Offset
Scales this offset which currently expresses an offset in bytes to express the same offset in words.
bytesTransferred - Variable in exception java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
byteValue() - Method in class java.lang.Byte
Returns the value of this Byte as a byte.
byteValue() - Method in class java.lang.Double
Returns the value of this Double as a byte (by casting to a byte).
byteValue() - Method in class java.lang.Float
Returns the value of this Float as a byte (by casting to a byte).
byteValue() - Method in class java.lang.Integer
Returns the value of this Integer as a byte.

C

Calendar - Class in java.util
Calendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
Calendar() - Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone.
call0() - Method in class com.sun.cldc.jna.BlockingFunction
 
call0() - Method in class com.sun.cldc.jna.Function
 
call1(int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call1(int) - Method in class com.sun.cldc.jna.Function
 
call1(Pointer) - Method in class com.sun.cldc.jna.Function
 
call10(int, int, int, int, int, int, int, int, int, int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call10(int, int, int, int, int, int, int, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call2(int, int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call2(int, int) - Method in class com.sun.cldc.jna.Function
 
call2(int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call2(Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call2(Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call3(int, int, int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call3(int, int, int) - Method in class com.sun.cldc.jna.Function
 
call3(int, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call3(int, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call3(int, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call3(Pointer, int, int) - Method in class com.sun.cldc.jna.Function
 
call3(Pointer, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call3(Pointer, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call3(Pointer, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call4(int, int, int, int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call4(int, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call4(int, int, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call4(int, int, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call4(int, int, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call4(int, Pointer, int, int) - Method in class com.sun.cldc.jna.Function
 
call4(int, Pointer, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call4(int, Pointer, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call4(int, Pointer, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call4(Pointer, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call4(Pointer, int, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call4(Pointer, int, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call4(Pointer, int, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call4(Pointer, Pointer, int, int) - Method in class com.sun.cldc.jna.Function
 
call4(Pointer, Pointer, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call4(Pointer, Pointer, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call4(Pointer, Pointer, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(int, int, int, int, int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call5(int, int, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call5(int, int, int, int, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(int, int, int, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call5(int, int, int, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(int, int, Pointer, int, int) - Method in class com.sun.cldc.jna.Function
 
call5(int, int, Pointer, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(int, int, Pointer, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call5(int, int, Pointer, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(int, Pointer, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call5(int, Pointer, int, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(int, Pointer, int, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call5(int, Pointer, int, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(int, Pointer, Pointer, int, int) - Method in class com.sun.cldc.jna.Function
 
call5(int, Pointer, Pointer, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(int, Pointer, Pointer, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call5(int, Pointer, Pointer, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, int, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, int, int, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, int, int, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, int, int, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, int, Pointer, int, int) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, int, Pointer, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, int, Pointer, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, int, Pointer, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, Pointer, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, Pointer, int, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, Pointer, int, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, Pointer, int, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, Pointer, Pointer, int, int) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, Pointer, Pointer, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, Pointer, Pointer, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, Pointer, Pointer, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call6(int, int, int, int, int, int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call6(int, int, int, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call7(int, int, int, int, int, int, int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call7(int, int, int, int, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call8(int, int, int, int, int, int, int, int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call8(int, int, int, int, int, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call9(int, int, int, int, int, int, int, int, int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call9(int, int, int, int, int, int, int, int, int) - Method in class com.sun.cldc.jna.Function
 
callDestroyApp(MIDlet, boolean) - Method in interface com.sun.midp.midlet.MIDletTunnel
Calls the destroyApp method on the midlet instance.
callPauseApp(MIDlet) - Method in interface com.sun.midp.midlet.MIDletTunnel
Calls the pauseApp method on the midlet instance.
callStartApp(MIDlet) - Method in interface com.sun.midp.midlet.MIDletTunnel
Calls the startApp method on the midlet instance.
cancel() - Method in class java.util.Timer
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class java.util.TimerTask
Cancels this timer task.
cancelInterrupts() - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
Cancel interrupts on this device.
cancelTaskExecutor() - Method in class com.sun.cldc.jna.TaskExecutor
Tell TaskExecutor to stop running new NativeTasks.
capacity() - Method in class com.sun.squawk.util.SquawkVector
Returns the current capacity of this vector.
capacity() - Method in class java.lang.StringBuffer
Returns the current capacity of the String buffer.
capacity() - Method in class java.util.Vector
Returns the current capacity of this vector.
capacityIncrement - Variable in class com.sun.squawk.util.SquawkVector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
capacityIncrement - Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
ceil(double) - Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
center_mass_x - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
X-coordinate of the point representing the average position of the total particle mass, assuming every point in the particle has a constant density
center_mass_x_normalized - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Center of mass x value normalized to -1.0 to +1.0 range.
center_mass_y - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Y-coordinate of the point representing the average position of the total particle mass, assuming every point in the particle has a constant density
center_mass_y_normalized - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Center of mass y value normalized to -1.0 to +1.0 range.
Channel - Class in com.sun.squawk.io.mailboxes
A Channel is a private bidirectional message passing mechanism, typically between Isolates.
channel - Variable in class edu.wpi.first.wpilibj.fpga.DMAChannelDescriptors.tDMAChannelDescriptor
 
CHANNEL_GENERIC - Static variable in class com.sun.squawk.vm.ChannelConstants
The channel identifier for the generic IO channel.
CHANNEL_GUIIN - Static variable in class com.sun.squawk.vm.ChannelConstants
The channel identifier for the GUI input channel.
CHANNEL_GUIOUT - Static variable in class com.sun.squawk.vm.ChannelConstants
The channel identifier for the GUI output channel.
CHANNEL_IRQ - Static variable in class com.sun.squawk.vm.ChannelConstants
The channel identifier for the irq channel.
CHANNEL_LAST_FIXED - Static variable in class com.sun.squawk.vm.ChannelConstants
The last fixed channel number.
CHANNEL_SPI - Static variable in class com.sun.squawk.vm.ChannelConstants
 
ChannelConstants - Class in com.sun.squawk.vm
 
Character - Class in java.lang
The Character class wraps a value of the primitive type char in an object.
Character(char) - Constructor for class java.lang.Character
Constructs a Character object and initializes it so that it represents the primitive value argument.
charAt(int) - Method in class java.lang.String
Returns the character at the specified index.
charAt(int) - Method in class java.lang.StringBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
checkAnalogChannel(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Check that the analog channel number is value.
checkAnalogModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Check that the analog module number is valid.
checkBounds(int, int, int) - Static method in class com.sun.squawk.realtime.RawMemoryAccess
Do a bounds check on a write.
checkCallContext() - Method in class com.sun.squawk.io.mailboxes.Envelope
Check that this envelope has been sent, and that the caller's isolate is the receiver of the envelope.
checkDigitalChannel(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Check that the digital channel number is valid.
checkDigitalModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Check that the digital module number is valid.
CheckedAllocationException - Exception in edu.wpi.first.wpilibj.util
Exception indicating that the resource is already allocated This is meant to be thrown by the resource class
CheckedAllocationException(String) - Constructor for exception edu.wpi.first.wpilibj.util.CheckedAllocationException
Create a new CheckedAllocationException
checkError() - Method in class java.io.PrintStream
Flush the stream and check its error state.
checkMultiBounds(int, int, int, int) - Static method in class com.sun.squawk.realtime.RawMemoryAccess
Do a bounds check on accessing a range.
checkMultiRead(int, int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Do a bounds check on reading a range.
checkMultiWrite(int, int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Do a bounds check on writing a range.
checkPWMChannel(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Check that the digital channel number is valid.
checkPWMModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Check that the digital module number is valid.
checkReadWriteParameters(int, byte[], int, int) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
checkRelayChannel(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Check that the digital channel number is valid.
checkRelayModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Check that the digital module number is valid.
checkSolenoidChannel(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Verify that the solenoid channel number is within limits.
checkSolenoidModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Verify that the solenoid module is correct.
Class - Class in java.lang
Instances of the class Class represent classes and interfaces in a running Java application.
ClassCastException - Exception in java.lang
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
ClassCastException() - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String) - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassNotFoundException - Exception in java.lang
Thrown when an application tries to load in a class through its string name using the forName method in class Class but no definition for the class with the specified name could be found.
ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
clear() - Method in class com.sun.cldc.jna.Pointer
Zero memory
clear(int) - Method in class com.sun.cldc.jna.Pointer
Zero the first "size" bytes of memory
clear() - Method in class com.sun.cldc.jna.Structure
Set the backing memory to zeros.
clear() - Method in class com.sun.squawk.util.IntHashtable
Clears this hashtable so that it contains no keys.
clear() - Method in class java.lang.ref.Reference
Clears this reference object.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clearDownSource() - Method in class edu.wpi.first.wpilibj.Counter
Disable the down counting source to the counter.
clearErr() - Method in class com.sun.squawk.Isolate
Removes all the connections to which System.err is sending its output.
clearOut() - Method in class com.sun.squawk.Isolate
Removes all the connections to which System.out is sending its output.
clearUpSource() - Method in class edu.wpi.first.wpilibj.Counter
Disable the up counting source to the counter.
close(int, NiRioStatus) - Static method in class com.ni.rio.NiRioSrv
 
close() - Method in class com.sun.cldc.i18n.StreamReader
Close the stream.
close() - Method in class com.sun.cldc.i18n.StreamWriter
Close the writer and the output stream.
close() - Method in class com.sun.squawk.io.BufferedReader
Close the stream.
close() - Method in class com.sun.squawk.io.BufferedWriter
Close the stream.
close() - Method in class com.sun.squawk.io.ConnectionBase
Close
close() - Method in class com.sun.squawk.io.j2me.pipe.Protocol
Close this remoteprint connection.
close() - Method in class com.sun.squawk.io.mailboxes.Channel
Closes the Channel at both ends asynchronously.
close() - Method in class com.sun.squawk.io.mailboxes.ServerChannel
Unregisters this ServerChannel.
close() - Method in class com.sun.squawk.io.MulticastOutputStream
Closes this output stream and releases any system resources associated with this stream. The close method of MulticastOutputStream invokes the close method of all the contained streams and then removes them from this multicaster.
close() - Method in class edu.wpi.first.wpilibj.communication.Semaphore
Close the semaphore.
close() - Method in class java.io.ByteArrayInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.ByteArrayOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.DataInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.DataOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStreamReader
Close the stream.
close() - Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.OutputStreamWriter
Close the stream.
close() - Method in class java.io.PrintStream
Close the stream.
close() - Method in class java.io.Reader
Close the stream.
close() - Method in class java.io.Writer
Close the stream, flushing it first.
close() - Method in interface javax.microedition.io.Connection
Close the connection.
CLOSECONNECTION - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CLOSEINPUT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CLOSEOUTPUT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
closeRecordStore() - Method in class javax.microedition.rms.RecordStore
This method is called when the MIDlet requests to have the record store closed.
collectGarbage(boolean) - Static method in class com.sun.squawk.VM
Switch to the service stack and call 'GC.collectGarbage()'
colorEqualize() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Calculates the histogram of each plane of a color image and redistributes pixel values across the desired range while maintaining pixel value groupings.
ColorImage - Class in edu.wpi.first.wpilibj.image
A class representing a color image.
com.ni.rio - package com.ni.rio
Provides classes to access RIO services client DLL entry points
com.sun.cldc.i18n - package com.sun.cldc.i18n
 
com.sun.cldc.jna - package 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 - package com.sun.cldc.jna.ptr
Provides various kinds of Pointer classes for JNA.
com.sun.midp.midlet - package com.sun.midp.midlet
 
com.sun.spot.ota - package com.sun.spot.ota
 
com.sun.squawk - package com.sun.squawk
Provides classes for low level interactions with the Squawk VM.
com.sun.squawk.flash - package com.sun.squawk.flash
 
com.sun.squawk.imp - package com.sun.squawk.imp
Provides classes for low level interactions with the Squawk implementation of IMP.
com.sun.squawk.io - package 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.multicast - package com.sun.squawk.io.j2me.multicast
 
com.sun.squawk.io.j2me.pipe - package com.sun.squawk.io.j2me.pipe
 
com.sun.squawk.io.j2me.socket - package com.sun.squawk.io.j2me.socket
 
com.sun.squawk.io.mailboxes - package com.sun.squawk.io.mailboxes
Provides classes for inter-Isolate communication.
com.sun.squawk.microedition.io - package com.sun.squawk.microedition.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.peripheral - package com.sun.squawk.peripheral
 
com.sun.squawk.realtime - package com.sun.squawk.realtime
Provides classes for native memory access based on the javax.realtime package.
com.sun.squawk.security - package com.sun.squawk.security
Provides classes for basic signing of binary data.
com.sun.squawk.security.verifier - package com.sun.squawk.security.verifier
Provides classes for basic signing of binary data.
com.sun.squawk.util - package com.sun.squawk.util
Provides classes for basic utilities sometimes found in JSE (LineReader, unsynchronized Vectors, Math utilities, etc.)
com.sun.squawk.vm - package com.sun.squawk.vm
Provides classes for basic Squawk VM structures.
commit() - Method in class edu.wpi.first.wpilibj.Dashboard
Indicate that the packing is complete and commit the buffer to the DriverStation.
commonLibraryMapping(String) - Static method in class com.sun.cldc.jna.Platform
Some platforms have wildly different names for standard libraries.
commonMappings - Static variable in class com.sun.cldc.jna.Platform
 
compare(Object, Object) - Method in interface com.sun.squawk.util.Comparer
Compares its two arguments for order.
compare(Object, Object) - Method in interface edu.wpi.first.wpilibj.util.SortedVector.Comparator
Compare the given two objects.
compare(byte[], byte[]) - Method in interface javax.microedition.rms.RecordComparator
Returns RecordComparator.PRECEDES if rec1 precedes rec2 in sort order, or RecordComparator.FOLLOWS if rec1 follows rec2 in sort order, or RecordComparator.EQUIVALENT if rec1 and rec2 are equivalent in terms of sort order.
Comparer - Interface in com.sun.squawk.util
A version of Java SE's java.util.Comparator interface.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
Compressor - Class in edu.wpi.first.wpilibj
Compressor object.
Compressor(int, int, int, int) - Constructor for class edu.wpi.first.wpilibj.Compressor
Compressor constructor.
Compressor(int, int) - Constructor for class edu.wpi.first.wpilibj.Compressor
Compressor constructor.
COMPUTE_CRC16_FOR_MEMORY_REGION - Static variable in class com.sun.squawk.vm.ChannelConstants
 
COMPUTE_SHA1_FOR_MEMORY_REGION - Static variable in class com.sun.squawk.vm.ChannelConstants
 
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value time to field values in fields[].
computeTime() - Method in class java.util.Calendar
Converts the current field values in fields[] to the millisecond time value time.
concat(String) - Method in class java.lang.String
Concatenates the specified string to the end of this string.
configAddFifoInputEx(int, int, int, int, int, NiRioStatus) - Static method in class com.ni.rio.NiRioSrv
 
configAddFifoOutputEx(int, int, int, int, int, NiRioStatus) - Static method in class com.ni.rio.NiRioSrv
 
configSet(int, int, NiRioStatus) - Static method in class com.ni.rio.NiRioSrv
 
connection - Variable in class com.sun.spot.ota.OtaCommandListener
 
Connection - Interface in javax.microedition.io
This is the most basic type of generic connection.
ConnectionBase - Class in com.sun.squawk.io
Base class for Connection protocols.
ConnectionBase() - Constructor for class com.sun.squawk.io.ConnectionBase
 
ConnectionNotFoundException - Exception in javax.microedition.io
This class is used to signal that a connection target cannot be found, or the protocol type is not supported.
ConnectionNotFoundException() - Constructor for exception javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with no detail message.
ConnectionNotFoundException(String) - Constructor for exception javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with the specified detail message.
Connector - Class in javax.microedition.io
This class is factory for creating new Connection objects.
consumeFirst() - Method in interface com.sun.squawk.flash.INorFlashSectorStateList
 
consumeFirst() - Method in class com.sun.squawk.flash.NorFlashSectorStateList
 
contains(Object) - Method in class com.sun.squawk.util.IntHashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in class com.sun.squawk.util.SquawkVector
Tests if the specified object is a component in this vector.
contains(Object) - Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in class java.util.Vector
Tests if the specified object is a component in this vector.
containsKey(int) - Method in class com.sun.squawk.util.IntHashtable
Tests if the specified object is a key in this hashtable.
containsKey(Object) - Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
ContentConnection - Interface in javax.microedition.io
This interface defines the stream connection over which content is passed.
contents - Variable in class com.sun.squawk.io.mailboxes.ObjectEnvelope
 
CONTEXT_DELETE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CONTEXT_FREECHANNEL - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CONTEXT_GETCHANNEL - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CONTEXT_GETERROR - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CONTEXT_GETHIBERNATIONDATA - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CONTEXT_GETRESULT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CONTEXT_GETRESULT_2 - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CONTEXT_HIBERNATE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
control - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
The control mode e.g.
copy(byte[], int, int, int, int) - Static method in class com.sun.squawk.util.Arrays
Make a new byte array and initialize its contents from the contents of a specified byte array.
copy(char[], int, int, int, int) - Static method in class com.sun.squawk.util.Arrays
Make a new char array and initialize its contents from the contents of a specified char array.
copy(double[], int, int, int, int) - Static method in class com.sun.squawk.util.Arrays
Make a new double array and initialize its contents from the contents of a specified double array.
copy(float[], int, int, int, int) - Static method in class com.sun.squawk.util.Arrays
Make a new float array and initialize its contents from the contents of a specified float array.
copy(int[], int, int, int, int) - Static method in class com.sun.squawk.util.Arrays
Make a new int array and initialize its contents from the contents of a specified int array.
copy(long[], int, int, int, int) - Static method in class com.sun.squawk.util.Arrays
Make a new long array and initialize its contents from the contents of a specified long array.
copy(Object[], int, Object[], int, int) - Static method in class com.sun.squawk.util.Arrays
Make a new Object array and initialize its contents from the contents of a specified Object array.
copy(short[], int, int, int, int) - Static method in class com.sun.squawk.util.Arrays
Make a new short array and initialize its contents from the contents of a specified short array.
copy(boolean[], int, int, int, int) - Static method in class com.sun.squawk.util.Arrays
Make a new boolean array and initialize its contents from the contents of a specified boolean array.
copyBytes(Pointer, int, Pointer, int, int) - Static method in class com.sun.cldc.jna.Pointer
Copy len bytes from src to dst starting at the given offsets.
copyFrom(Object) - Method in interface com.sun.squawk.io.mailboxes.ICopiable
Set the state of this object based on the state of object o.
copyInto(Object[]) - Method in class com.sun.squawk.util.SquawkVector
Copies the components of this vector into the specified array.
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
cos(double) - Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
count - Variable in class com.sun.squawk.util.IntHashtable
The total number of entries in the hash table.
count - Variable in class edu.wpi.first.wpilibj.AccumulatorResult
The number of sample vaule was accumulated over
Count - Variable in class edu.wpi.first.wpilibj.fpga.tAccumulator.tOutput
 
count - Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count - Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
Counter - Class in edu.wpi.first.wpilibj
Class for counting the number of ticks on a digital input channel.
Counter() - Constructor for class edu.wpi.first.wpilibj.Counter
Create an instance of a counter where no sources are selected.
Counter(DigitalSource) - Constructor for class edu.wpi.first.wpilibj.Counter
Create an instance of a counter from a Digital Input.
Counter(int) - Constructor for class edu.wpi.first.wpilibj.Counter
Create an instance of a Counter object.
Counter(int, int) - Constructor for class edu.wpi.first.wpilibj.Counter
Create an instance of a Counter object.
Counter(CounterBase.EncodingType, DigitalSource, DigitalSource, boolean) - Constructor for class edu.wpi.first.wpilibj.Counter
Create an instance of a Counter object.
Counter(AnalogTrigger) - Constructor for class edu.wpi.first.wpilibj.Counter
Create an instance of a Counter object.
Counter.Mode - Class in edu.wpi.first.wpilibj
Mode determines how and what the counter counts
CounterBase - Interface in edu.wpi.first.wpilibj
Interface for counting the number of ticks on a digital input channel.
CounterBase.EncodingType - Class in edu.wpi.first.wpilibj
The number of edges for the counterbase to increment or decrement on
countTokens() - Method in class com.sun.squawk.util.StringTokenizer
Returns the next number of tokens in the String using the current deliminter set.
create(String) - Static method in class com.sun.squawk.io.mailboxes.ServerChannel
Creates a new ServerChannel with the given name and registers it with the system.
create() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
createArrayBuffer(Object) - Static method in class com.sun.cldc.jna.PrivatePointer
Create a native buffer pointing to either the array data directly, or to a copy of the array data.
createArrayBuffer(Object, int, int) - Static method in class com.sun.cldc.jna.PrivatePointer
Create a native buffer pointing to either the array data directly, or to a copy of the array data.
CREATEFONTMETRICS - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CREATEIMAGE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CREATEMEMORYIMAGE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
createStringBuffer(String) - Static method in class com.sun.cldc.jna.Pointer
Create a native buffer containing the C-string version of the String vaue.
CRIO_CHECK_SUM - Static variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
 
cRIOChecksum - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Checksum for communications
currentIsolate() - Static method in class com.sun.squawk.Isolate
Gets the current isolate context.
currentSectorState - Variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
currentThread() - Static method in class java.lang.Thread
Returns a reference to the currently executing thread object.
currentTimeMillis() - Static method in class java.lang.System
Returns the current time in milliseconds.
CurveOptions - Class in edu.wpi.first.wpilibj.image
 
CurveOptions(int, int, int, int, int, int, int, int, int) - Constructor for class edu.wpi.first.wpilibj.image.CurveOptions
 

D

Dashboard - Class in edu.wpi.first.wpilibj
Pack data into the "user data" field that gets sent to the dashboard laptop via the driver station.
Dashboard(Object) - Constructor for class edu.wpi.first.wpilibj.Dashboard
Dashboard contructor.
Dashboard.MemAccess - Class in edu.wpi.first.wpilibj
 
Dashboard.MemAccess(byte[]) - Constructor for class edu.wpi.first.wpilibj.Dashboard.MemAccess
 
Dashboard.MemAccess(int) - Constructor for class edu.wpi.first.wpilibj.Dashboard.MemAccess
 
Datagram - Interface in javax.microedition.io
This class defines an abstract interface for datagram packets.
DatagramConnection - Interface in javax.microedition.io
This interface defines the capabilities that a datagram connection must have.
dataIn - Variable in class com.sun.squawk.flash.MemoryHeapBlock
 
DataInput - Interface in java.io
The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataInputStream - Class in java.io
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
Creates a DataInputStream and saves its argument, the input stream in, for later use.
DataOutput - Interface in java.io
The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
DataOutputStream - Class in java.io
A data input stream lets an application write primitive Java data types to an output stream in a portable way.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
Date - Class in java.util
The class Date represents a specific instant in time, with millisecond precision.
Date() - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the current time specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
Date(long) - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
DEBUG - Static variable in class com.sun.cldc.jna.DynamicStructure
 
DEBUG - Static variable in class com.sun.cldc.jna.Function
 
DEBUG - Static variable in class com.sun.cldc.jna.Native
 
DECEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the twelfth month of the year.
decrementMallocedCount() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
decrementMallocedCount() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
DEEP_SLEEP - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DEEP_SLEEP_TIME_MILLIS_HIGH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DEEP_SLEEP_TIME_MILLIS_LOW - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DEFAULT - Static variable in class com.sun.cldc.jna.Native
 
DEFAULT_PORT - Static variable in class com.sun.spot.ota.OtaCommandServerSocketListener
 
DEFAULT_PORT - Static variable in class com.sun.squawk.io.j2me.pipe.PipeServerSocketListener
 
DELAY - Static variable in interface com.sun.squawk.microedition.io.SocketConnection
Socket option for the small buffer writing delay (0).
delay(double) - Static method in class edu.wpi.first.wpilibj.Timer
Pause the program for a specified time.
delete() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this StringBuffer.
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).
deleteNativeLibraryAfterVMExit() - Method in class com.sun.cldc.jna.Platform
 
deleteNativeLibraryAfterVMExit() - Method in class com.sun.cldc.jna.Posix
 
deleteNativeLibraryAfterVMExit() - Method in class com.sun.cldc.jna.Spot
 
deleteNativeLibraryAfterVMExit() - Method in class com.sun.cldc.jna.Windows
 
deleteRecord(int) - Method in class javax.microedition.rms.RecordStore
The record is deleted from the record store.
deleteRecordStore(String) - Static method in class javax.microedition.rms.RecordStore
Deletes the named record store.
deleteTaskExecutor() - Method in class com.sun.cldc.jna.TaskExecutor
Delete the native resources behind this TaskExecutor.
depth - Variable in class edu.wpi.first.wpilibj.fpga.DMAChannelDescriptors.tDMAChannelDescriptor
 
destroy() - Method in interface javax.microedition.rms.RecordEnumeration
Frees internal resources used by this RecordEnumeration.
destroyApp(boolean) - Method in class edu.wpi.first.wpilibj.RobotBase
Called if the MIDlet is terminated by the system.
destroyApp(boolean) - Method in class javax.microedition.midlet.MIDlet
Signals the MIDlet to terminate and enter the Destroyed state.
detectEllipses(EllipseDescriptor, CurveOptions, ShapeDetectionOptions, RegionOfInterest) - Method in class edu.wpi.first.wpilibj.image.MonoImage
 
detectEllipses(EllipseDescriptor) - Method in class edu.wpi.first.wpilibj.image.MonoImage
 
diff(Address) - Method in class com.sun.squawk.Address
Calculates the offset between this address an another address.
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
DigitalInput - Class in edu.wpi.first.wpilibj
Class to read a digital input.
DigitalInput(int) - Constructor for class edu.wpi.first.wpilibj.DigitalInput
Create an instance of a Digital Input class.
DigitalInput(int, int) - Constructor for class edu.wpi.first.wpilibj.DigitalInput
Create an instance of a Digital Input class.
DigitalModule - Class in edu.wpi.first.wpilibj
Class representing a digital module
DigitalModule(int) - Constructor for class edu.wpi.first.wpilibj.DigitalModule
Create a neew digital module
DigitalOutput - Class in edu.wpi.first.wpilibj
Class to read a digital input.
DigitalOutput(int, int) - Constructor for class edu.wpi.first.wpilibj.DigitalOutput
Create an instance of a digital output.
DigitalOutput(int) - Constructor for class edu.wpi.first.wpilibj.DigitalOutput
Create an instance of a digital output.
DigitalSource - Class in edu.wpi.first.wpilibj
DigitalSource Interface.
DigitalSource() - Constructor for class edu.wpi.first.wpilibj.DigitalSource
 
disable() - Method in class edu.wpi.first.wpilibj.PIDController
Stop running the PIDController, this sets the output to zero before stopping.
disabledContinuous() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Continuous code for disabled mode should go here.
disabledInit() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Initialization code for disabled mode should go here.
disabledPeriodic() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Periodic code for disabled mode should go here.
disableInterrupts() - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
Disable Interrupts without without deallocating structures.
disableTermination() - Method in class edu.wpi.first.wpilibj.SerialPort
Disable termination behavior.
dispose() - Method in class com.sun.cldc.jna.NativeLibrary
Close the library, as in dlclose.
DLCLOSE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DLERROR - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DLOPEN - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DLSYM - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DMAChannelDescriptors - Interface in edu.wpi.first.wpilibj.fpga
 
DMAChannelDescriptors.tDMAChannelDescriptor - Class in edu.wpi.first.wpilibj.fpga
 
DMAChannelDescriptors.tDMAChannelDescriptor(int, int, int, int) - Constructor for class edu.wpi.first.wpilibj.fpga.DMAChannelDescriptors.tDMAChannelDescriptor
 
doInitCheck(boolean[], int, int) - Static method in class com.sun.cldc.jna.Native
a bit of sanity checking that every "constant index" is really unique and every one is checked.
Double - Class in java.lang
The Double class wraps a value of the primitive type double in an object.
Double(double) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the primitive double argument.
doubleToLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout.
doubleValue() - Method in class java.lang.Double
Returns the double value of this Double.
doubleValue() - Method in class java.lang.Float
Returns the double value of this Float.
doubleValue() - Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue() - Method in class java.lang.Long
Returns the value of this Long as a double.
DRAWIMAGE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DRAWLINE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DRAWOVAL - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DRAWRECT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DRAWROUNDRECT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DRAWSTRING - Static variable in class com.sun.squawk.vm.ChannelConstants
 
drive(double, double) - Method in class edu.wpi.first.wpilibj.RobotDrive
drive the motors at "speed" and "curve".
DriverStation - Class in edu.wpi.first.wpilibj
Provide access to the network communication data to / from the Driver Station.
DriverStation() - Constructor for class edu.wpi.first.wpilibj.DriverStation
DriverStation contructor.
DriverStation.Alliance - Class in edu.wpi.first.wpilibj
The robot alliance that the robot is a part of
DriverStationEnhancedIO - Class in edu.wpi.first.wpilibj
 
DriverStationEnhancedIO.EnhancedIOException - Exception in edu.wpi.first.wpilibj
 
DriverStationEnhancedIO.EnhancedIOException(String) - Constructor for exception edu.wpi.first.wpilibj.DriverStationEnhancedIO.EnhancedIOException
 
DriverStationEnhancedIO.tAccelChannel - Class in edu.wpi.first.wpilibj
Accelerometer channel for enhanced IO
DriverStationEnhancedIO.tDigitalConfig - Class in edu.wpi.first.wpilibj
Digital configuration for enhanced IO
DriverStationEnhancedIO.tPWMPeriodChannels - Class in edu.wpi.first.wpilibj
PWM period channels for enhanced IO
DriverStationLCD - Class in edu.wpi.first.wpilibj
Provide access to LCD on the Driver Station.
DriverStationLCD.Line - Class in edu.wpi.first.wpilibj
The line number on the Driver Station LCD
dsDigitalIn - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
The state of the digital inputs on the ds
dsID_Alliance - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Which alliance the robot is on
dsID_Position - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
The position of the controls on the alliance station wall.
DynamicStructure - Class in com.sun.cldc.jna
A DynamicStructure is a structure with support for getting the field offsets for a particular platform from native code.
DynamicStructure() - Constructor for class com.sun.cldc.jna.DynamicStructure
 

E

E - Static variable in class java.lang.Math
The double value that is closer than any other to e, the base of the natural logarithms.
edu.wpi.first.testing - package edu.wpi.first.testing
 
edu.wpi.first.wpilibj - package 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.camera - package edu.wpi.first.wpilibj.camera
Provides classes for interfacing to the camera.
edu.wpi.first.wpilibj.communication - package edu.wpi.first.wpilibj.communication
Provides classes for communicating with the driver station and synchronizing with C/C++ code.
edu.wpi.first.wpilibj.fpga - package edu.wpi.first.wpilibj.fpga
Provides classes for low-level access to the FPGA on the cRIO.
edu.wpi.first.wpilibj.image - package 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.util - package edu.wpi.first.wpilibj.util
Provides classes for utility robotics programming.
edu.wpi.first.wpilibj.visa - package edu.wpi.first.wpilibj.visa
Provides classes to access I/O functions in visa.h.
elementAt(int) - Method in class com.sun.squawk.util.SquawkVector
Returns the component at the specified index.
elementAt(int) - Method in class java.util.Vector
Returns the component at the specified index.
elementCount - Variable in class com.sun.squawk.util.SquawkVector
The number of valid components in the vector.
elementCount - Variable in class java.util.Vector
The number of valid components in the vector.
elementData - Variable in class com.sun.squawk.util.SquawkVector
The array buffer into which the components of the vector are stored.
elementData - Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
elements() - Method in class com.sun.squawk.util.IntHashtable
Returns an enumeration of the values in this hashtable.
elements() - Method in class com.sun.squawk.util.SquawkVector
Returns an enumeration of the components of this vector.
elements() - Method in class java.util.Hashtable
Returns an enumeration of the values in this hashtable.
elements() - Method in class java.util.Vector
Returns an enumeration of the components of this vector.
EllipseDescriptor - Class in edu.wpi.first.wpilibj.image
 
EllipseDescriptor(double, double, double, double) - Constructor for class edu.wpi.first.wpilibj.image.EllipseDescriptor
 
EllipseMatch - Class in edu.wpi.first.wpilibj.image
 
empty() - Method in class java.util.Stack
Tests if this stack is empty.
EmptyStackException - Exception in java.util
Thrown by methods in the Stack class to indicate that the stack is empty.
EmptyStackException() - Constructor for exception java.util.EmptyStackException
Constructs a new EmptyStackException with null as its error message string.
enable() - Method in class edu.wpi.first.wpilibj.PIDController
Begin running the PIDController
ENABLE_AVR_CLOCK_SYNCHRONISATION - Static variable in class com.sun.squawk.vm.ChannelConstants
 
enabled() - Method in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Determine if the robot should be enabled
enabled() - Method in class edu.wpi.first.wpilibj.Compressor
Get the state of the enabled flag.
ENABLED_BIT - Static variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
 
enableDeadbandElimination(boolean) - Method in class edu.wpi.first.wpilibj.PWM
Optionally eliminate the deadband from a speed controller.
enableDirectionSensing(boolean) - Method in class edu.wpi.first.wpilibj.GearTooth
Common code called by the constructors.
enableInterrupts() - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
Enable interrupts to occur on this input.
enableTermination(char) - Method in class edu.wpi.first.wpilibj.SerialPort
Enable termination and specify the termination character.
enableTermination() - Method in class edu.wpi.first.wpilibj.SerialPort
Enable termination and specify the termination character.
Encoder - Class in edu.wpi.first.wpilibj
Class to read quad encoders.
Encoder(int, int, int, int, boolean) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(int, int, int, int) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(int, int, int, int, boolean, CounterBase.EncodingType) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(int, int, int, int, int, int, boolean) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(int, int, int, int, int, int) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(int, int, boolean) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(int, int) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(int, int, boolean, CounterBase.EncodingType) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(int, int, int, boolean) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(int, int, int) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(DigitalSource, DigitalSource, boolean) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(DigitalSource, DigitalSource) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(DigitalSource, DigitalSource, boolean, CounterBase.EncodingType) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(DigitalSource, DigitalSource, DigitalSource, boolean) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(DigitalSource, DigitalSource, DigitalSource) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
endAddress - Variable in class com.sun.squawk.flash.NorFlashSectorState
 
endsWith(String) - Method in class java.lang.String
Tests if this string ends with the specified suffix.
ensureCapacity(int) - Method in class com.sun.squawk.util.SquawkVector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ensureCapacity(int) - Method in class java.lang.StringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureCapacity(int) - Method in class java.util.Vector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ensureEnoughRoomFor(int) - Method in class com.sun.squawk.util.ByteArrayOutputStreamWithGetBytes
 
enumerateRecords(RecordFilter, RecordComparator, boolean) - Method in class javax.microedition.rms.RecordStore
Returns an enumeration for traversing a set of records in the record store in an optionally specified order.
Enumeration - Interface in java.util
An object that implements the Enumeration interface generates a series of elements, one at a time.
Envelope - Class in com.sun.squawk.io.mailboxes
Abstract class for messages passed through Channels.
Envelope() - Constructor for class com.sun.squawk.io.mailboxes.Envelope
 
EOFException - Exception in java.io
Signals that an end of file or end of stream has been reached unexpectedly during input.
EOFException() - Constructor for exception java.io.EOFException
Constructs an EOFException with null as its error detail message.
EOFException(String) - Constructor for exception java.io.EOFException
Constructs an EOFException with the specified detail message.
eq(Address) - Method in class com.sun.squawk.Address
Determines if this address is equal to a given address.
eq(Offset) - Method in class com.sun.squawk.Offset
Determines if this offset is equal to a given offset.
eq(UWord) - Method in class com.sun.squawk.UWord
Determines if this word is equal to a given word.
equals(Object, Object) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified Objects are equal to one another.
equals(byte[], byte[]) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified arrays of bytes are equal to one another.
equals(char[], char[]) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified arrays of chars are equal to one another.
equals(double[], double[]) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified arrays of doubles are equal to one another.
equals(float[], float[]) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified arrays of floats are equal to one another.
equals(int[], int[]) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified arrays of ints are equal to one another.
equals(long[], long[]) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified arrays of longs are equal to one another.
equals(Object[], Object[]) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified arrays of Objects are equal to one another.
equals(short[], short[]) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified arrays of shorts are equal to one another.
equals(boolean[], boolean[]) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified arrays of booleans are equal to one another.
equals(Object) - Method in class java.lang.Boolean
Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object.
equals(Object) - Method in class java.lang.Byte
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Character
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Double
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Float
Compares this object against some other object.
equals(Object) - Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Long
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Object
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class java.lang.Short
Compares this object to the specified object.
equals(Object) - Method in class java.lang.String
Compares this string to the specified object.
equals(Object) - Method in class java.util.Calendar
Compares this calendar to the specified object.
equals(Object) - Method in class java.util.Date
Compares two dates for equality.
equalsIgnoreCase(String) - Method in class java.lang.String
Compares this String to another String, ignoring case considerations.
EQUIVALENT - Static variable in interface javax.microedition.rms.RecordComparator
EQUIVALENT means that in terms of search or sort order, the two records are the same.
erase(long) - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
erase(long) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
erase() - Method in interface com.sun.squawk.peripheral.INorFlashSector
 
erase() - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
ERASED_HEADER - Static variable in class com.sun.squawk.flash.NorFlashSectorState
 
ERASED_HEADER_SIZE - Static variable in class com.sun.squawk.flash.NorFlashSectorState
 
ERASED_VALUE - Static variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
ERASED_VALUE_XOR - Static variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
erasedSequenceCurrentValue - Variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
err - Static variable in class java.lang.System
The "standard" error output stream.
errno() - Static method in class com.sun.cldc.jna.Function
Return the system errno value from the last native function call made by this Java thread.
Error - Error in java.lang
An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
Error() - Constructor for error java.lang.Error
Constructs an Error with no specified detail message.
Error(String) - Constructor for error java.lang.Error
Constructs an Error with the specified detail message.
errorStr() - Static method in class com.sun.cldc.jna.NativeLibrary
Get any error message provided by the platform (as in dlerror).
ESTOP_BIT - Static variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
 
Exception - Exception in java.lang
The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Exception() - Constructor for exception java.lang.Exception
Constructs an Exception with no specified detail message.
Exception(String) - Constructor for exception java.lang.Exception
Constructs an Exception with the specified detail message.
execGraphicsIO(int, int, int, int, int, int, int, Object, Object) - Static method in class com.sun.squawk.VM
Executes an I/O operation on the graphics channel and return the result.
execIO(int, int, int, int, int, int, int, int, Object, Object) - Static method in class com.sun.squawk.VM
Executes a I/O operation that may block.
execIOLong(int, int, int, int, int, int, int, int, Object, Object) - Static method in class com.sun.squawk.VM
Executes an I/O operation that returns a long value.
execSyncIO(int, int) - Static method in class com.sun.squawk.VM
Executes a non-blocking I/O operation whose result is guaranteed to be available immediately.
execSyncIO(int, int, int, int, int, int, int, int, Object, Object) - Static method in class com.sun.squawk.VM
Executes a non-blocking I/O operation whose result is guaranteed to be available immediately.
execSyncIO(int, int, int, int, int, int, int, Object, Object) - Static method in class com.sun.squawk.VM
Executes a non-blocking I/O operation whose result is guaranteed to be available immediately.
exists() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
exit(int) - Method in class com.sun.squawk.Isolate
Stop the isolate.
exit(int) - Method in class java.lang.Runtime
Terminates the currently running Java application.
exit(int) - Static method in class java.lang.System
Terminates the currently running Java application.
exp(double) - Static method in class com.sun.squawk.util.MathUtils
Returns Euler's number e raised to the power of a double value.
ExpectedFPGASignature - Interface in edu.wpi.first.wpilibj.fpga
 
expm1(double) - Static method in class com.sun.squawk.util.MathUtils
Returns ex -1.

F

Failure - Class in edu.wpi.first.testing
 
FALSE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
FEBRUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the second month of the year.
feed() - Method in class edu.wpi.first.wpilibj.Watchdog
Throw the dog a bone.
fib(int) - Static method in class com.sun.squawk.Test
 
fields - Variable in class java.util.Calendar
The field values for the currently set time for this calendar.
fifoConfig(int, int, int, NiRioStatus) - Static method in class com.ni.rio.NiRioSrv
 
fifoRead(int, int, Pointer, int, int, IntByReference, IntByReference, NiRioStatus) - Static method in class com.ni.rio.NiRioSrv
 
fifoStart(int, int, NiRioStatus) - Static method in class com.ni.rio.NiRioSrv
 
fifoStop(int, int, NiRioStatus) - Static method in class com.ni.rio.NiRioSrv
 
fifoStopAll(int, NiRioStatus) - Static method in class com.ni.rio.NiRioSrv
 
FileConnection - Interface in com.sun.squawk.microedition.io
This class is defined by the JSR-75 specification PDA Optional Packages for the J2ME™ Platform
fileName - Variable in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
fileSize() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
fill(byte[], byte) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified byte value to each element of the specified array of bytes.
fill(byte[], int, int, byte) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified byte value to each element of the specified range of the specified array of bytes.
fill(char[], char) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified char value to each element of the specified array of chars.
fill(char[], int, int, char) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified char value to each element of the specified range of the specified array of chars.
fill(double[], double) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified double value to each element of the specified array of doubles.
fill(double[], int, int, double) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified double value to each element of the specified range of the specified array of doubles.
fill(float[], float) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified float value to each element of the specified array of floats.
fill(float[], int, int, float) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified float value to each element of the specified range of the specified array of floats.
fill(int[], int) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified int value to each element of the specified array of ints.
fill(int[], int, int, int) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified int value to each element of the specified range of the specified array of ints.
fill(long[], int, int, long) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified long value to each element of the specified range of the specified array of longs.
fill(long[], long) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified long value to each element of the specified array of longs.
fill(Object[], int, int, Object) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified Object reference to each element of the specified range of the specified array of Objects.
fill(Object[], Object) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified Object reference to each element of the specified array of Objects.
fill(short[], int, int, short) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified short value to each element of the specified range of the specified array of shorts.
fill(short[], short) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified short value to each element of the specified array of shorts.
fill(boolean[], int, int, boolean) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified boolean value to each element of the specified range of the specified array of booleans.
fill(boolean[], boolean) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified boolean value to each element of the specified array of booleans.
FILLARC - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FILLPOLYGON - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FILLRECT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FILLROUNDRECT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tAlarm
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tDMA
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tDMAManager
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tGlobal
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tInterruptManager
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tSolenoid
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tSPI
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tSystem
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tSysWatchdog
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
finalizeArray() - Method in class edu.wpi.first.wpilibj.Dashboard
Indicate the end of an array packed into the dashboard data structure.
finalizeCluster() - Method in class edu.wpi.first.wpilibj.Dashboard
Indicate the end of a cluster packed into the dashboard data structure.
firstElement() - Method in class com.sun.squawk.util.SquawkVector
Returns the first component of this vector.
firstElement() - Method in class java.util.Vector
Returns the first component of this vector.
fixedFlour1 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.WhiteBalanceT
White balance for fourescent lighting.
fixedFlour2 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.WhiteBalanceT
White balance for fourescent lighting.
fixedIndoor - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.WhiteBalanceT
White balance for indoors.
fixedOutdoor1 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.WhiteBalanceT
White balance for outdoors.
fixedOutdoor2 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.WhiteBalanceT
White balance for outdoors.
FLASH_ERASE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FLASH_WRITE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
flashSector - Variable in class com.sun.squawk.flash.NorFlashSectorState
 
flickerfree50 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ExposureT
Set exposure for flicker free 50 hz.
flickerfree60 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ExposureT
Set exposure for flicker free 60 hz.
Float - Class in java.lang
The Float class provides an object wrapper for Float data values, and serves as a place for float-oriented operations.
Float(double) - Constructor for class java.lang.Float
Constructs a Float wrapper for the specified double value.
Float(float) - Constructor for class java.lang.Float
Constructs a Float wrapper for the specified float value.
floatToIntBits(float) - Static method in class java.lang.Float
Returns the bit represention of a single-float value
floatValue() - Method in class java.lang.Double
Returns the float value of this Double.
floatValue() - Method in class java.lang.Float
Returns the float value of this Float object.
floatValue() - Method in class java.lang.Integer
Returns the value of this Integer as a float.
floatValue() - Method in class java.lang.Long
Returns the value of this Long as a float.
floor(double) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
flush() - Method in class com.sun.cldc.i18n.StreamWriter
Flush the writer and the output stream.
flush() - Method in class com.sun.squawk.io.BufferedWriter
Flush the stream.
flush() - Method in class com.sun.squawk.io.MulticastOutputStream
Flushes this output stream and forces any buffered output bytes to be written out. The flush method of MulticastOutputStream invokes the flush method of all the contained streams.
FLUSH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
flush() - Method in class edu.wpi.first.wpilibj.communication.Semaphore
Unblock every task that is blocked by the semaphore.
flush() - Method in class edu.wpi.first.wpilibj.SerialPort
Force the output buffer to be written to the port.
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
flush() - Method in class java.io.OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.OutputStreamWriter
Flush the stream.
flush() - Method in class java.io.PrintStream
Flush the stream.
flush() - Method in class java.io.Writer
Flush the stream.
FLUSHIMAGE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FLUSHSCREEN - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FMS_ATTATCHED - Static variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
 
FOLLOWS - Static variable in interface javax.microedition.rms.RecordComparator
FOLLOWS means that the left (first parameter) record follows the right (second parameter) record in terms of search or sort order.
FONTGETASCENT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FONTGETDESCENT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FONTGETHEIGHT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FONTSTRINGWIDTH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
forceErase() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
forceErase() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
forceEraseAll() - Method in interface com.sun.squawk.flash.INorFlashMemoryHeap
 
forceEraseAll() - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
forceEraseRecordStores() - Static method in class com.sun.squawk.imp.ImpGlobal
 
forName(String) - Static method in class java.lang.Class
Returns the Class object associated with the class with the given string name.
FPGA_CHECK_SUM - Static variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
 
FPGAChecksum0 - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Checksum for FPGA
FPGAChecksum1 - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Checksum for FPGA
FPGAChecksum2 - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Checksum for FPGA
FPGAChecksum3 - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Checksum for FPGA
frameRate - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ExposurePriorityT
Prioritize frame rate.
FRCCommonControlData - Class in edu.wpi.first.wpilibj.communication
Structure for data exchanged between the robot and the driver station.
FRCCommonControlData() - Constructor for class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Create a new FRCControlData structure
FRCControl - Class in edu.wpi.first.wpilibj.communication
Contains the code necessary to communicate between the robot and the driver station.
FRCControl.CachedNativeBuffer - Class in edu.wpi.first.wpilibj.communication
A simple 1-element cache that keeps a pointer to native memory around.
FRCControl.CachedNativeBuffer() - Constructor for class edu.wpi.first.wpilibj.communication.FRCControl.CachedNativeBuffer
 
FRCControl.DynamicControlData - Class in edu.wpi.first.wpilibj.communication
 
FRCControl.DynamicControlData() - Constructor for class edu.wpi.first.wpilibj.communication.FRCControl.DynamicControlData
 
free() - Method in class com.sun.cldc.jna.Pointer
Free the backing native memory for this pointer.
free() - Method in class com.sun.cldc.jna.ptr.IntByReference
 
free() - Method in class com.sun.spot.ota.OtaCommandListener
 
free() - Method in class com.sun.spot.ota.ServerSocketListener
 
free() - Method in class edu.wpi.first.wpilibj.Accelerometer
Delete the analog components used for the accelerometer.
free() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Channel destructor.
free() - Method in class edu.wpi.first.wpilibj.AnalogTrigger
Release the resources used by this object
free() - Method in class edu.wpi.first.wpilibj.AnalogTriggerOutput
 
free() - Method in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Method to free the memory used by this strucure
free() - Method in class edu.wpi.first.wpilibj.communication.FRCControl.CachedNativeBuffer
 
free() - Method in class edu.wpi.first.wpilibj.communication.Semaphore
Release all resources associated with the semaphore.
free() - Method in class edu.wpi.first.wpilibj.Compressor
Delete the Compressor object.
free() - Method in class edu.wpi.first.wpilibj.Counter
 
free() - Method in class edu.wpi.first.wpilibj.DigitalInput
 
free() - Method in class edu.wpi.first.wpilibj.DigitalOutput
Free the resources associated with a digital output.
free() - Method in class edu.wpi.first.wpilibj.Encoder
 
free() - Method in class edu.wpi.first.wpilibj.Gyro
Delete (free) the accumulator and the analog components used for the gyro.
free() - Method in class edu.wpi.first.wpilibj.HiTechnicCompass
Destructor.
free() - Method in class edu.wpi.first.wpilibj.I2C
Destructor.
free() - Method in class edu.wpi.first.wpilibj.image.CurveOptions
 
free() - Method in class edu.wpi.first.wpilibj.image.EllipseDescriptor
Free the c memory associated with this object.
free() - Method in class edu.wpi.first.wpilibj.image.Image
Release the memory associated with an image.
free() - Method in class edu.wpi.first.wpilibj.image.ShapeDetectionOptions
 
free() - Method in class edu.wpi.first.wpilibj.PIDController
Free the PID object
free() - Method in class edu.wpi.first.wpilibj.PWM
Free the PWM channel.
free() - Method in class edu.wpi.first.wpilibj.Relay
 
free(int) - Method in class edu.wpi.first.wpilibj.Resource
Free an allocated resource.
free() - Method in class edu.wpi.first.wpilibj.RobotBase
Free the resources for a RobotBase class.
free() - Method in class edu.wpi.first.wpilibj.RobotDrive
Free the speed controllers if they were allocated locally
free() - Method in class edu.wpi.first.wpilibj.SensorBase
Free the resources used by this object
free() - Method in class edu.wpi.first.wpilibj.SerialPort
Destructor.
free() - Method in class edu.wpi.first.wpilibj.Solenoid
Destructor.
free() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Destructor for the ultrasonic sensor.
freeBlockAt(Address) - Method in interface com.sun.squawk.flash.INorFlashMemoryHeap
 
freeBlockAt(Address) - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
freedBlockCount - Variable in class com.sun.squawk.flash.NorFlashSectorState
 
freeDIO(int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Free the resource associated with a digital I/O channel.
freeMemory() - Method in class com.sun.cldc.jna.Structure
Free the backing memory for the structure.
freeMemory() - Static method in class com.sun.squawk.GC
Returns the amount of free memory in the system.
freeMemory() - Method in class java.lang.Runtime
Returns the amount of free memory in the system.
freshImage() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Has the current image from the camera been retrieved yet.
FRIDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Friday.
fromObject(Object) - Static method in class com.sun.squawk.Address
Casts an object reference to an address.
fromPrimitive(int) - Static method in class com.sun.squawk.Address
Casts a word expressed as the appropriate Java primitive type for the platform (i.e. int or long) into a value of type Address.
fromPrimitive(int) - Static method in class com.sun.squawk.Offset
Casts an offset expressed as the appropriate Java primitive type for the platform (i.e. int or long) into a value of type Offset.
fromPrimitive(int) - Static method in class com.sun.squawk.UWord
Casts a word expressed as the appropriate Java primitive type for the platform (i.e. int or long) into a value of type UWord.
funcAddr - Variable in class com.sun.cldc.jna.Function
 
Function - Class in com.sun.cldc.jna
A pointer to a native function that can be called from Java.

G

GarbageCollector - Class in com.sun.squawk
Base class for all garbage collectors.
GC - Class in com.sun.squawk
Pure static class that handles object creation and GC control and monitoring.
gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
ge(Offset) - Method in class com.sun.squawk.Offset
Determines if this offset is greater than or equal to a given offset.
GearTooth - Class in edu.wpi.first.wpilibj
Alias for counter class.
GearTooth(int, boolean) - Constructor for class edu.wpi.first.wpilibj.GearTooth
Construct a GearTooth sensor given a channel.
GearTooth(int) - Constructor for class edu.wpi.first.wpilibj.GearTooth
Construct a GearTooth sensor given a channel.
GearTooth(int, int, boolean) - Constructor for class edu.wpi.first.wpilibj.GearTooth
Construct a GearTooth sensor given a channel and module.
GearTooth(int, int) - Constructor for class edu.wpi.first.wpilibj.GearTooth
Construct a GearTooth sensor given a channel and module.
GearTooth(DigitalSource, boolean) - Constructor for class edu.wpi.first.wpilibj.GearTooth
Construct a GearTooth sensor given a digital input.
GearTooth(DigitalSource) - Constructor for class edu.wpi.first.wpilibj.GearTooth
Construct a GearTooth sensor given a digital input.
GenericHID - Class in edu.wpi.first.wpilibj
GenericHID Interface
GenericHID() - Constructor for class edu.wpi.first.wpilibj.GenericHID
 
GenericHID.Hand - Class in edu.wpi.first.wpilibj
Which hand the Human Interface Device is associated with.
get(String) - Method in class com.sun.squawk.io.MulticastOutputStream
Gets the output stream from this multicaster identified by a given name.
get(int) - Method in class com.sun.squawk.util.IntHashtable
Returns the value to which the specified key is mapped in this hashtable.
get() - Method in class edu.wpi.first.wpilibj.AnalogTriggerOutput
Get the state of the analog trigger output.
get() - Method in class edu.wpi.first.wpilibj.Counter
Read the current counter value.
get() - Method in interface edu.wpi.first.wpilibj.CounterBase
Get the count
get() - Method in class edu.wpi.first.wpilibj.DigitalInput
Get the value from a digital input channel.
get() - Method in class edu.wpi.first.wpilibj.Encoder
Gets the current count.
get() - Method in class edu.wpi.first.wpilibj.Jaguar
Get the recently set value of the PWM.
get() - Method in class edu.wpi.first.wpilibj.PIDController
Return the current PID result This is always centered on zero and constrained the the max and min outs
get() - Method in class edu.wpi.first.wpilibj.Servo
Get the servo position.
get() - Method in class edu.wpi.first.wpilibj.Solenoid
Read the current value of the solenoid.
get() - Method in interface edu.wpi.first.wpilibj.SpeedController
Common interface for getting the current set speed of a speed controller.
get() - Method in class edu.wpi.first.wpilibj.Timer
Get the current time from the timer.
get() - Method in class edu.wpi.first.wpilibj.Victor
Get the recently set value of the PWM.
get() - Method in class java.lang.ref.Reference
Returns this reference object's referent.
get(int) - Method in class java.util.Calendar
Gets the value for a given time field.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
GET - Static variable in interface javax.microedition.io.HttpConnection
HTTP Get method.
GET_ALLOCATED_FILE_SIZE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GET_CURRENT_TIME_ADDR - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GET_DMA_BUFFER_ADDRESS - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GET_DMA_BUFFER_SIZE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GET_FILE_VIRTUAL_ADDRESS - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GET_LAST_DEVICE_INTERRUPT_TIME_ADDR - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GET_PUBLIC_KEY - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GET_SERIAL_CHARS - Static variable in class com.sun.squawk.vm.ChannelConstants
 
getAcceleration() - Method in class edu.wpi.first.wpilibj.Accelerometer
Return the acceleration in Gs.
getAcceleration(DriverStationEnhancedIO.tAccelChannel) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Query an accelerometer channel on the DS IO.
getAccumulatorCount() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Read the number of accumulated values.
getAccumulatorOutput(AccumulatorResult) - Method in class edu.wpi.first.wpilibj.AnalogChannel
Read the accumulated value and the number of accumulated values atomically.
getAccumulatorValue() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Read the accumulated value.
getActive() - Static method in class com.sun.squawk.io.j2me.pipe.PipeServerSocketListener
 
getAddress() - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
getAddress() - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
getAddress() - Method in interface com.sun.squawk.microedition.io.SocketConnection
Gets the remote address to which the socket is bound.
getAddress() - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets the virtual memory location at which the memory region is mapped.
getAddress(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets a pointer from memory as an Address.
getAddress() - Method in interface javax.microedition.io.Datagram
Get the address of the datagram.
getAll(Class) - Method in class com.sun.squawk.peripheral.PeripheralRegistry
Return all peripherals of type type.
getAll() - Static method in class edu.wpi.first.wpilibj.Solenoid
Read the current value of all solenoids.
getAllDIO() - Method in class edu.wpi.first.wpilibj.DigitalModule
Read the state of all the Digital I/O lines from the FPGA These are not remapped to logical order.
getAlliance() - Method in class edu.wpi.first.wpilibj.DriverStation
Get the current alliance from the FMS
getAllocatedBlockCount() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getAllocatedBlockCount() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getAnalogIn(int) - Method in class edu.wpi.first.wpilibj.DriverStation
Get an analog voltage from the Driver Station.
getAnalogIn(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Query an analog input channel on the DS IO.
getAnalogInRatio(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Query an analog input channel on the DS IO in ratiometric form.
getAnalogOut(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Query the voltage currently being output.
getAnalogTriggerForRouting() - Method in class edu.wpi.first.wpilibj.AnalogTriggerOutput
 
getAnalogTriggerForRouting() - Method in class edu.wpi.first.wpilibj.DigitalInput
 
getAnalogTriggerForRouting() - Method in class edu.wpi.first.wpilibj.DigitalSource
Is this an analog trigger
getAngle() - Method in class edu.wpi.first.wpilibj.Gyro
Return the actual angle in degrees that the robot is currently facing.
getAngle() - Method in class edu.wpi.first.wpilibj.HiTechnicCompass
Get the compass angle in degrees.
getAngle() - Method in class edu.wpi.first.wpilibj.Servo
Get the servo angle.
getAppProperty(String) - Method in class javax.microedition.midlet.MIDlet
Provides a MIDlet with a mechanism to retrieve named properties from the application management software.
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAverageBits() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get the number of averaging bits.
getAverageBits(int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Get the number of averaging bits.
getAverageValue() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get a sample from the output of the oversample and average engine for this channel.
getAverageValue(int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Get the raw averaged and oversampled value.
getAverageVoltage() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get a scaled sample from the output of the oversample and average engine for this channel.
getAverageVoltage(int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Get the averaged voltage.
getAxis(Joystick.AxisType) - Method in class edu.wpi.first.wpilibj.Joystick
For the current joystick, return the axis determined by the argument.
getAxisChannel(Joystick.AxisType) - Method in class edu.wpi.first.wpilibj.Joystick
Get the channel currently associated with the specified axis.
getBatteryVoltage() - Method in class edu.wpi.first.wpilibj.DriverStation
Read the battery voltage from the specified AnalogChannel.
getBlockAt(Address) - Method in interface com.sun.squawk.flash.INorFlashMemoryHeap
 
getBlockAt(Address) - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
getBlockAt(IMemoryHeapBlock, INorFlashSectorState, int) - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
getBlockingFunction(String) - Method in class com.sun.cldc.jna.NativeLibrary
Dynamically look up a blocking native function by name.
getBluePlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the blue color plane from the image when represented in RGB color space.
getBootstrapEnd() - Static method in class com.sun.squawk.VM
Gets the address at which the object memory containing the bootstrap suite ends.
getBootstrapHash() - Static method in class com.sun.squawk.VM
Gets the hash of the object memory containing the bootstrap suite in it's canonical (i.e. relative to address 0) form.
getBootstrapStart() - Static method in class com.sun.squawk.VM
Gets the address at which the object memory containing the bootstrap suite starts.
getBrightness() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get the current brightness of the AxisCamera
getBufferSized(int) - Method in class edu.wpi.first.wpilibj.communication.FRCControl.CachedNativeBuffer
 
getBumper() - Method in class edu.wpi.first.wpilibj.GenericHID
Is the bumper pressed
getBumper(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.GenericHID
Is the bumper pressed
getBumper(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.Joystick
This is not supported for the Joystick.
getButton(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the state of a button on the IO board.
getButton(Joystick.ButtonType) - Method in class edu.wpi.first.wpilibj.Joystick
Get buttons based on an enumerated type.
getButtons() - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the state of all the button channels.
getByte(long) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets the byte at the given offset in the memory area associated with this object.
getByte(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets a signed 8 bit value from memory.
getByteArrayInputStream() - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
getByteArrayInputStream() - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
getBytes() - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
getBytes() - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
getBytes(int, byte[], int, int) - Method in interface com.sun.squawk.peripheral.INorFlashSector
 
getBytes(int, byte[], int, int) - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
getBytes(long, byte[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets number bytes starting at the given offset in the memory area associated with this object and assigns them to the byte array passed starting at position low.
getBytes(Address, int, byte[], int, int) - Static method in class com.sun.squawk.Unsafe
Copy from memory to byte array.
getBytes() - Method in class com.sun.squawk.util.ByteArrayOutputStreamWithGetBytes
 
getBytes() - Method in class java.lang.String
Convert this String into bytes according to the platform's default character encoding, storing the result into a new byte array.
getBytes(String) - Method in class java.lang.String
Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
getBytesAllocatedSinceLastGC() - Method in class com.sun.squawk.GarbageCollector
Get the number of bytes allocated since the last GC.
getBytesAllocatedTotal() - Method in class com.sun.squawk.GarbageCollector
Get the number of bytes allocated since JVM startup.
getBytesFreedTotal() - Method in class com.sun.squawk.GarbageCollector
Get the number of bytes freed in all collections
getBytesLastFreed() - Method in class com.sun.squawk.GarbageCollector
Get the number of bytes freed in the last collection
getBytesLastScanned() - Method in class com.sun.squawk.GarbageCollector
Get the number of bytes scanned in the last collection.
getBytesReceived() - Method in class edu.wpi.first.wpilibj.SerialPort
Get the number of bytes currently available to read from the serial port.
getChannel() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get the channel number.
getChannel() - Method in class edu.wpi.first.wpilibj.DigitalInput
Get the channel of the digital input
getChannelForRouting() - Method in class edu.wpi.first.wpilibj.AnalogTriggerOutput
 
getChannelForRouting() - Method in class edu.wpi.first.wpilibj.DigitalInput
 
getChannelForRouting() - Method in class edu.wpi.first.wpilibj.DigitalSource
Get the channel routing number
getChar(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets an unsigned 16 bit value from memory.
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
Characters are copied from this string buffer into the destination character array dst.
getClass(Object) - Static method in class com.sun.squawk.VM
Support routine to get the object representing the class of a given object.
getClass() - Method in class java.lang.Object
Returns the runtime class of an object.
getClassPath() - Method in class com.sun.squawk.Isolate
Gets the class path for the isolate.
getCollector() - Static method in class com.sun.squawk.GC
Gets a reference to the installed collector.
getColorLevel() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get the color level of images being retunred from the camera.
getCommonControlData(FRCCommonControlData, int) - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
Get the control data from the driver station.
getCompression() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get the compression of the images eing returned by the camera.
getContendedMontorEnterCount() - Static method in class com.sun.squawk.VM.Stats
Return the number of times that a thread was blocked trying to synchronize on an object.
getContents() - Method in class com.sun.squawk.io.mailboxes.ByteArrayEnvelope
Return the contents of the envelope.
getContents() - Method in class com.sun.squawk.io.mailboxes.ByteArrayInputStreamEnvelope
Return the contents of the envelope.
getContents() - Method in class com.sun.squawk.io.mailboxes.Envelope
Return the contents of the envelope.
getContents() - Method in class com.sun.squawk.io.mailboxes.ObjectEnvelope
Return the contents of the envelope.
getCurrentIsolate() - Static method in class com.sun.squawk.VM
Gets the isolate of the currently executing thread.
getD() - Method in class edu.wpi.first.wpilibj.PIDController
Get the Differential coefficient
getDashboardPackerHigh() - Method in class edu.wpi.first.wpilibj.DriverStation
Get the dashboard packer for sending high user data to a dashboard program
getDashboardPackerLow() - Method in class edu.wpi.first.wpilibj.DriverStation
Get the dashboard packer for sending low priority user data to a dashboard program
getData() - Method in class com.sun.squawk.io.mailboxes.ByteArrayEnvelope
Return the contents of the envelope, which is a byte array.
getData() - Method in class com.sun.squawk.io.mailboxes.ByteArrayInputStreamEnvelope
Return the contents of the envelope, which is a ByteArrayInputStream.
getData() - Method in class edu.wpi.first.wpilibj.DriverStation
Copy data from the DS task for the user.
getData() - Method in interface javax.microedition.io.Datagram
Get the contents of the data buffer.
getDataInputStream() - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
getDataInputStream() - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
getDate() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the date header field.
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefaultAnalogModule() - Static method in class edu.wpi.first.wpilibj.SensorBase
Get the slot that contains the default analog module.
getDefaultDigitalModule() - Static method in class edu.wpi.first.wpilibj.SensorBase
Get the slot that contains the default analog module.
getDefaultInstance() - Static method in class com.sun.cldc.jna.NativeLibrary
Return reference to the "default" library.
getDefaultSolenoidModule() - Static method in class edu.wpi.first.wpilibj.SensorBase
Get the slot that contains the default analog module.
getDigital(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the current state of a DIO channel regardless of mode.
getDigitalConfig(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the current configuration for a DIO line.
getDigitalIn(int) - Method in class edu.wpi.first.wpilibj.DriverStation
Get values from the digital inputs on the Driver Station.
getDigitalOut(int) - Method in class edu.wpi.first.wpilibj.DriverStation
Get a value that was set for the digital outputs on the Driver Station.
getDigitals() - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the state of all 16 DIO lines regardless of mode.
getDIO(int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Read a digital I/O bit from the FPGA.
getDIODirection(int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Read the direction of a digital I/O line
getDIODirection() - Method in class edu.wpi.first.wpilibj.DigitalModule
Read the direction of all the Digital I/O lines from the FPGA A 1 bit means output and a 0 bit means input.
getDirection() - Method in class edu.wpi.first.wpilibj.Counter
The last direction the counter value changed.
getDirection() - Method in interface edu.wpi.first.wpilibj.CounterBase
Determine which direction the counter is going
getDirection() - Method in class edu.wpi.first.wpilibj.Encoder
The last direction the encoder value changed.
getDirectionDegrees() - Method in class edu.wpi.first.wpilibj.Joystick
Get the direction of the vector formed by the joystick and its origin in degrees uses acos(-1) to represent Pi due to absence of readily accessable Pi constant in C++
getDirectionRadians() - Method in class edu.wpi.first.wpilibj.Joystick
Get the direction of the vector formed by the joystick and its origin in radians
getDistance() - Method in class edu.wpi.first.wpilibj.Encoder
Get the distance the robot has driven since the last reset.
getDistanceUnits() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Get the current DistanceUnit that is used for the PIDSource base object.
getDouble(long) - Method in class com.sun.squawk.realtime.RawMemoryFloatAccess
Gets the double at the given offset in the memory area associated with this object.
getDoubles(long, double[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryFloatAccess
Gets number doubles starting at the given offset in the memory area associated with this object and assign them to the double array passed starting at position low.
getDynamicControlData(byte, FRCControl.DynamicControlData, int, int) - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
Get the dynamic control data from the driver station.
getEnabled() - Method in class edu.wpi.first.wpilibj.Watchdog
Find out if the watchdog is currently enabled or disabled (mortal or immortal).
getEncoder(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the position of a quadrature encoder.
getEncoderIndexEnable(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the current configuration of a quadrature encoder index channel.
getEncoding() - Method in interface javax.microedition.io.ContentConnection
Returns a string describing the encoding of the content which the resource connected to is providing.
getEndAddress() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getEndAddress() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getEnhancedIO() - Method in class edu.wpi.first.wpilibj.DriverStation
Get the interface to the enhanced IO of the new driver station.
getErasedSequenceCurrentValue() - Method in interface com.sun.squawk.flash.INorFlashMemoryHeap
 
getErasedSequenceCurrentValue() - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
getErasedValue() - Method in interface com.sun.squawk.peripheral.INorFlashSector
 
getErasedValue() - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
getError() - Method in class edu.wpi.first.wpilibj.PIDController
Retruns the current difference of the input from the setpoint
getExitCode() - Method in class com.sun.squawk.Isolate
Get the isolate exit code.
getExpiration() - Method in class edu.wpi.first.wpilibj.Watchdog
Read what the current expiration is.
getExpiration() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the expires header field.
getExposureControl() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get the exposure mode that the camera is using.
getExposurePriority() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get the exposure priority that the camera is using.
getExtraSector(int) - Method in interface com.sun.squawk.peripheral.INorFlashSectorAllocator
 
getExtraSector(int) - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
 
getFailures() - Static method in class edu.wpi.first.testing.TestClass
Get a list of all the failed tests.
getFile() - Method in interface javax.microedition.io.HttpConnection
Returns the file portion of the URL of this HttpConnection.
getFileSeparatorChar() - Static method in class com.sun.squawk.VM
The system-dependent default name-separator character.
getFirmwareVersion() - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the firmware version running on the IO board.
getFirst() - Method in interface com.sun.squawk.flash.INorFlashSectorStateList
 
getFirst() - Method in class com.sun.squawk.flash.NorFlashSectorStateList
 
getFixedDigitalOutput(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the state being output on a fixed digital output.
getFloat(long) - Method in class com.sun.squawk.realtime.RawMemoryFloatAccess
Gets the float at the given offset in the memory area associated with this object.
getFloats(long, float[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryFloatAccess
Gets number floats starting at the given offset in the memory area associated with this object and assign them to the int array passed starting at position low.
getFpgaGuid(NiRioStatus) - Method in class edu.wpi.first.wpilibj.fpga.tSystem
 
getFPGATime() - Static method in class edu.wpi.first.wpilibj.Utility
Read the microsecond timer from the FPGA.
getFreedBlockCount() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getFreedBlockCount() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getFullCount() - Static method in class com.sun.squawk.GC
Returns the number of full-heap collections.
getFunction(String, String) - Static method in class com.sun.cldc.jna.Function
Dynamically look up a native function by name in the named library.
getFunction(String) - Method in class com.sun.cldc.jna.NativeLibrary
Dynamically look up a native function by name.
getGlobalVariableAddress(String, int) - Method in class com.sun.cldc.jna.NativeLibrary
Dynamically look up a native variable by name.
getGreenPlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the green color plane from the image when represented in RGB color space.
getGUIEvent() - Static method in class com.sun.squawk.VM
Gets the next available event on the GUI input channel, blocking until there is one.
getHeaderField(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field value by index.
getHeaderField(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named header field.
getHeaderFieldDate(String, long) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as date.
getHeaderFieldInt(String, int) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as a number.
getHeaderFieldKey(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field key by index.
getHeight() - Method in class edu.wpi.first.wpilibj.image.Image
Get the height of the image in pixels.
getHost() - Method in interface javax.microedition.io.HttpConnection
Returns the host information of the URL of this HttpConnection. e.g. host name or IPv4 address
getHSIHuePlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the hue color plane from the image when represented in HSI color space.
getHSISaturationPlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the saturation color plane from the image when represented in HSI color space.
getHSLHuePlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the hue color plane from the image when represented in HSL color space.
getHSLSaturationPlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the saturation color plane from the image when represented in HSL color space.
getHSVHuePlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the hue color plane from the image when represented in HSV color space.
getHSVSaturationPlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the saturation color plane from the image when represented in HSV color space.
getI() - Method in class edu.wpi.first.wpilibj.PIDController
Get the Integral coefficient
getI2C(int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Return an I2C object for this digital module
getId() - Method in class com.sun.squawk.Isolate
Gets the unique id for this isolate.
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getIdealYoungGenerationSize() - Method in class com.sun.squawk.Lisp2GenerationalCollector
Gets a size for the young generation based on its ideal ratio to the heap size.
GETIMAGE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
getImage() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get an image from the camera.
getIndex() - Method in class edu.wpi.first.wpilibj.AnalogTrigger
Return the index of the analog trigger.
getInitialSectors(int) - Method in interface com.sun.squawk.peripheral.INorFlashSectorAllocator
 
getInitialSectors(int) - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
 
getInstance(String) - Static method in class com.sun.cldc.jna.NativeLibrary
Look up a native libray named "name".
getInstance(int) - Static method in class edu.wpi.first.wpilibj.AnalogModule
Get an instance of an Analog Module.
getInstance() - Static method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get a reference to the AxisCamera, or initialize the AxisCamera if it has not yet been initialized.
getInstance(int) - Static method in class edu.wpi.first.wpilibj.DigitalModule
Get an instance of an Digital Module.
getInstance() - Static method in class edu.wpi.first.wpilibj.DriverStation
Gets an instance of the DriverStation
getInstance() - Static method in class edu.wpi.first.wpilibj.DriverStationLCD
Get an instance of the DriverStationLCD
getInstance() - Static method in class edu.wpi.first.wpilibj.Watchdog
Get an instance of the watchdog
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone.
getInt(long) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets the int at the given offset in the memory area associated with this object.
getInt(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets a signed 32 bit value from memory.
getIntensityPlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the intensity color plane from the image when represented in HSI color space.
getInts(long, int[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets number integers starting at the given offset in the memory area associated with this object and assign them to the int array passed starting at position low.
getInts(Address, int, int[], int, int) - Static method in class com.sun.squawk.Unsafe
Copy from memory to int array.
getInWindow() - Method in class edu.wpi.first.wpilibj.AnalogTrigger
Return the InWindow output of the analog trigger.
getIsolates() - Static method in class com.sun.squawk.Isolate
Returns an array of Isolate objects.
getKeyedGlobal(int) - Static method in class com.sun.squawk.VM
Return the global registered using setGlobal with key.
getKeyedGlobalsMutex() - Static method in class com.sun.squawk.VM
 
getLastGCTime() - Method in class com.sun.squawk.GarbageCollector
Gets the time taken by the last collection.
getLastModified() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the last-modified header field.
getLastModified() - Method in class javax.microedition.rms.RecordStore
Returns the last time the record store was modified, in the format used by System.currentTimeMillis().
getLayout() - Method in class com.sun.cldc.jna.DynamicStructure
Return the structure layout used by this class.
getLength() - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
getLength() - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
getLength() - Method in interface javax.microedition.io.ContentConnection
Returns the length of the content which is being provided.
getLength() - Method in interface javax.microedition.io.Datagram
Get the length of the datagram.
getLibraryLoading() - Static method in class com.sun.cldc.jna.Native
Kludge to pass loading library to default constructor of implementation class.
getLocalAddress() - Method in interface com.sun.squawk.microedition.io.ServerSocketConnection
Gets the local address to which the socket is bound.
getLocalAddress() - Method in interface com.sun.squawk.microedition.io.SocketConnection
Gets the local address to which the socket is bound.
getLocalPort() - Method in interface com.sun.squawk.microedition.io.ServerSocketConnection
Returns the local port to which this socket is bound.
getLocalPort() - Method in interface com.sun.squawk.microedition.io.SocketConnection
Returns the local port to which this socket is bound.
getLocation() - Method in class edu.wpi.first.wpilibj.DriverStation
Get the location of the controls
getLong(long) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets the long at the given offset in the memory area associated with this object.
getLong(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets a 64 bit value from memory using a 64 bit word offset.
getLongAtWord(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets a 64 bit value from memory using a 32 bit word offset.
getLongs(long, long[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets number longs starting at the given offset in the memory area associated with this object and assign them to the long array passed starting at position low.
getLongs(Address, int, long[], int, int) - Static method in class com.sun.squawk.Unsafe
Copy from memory to long array.
getLoopsPerSec() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Get the number of loops per second for the IterativeRobot Get the number of loops per second for the IterativeRobot.
getLSBWeight() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get the factory scaling least significant bit weight constant.
getLSBWeight(int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Get the LSB Weight portion of the calibration for a channel.
getLSBWeight(int, int) - Static method in class edu.wpi.first.wpilibj.communication.AICalibration
Get the weight of the least significant bit.
getLuminancePlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the luminance color plane from the image when represented in HSL color space.
getMagnitude() - Method in class edu.wpi.first.wpilibj.Joystick
Get the magnitude of the direction vector formed by the joystick's current position relative to its origin
getMainClassArguments() - Method in class com.sun.squawk.Isolate
Get the arguments.
getMainClassName() - Method in class com.sun.squawk.Isolate
Get the name of the main class.
getManifestPropertiesOfSuite(String) - Static method in class com.sun.squawk.VM
A helper method to provide access to the manifest of midlet suites from outside the bootstrap.
getManifestProperty(String) - Static method in class com.sun.squawk.VM
Gets the value of an Suite#PROPERTIES_MANIFEST_RESOURCE_NAME property embedded in the suite.
getManifestPropertyNames() - Static method in class com.sun.squawk.VM
Gets the names of all manifest properties embedded in the leaf suite and all of its parents.
getMappedAddress() - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets the virtual memory location at which the memory region is mapped.
getMatchesFromMemory(int, int) - Static method in class edu.wpi.first.wpilibj.image.EllipseMatch
 
getMaxFullGCTime() - Method in class com.sun.squawk.GarbageCollector
Gets the time of the longest full GC.
getMaxGCTime() - Method in class com.sun.squawk.GarbageCollector
Get the time taken by the slowest garbage collection.
getMaximumLength() - Method in interface javax.microedition.io.DatagramConnection
Get the maximum length a datagram can be.
getMaxPartialGCTime() - Method in class com.sun.squawk.GarbageCollector
Gets the time of the longest partial GC.
getMaxStackSize() - Static method in class com.sun.squawk.VM.Stats
Return size of the largest stack ever allocated.
getMessage() - Method in class java.lang.Throwable
Returns the error message string of this throwable object.
getMIDletPeer(MIDlet) - Method in interface com.sun.midp.midlet.MIDletTunnel
Returns the MIDletPeer object corresponding to the given midlet instance.
getModule() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get the analog module that this channel is on.
getModuleForRouting() - Method in class edu.wpi.first.wpilibj.AnalogTriggerOutput
 
getModuleForRouting() - Method in class edu.wpi.first.wpilibj.DigitalInput
 
getModuleForRouting() - Method in class edu.wpi.first.wpilibj.DigitalSource
Get the module routing number
getMonitorsAllocatedCount() - Static method in class com.sun.squawk.VM.Stats
Return the number of monitors allocated.
getName() - Method in class com.sun.cldc.jna.Function
 
getName() - Method in class com.sun.squawk.io.mailboxes.ServerChannel
Get the name that this ServerChannel was registered under.
getName() - Method in class com.sun.squawk.Isolate
Gets name of the isolate.
getName() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
getName() - Method in class edu.wpi.first.testing.TestClass
Get the name of this TestClass.
getName() - Method in class edu.wpi.first.testing.TestClass.Test
Get the name of this test, should be unique within this test class.
getName() - Method in class java.lang.Class
Returns the fully-qualified name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String.
getName() - Method in class java.lang.Thread
Returns this thread's name.
getName() - Method in class javax.microedition.rms.RecordStore
Returns the name of this RecordStore.
getNextBlockOffset() - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
getNextBlockOffset() - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
getNextRecordID() - Method in class javax.microedition.rms.RecordStore
Returns the recordId of the next record to be added to the record store.
getNextSector() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getNextSector() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getNominalLength() - Method in interface javax.microedition.io.DatagramConnection
Get the nominal length of a datagram.
getNorFlashSectors(int) - Static method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
getNumberParticles() - Method in class edu.wpi.first.wpilibj.image.BinaryImage
Returns the number of particles.
getNumRecords() - Method in class javax.microedition.rms.RecordStore
Returns the number of records currently in the record store.
getObjectsAllocatedTotal() - Static method in class com.sun.squawk.VM.Stats
Get the number of objects allocated since reboot.
getOffset() - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
getOffset() - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
getOffset() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get the factory scaling offset constant.
getOffset(int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Get the Offset portion of the calibration for a channel.
getOffset(int, int) - Static method in class edu.wpi.first.wpilibj.communication.AICalibration
Get the offset.
getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets offset, for current date, modified in case of daylight savings.
getOffset() - Method in interface javax.microedition.io.Datagram
Get the offset.
getOldX() - Method in class tests.TestApp.Ball
 
getOldX() - Method in class tests.TestApp.LongBall
 
getOrderedParticleAnalysisReports(int) - Method in class edu.wpi.first.wpilibj.image.BinaryImage
Gets all the particle analysis reports ordered from largest area to smallest.
getOrderedParticleAnalysisReports() - Method in class edu.wpi.first.wpilibj.image.BinaryImage
Gets all the particle analysis reports ordered from largest area to smallest.
getOversampleBits() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get the number of oversample bits.
getOversampleBits(int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Get the number of oversample bits.
getOwningList() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getOwningList() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getP() - Method in class edu.wpi.first.wpilibj.PIDController
Get the Proportional coefficient
getPacketNumber() - Method in class edu.wpi.first.wpilibj.DriverStation
Return the DS packet number.
getParentSuiteSourceURI() - Method in class com.sun.squawk.Isolate
 
getPartialCount() - Static method in class com.sun.squawk.GC
Returns the number of partial-heap collections.
getParticleAnalysisReport(int) - Method in class edu.wpi.first.wpilibj.image.BinaryImage
Get a particle analysis report for the particle at the given index.
getPath() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
getPathSeparatorChar() - Static method in class com.sun.squawk.VM
The system-dependent path-separator character.
getPeriod() - Method in class edu.wpi.first.wpilibj.Counter
 
getPeriod() - Method in interface edu.wpi.first.wpilibj.CounterBase
Get the time between the last two edges counted
getPeriod() - Method in class edu.wpi.first.wpilibj.Encoder
Returns the period of the most recent pulse.
getPeripheralRegistry() - Static method in class com.sun.squawk.VM
 
getPlatform() - Static method in class com.sun.cldc.jna.Platform
 
getPlatformNativePackageName() - Method in class com.sun.cldc.jna.Platform
Get the name of the package that contains the native implementations for this platform (solaris, linux, windows, etc):
getPlatformNativePackageName() - Method in class com.sun.cldc.jna.Posix
Get the name of the package that contains the native implementation for this platform:
getPlatformNativePackageName() - Method in class com.sun.cldc.jna.Spot
Get the name of the package that contains the native implementation for this platform:
getPlatformNativePackageName() - Method in class com.sun.cldc.jna.Windows
Get the name of the package that contains the native implementation for this platform:
getPlatformPackageName() - Method in class com.sun.cldc.jna.Platform
Get the name of the package that contains the platform classes (posix, windows, etc):
getPlatformPackageName() - Method in class com.sun.cldc.jna.Posix
Get the name of the package that contains the native implementation for this platform:
getPlatformPackageName() - Method in class com.sun.cldc.jna.Spot
Get the name of the package that contains the native implementation for this platform:
getPlatformPackageName() - Method in class com.sun.cldc.jna.Windows
Get the name of the package that contains the native implementation for this platform:
getPointer() - Method in class com.ni.rio.NiRioStatus
 
getPointer(int, int) - Method in class com.sun.cldc.jna.Pointer
Read a ptr value from memory at offset, and construct a new pointer representing the data stored there...
getPointer() - Method in class com.sun.cldc.jna.PointerType
Return the underlying untyped pointer
getPointer() - Method in class com.sun.cldc.jna.Structure
Get the backing native memory used by this structure.
getPort() - Method in interface com.sun.squawk.microedition.io.SocketConnection
Returns the remote port to which this socket is bound.
getPort() - Method in interface javax.microedition.io.HttpConnection
Returns the network port number of the URL for this HttpConnection.
getPos() - Method in class com.sun.squawk.util.ByteArrayInputStreamWithSetBytes
 
getPosition() - Method in class edu.wpi.first.wpilibj.PWM
Get the PWM value in terms of a position.
getPressureSwitchValue() - Method in class edu.wpi.first.wpilibj.Compressor
Get the pressure switch value.
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getProperties() - Method in class com.sun.squawk.Isolate
Get an enumeration of isolate property keys.
getProperty(String) - Method in class com.sun.squawk.Isolate
Gets a named property of this isolate.
getProperty(String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProtocol() - Method in interface javax.microedition.io.HttpConnection
Returns the protocol name of the URL of this HttpConnection. e.g., http or https
getPurpose() - Method in interface com.sun.squawk.peripheral.INorFlashSector
 
getPurpose() - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
getPWM(int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Get a value from a PWM channel.
getPWMOutput(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the percent duty-cycle that the PWM generator channel is configured to output.
getPWMPeriod(DriverStationEnhancedIO.tPWMPeriodChannels) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the period of a PWM generator.
getQuery() - Method in interface javax.microedition.io.HttpConnection
Returns the query portion of the URL of this HttpConnection.
getRangeInches() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Get the range in inches from the ultrasonic sensor.
getRangeMM() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Get the range in millimeters from the ultrasonic sensor.
getRate() - Method in class edu.wpi.first.wpilibj.Encoder
Get the current rate of the encoder.
getRaw() - Method in class edu.wpi.first.wpilibj.Encoder
Gets the raw value from the encoder.
getRaw() - Method in class edu.wpi.first.wpilibj.PWM
Get the PWM value directly from the hardware.
getRawAxis(int) - Method in class edu.wpi.first.wpilibj.GenericHID
Get the raw axis
getRawAxis(int) - Method in class edu.wpi.first.wpilibj.Joystick
Get the value of the axis.
getRawButton(int) - Method in class edu.wpi.first.wpilibj.GenericHID
Is the given button pressed
getRawButton(int) - Method in class edu.wpi.first.wpilibj.Joystick
Get the button value for buttons 1 through 12.
getRawOffset() - Method in class java.util.TimeZone
Gets the GMT offset for this time zone.
getRecord(int) - Method in class javax.microedition.rms.RecordStore
Returns a copy of the data stored in the given record.
getRecord(int, byte[], int) - Method in class javax.microedition.rms.RecordStore
Returns the data stored in the given record.
getRecordSize(int) - Method in class javax.microedition.rms.RecordStore
Returns the size (in bytes) of the MIDlet data available in the given record.
getRecordStoreDbCache() - Static method in class com.sun.squawk.imp.ImpGlobal
 
getRecordStoreManagerErasedSequenceCurrentValue() - Static method in class com.sun.squawk.imp.ImpGlobal
 
getRedPlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the red color plane from the image when represented in RGB color space.
getRef() - Method in interface javax.microedition.io.HttpConnection
Returns the ref portion of the URL of this HttpConnection.
getRelayForward(int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Get the current state of the forward relay channel
getRelayForward() - Method in class edu.wpi.first.wpilibj.DigitalModule
Get the current state of all of the forward relay channels on this module.
getRelayReverse(int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Get the current state of the reverse relay channel
getRelayReverse() - Method in class edu.wpi.first.wpilibj.DigitalModule
Get the current state of all of the reverse relay channels on this module.
getRequestMethod() - Method in interface javax.microedition.io.HttpConnection
Get the current request method. e.g.
getRequestProperty(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named general request property for this connection.
getResolution() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get the resolution fo the images that the camera is returning.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResponseCode() - Method in interface javax.microedition.io.HttpConnection
Returns the HTTP response status code.
getResponseMessage() - Method in interface javax.microedition.io.HttpConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getRomStart() - Static method in class com.sun.squawk.VM
Gets the address of the start of the object memory in ROM.
getRotation() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get the rotation of the images returned from the camera.
getRunnableThreads() - Static method in class com.sun.squawk.VM
Answer an array of threads that are runnable now, in the order they appear in the runnable queue.
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getSampleRate() - Method in class edu.wpi.first.wpilibj.AnalogModule
Get the current sample rate on the module.
getSectorContaining(Address) - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
getSequence() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getSequence() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getSetpoint() - Method in class edu.wpi.first.wpilibj.PIDController
Returns the current setpoint of the PIDController
getShort(long) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets the short at the given offset in the memory area associated with this object.
getShort(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets a signed 16 bit value from memory.
getShorts(long, short[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets number shorts starting at the given offset in the memory area associated with this object and assign them to the short array passed starting at position low.
getShorts(Address, int, short[], int, int) - Static method in class com.sun.squawk.Unsafe
Copy from memory to short array.
getSingleton(Class) - Method in class com.sun.squawk.peripheral.PeripheralRegistry
 
getSingleton() - Static method in class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
 
getSize() - Method in class com.sun.cldc.jna.Pointer
Gets the size of the memory
getSize() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getSize() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getSize() - Method in class com.sun.squawk.io.MulticastOutputStream
Gets the number of streams contained by this multicaster.
getSize() - Method in interface com.sun.squawk.peripheral.INorFlashSector
 
getSize() - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
getSize() - Method in class javax.microedition.rms.RecordStore
Returns the amount of space, in bytes, that the record store occupies.
getSizeAvailable() - Method in interface com.sun.squawk.flash.INorFlashMemoryHeap
 
getSizeAvailable() - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
getSizeAvailable() - Method in class javax.microedition.rms.RecordStore
Returns the amount of additional room (in bytes) available for this record store to grow.
getSlot() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get the slot that the analog module is plugged into.
getSlot() - Method in class edu.wpi.first.wpilibj.Module
Gets the slot associated with a module.
getSocketOption(byte) - Method in interface com.sun.squawk.microedition.io.SocketConnection
Get a socket option for the connection.
getSpeed() - Method in class edu.wpi.first.wpilibj.PWM
Get the PWM value in terms of speed.
getStacksAllocatedCount() - Static method in class com.sun.squawk.VM.Stats
Return the number of stacks allocated.
getStartAddress() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getStartAddress() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getStartAddress() - Method in interface com.sun.squawk.peripheral.INorFlashSector
 
getStartAddress() - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
getStatus() - Method in exception com.ni.rio.NiRioStatus.FatalStatusException
 
getStatus() - Method in exception edu.wpi.first.wpilibj.util.UncleanStatusException
Create a new UncleanStatusException
getStatusCode() - Method in class com.ni.rio.NiRioStatus
 
getStickAxis(int, int) - Method in class edu.wpi.first.wpilibj.DriverStation
Get the value of the axis on a joystick.
getStickButtons(int) - Method in class edu.wpi.first.wpilibj.DriverStation
The state of the buttons on the joystick. 12 buttons (4 msb are unused) from the joystick.
getStopped() - Method in class edu.wpi.first.wpilibj.Counter
Determine if the clock is stopped.
getStopped() - Method in interface edu.wpi.first.wpilibj.CounterBase
Determine if the counter is not moving
getStopped() - Method in class edu.wpi.first.wpilibj.Encoder
Determine if the encoder is stopped.
getString(int) - Method in class com.sun.cldc.jna.Pointer
Create a Java string from a C string pointer to by this pointer at offset
getSystemIndex() - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
getSystemIndex() - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
getSystemIndex() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
getSystemIndex() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
getSystemIndex() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
getSystemIndex() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
getSystemIndex() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
getTest() - Method in class edu.wpi.first.testing.Failure
Get the name of the test that failed.
getTestClass() - Method in class edu.wpi.first.testing.Failure
Get the name of the test class that failed.
getThreadsAllocatedCount() - Static method in class com.sun.squawk.VM.Stats
Get the number of Thread objects allocated since reboot.
getThreadSwitchCount() - Static method in class com.sun.squawk.VM.Stats
Return count of thread context switching since reboot.
getThrottle() - Method in class edu.wpi.first.wpilibj.GenericHID
Get the throttle
getThrottle() - Method in class edu.wpi.first.wpilibj.Joystick
Get the throttle value of the current joystick.
getThrowCount() - Static method in class com.sun.squawk.VM.Stats
Return number of exceptions thrown.
getTime() - Method in class java.util.Calendar
Gets this Calendar's current time.
getTime() - Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTimeBeforeAnotherThreadIsRunnable() - Static method in class com.sun.squawk.VM
Answer the time in millis until another thread is runnable.
getTimeInMillis() - Method in class java.util.Calendar
Gets this Calendar's current time as a long expressed in milliseconds after January 1, 1970, 0:00:00 GMT (the epoch).
getTimeMicros() - Static method in class com.sun.squawk.VM
Gets the current time.
getTimeMillis() - Static method in class com.sun.squawk.VM
Gets the current time.
getTimer() - Method in class edu.wpi.first.wpilibj.Watchdog
Read how long it has been since the watchdog was last fed.
getTimeZone() - Method in class java.util.Calendar
Gets the time zone.
getTimeZone(String) - Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTop() - Method in class edu.wpi.first.wpilibj.GenericHID
Is the top button pressed
getTop(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.GenericHID
Is the top button pressed
getTop(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.Joystick
Read the state of the top button on the joystick.
getTotalCount() - Static method in class com.sun.squawk.GC
Returns the total number of garbage collections that have been performed by the VM.
getTotalFullGCTime() - Method in class com.sun.squawk.GarbageCollector
Gets the time taken by all full garbage collections.
getTotalGCTime() - Method in class com.sun.squawk.GarbageCollector
Gets the time taken by all GC.
getTotalPartialGCTime() - Method in class com.sun.squawk.GarbageCollector
Get the time taken by all partial garbage collections.
getTotalWaitTime() - Static method in class com.sun.squawk.VM.Stats
Get the total time the VM was idle.
getTouchSlider() - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the value of the Capacitive Sense touch slider.
getTrigger() - Method in class edu.wpi.first.wpilibj.GenericHID
Is the trigger pressed
getTrigger(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.GenericHID
Is the trigger pressed
getTrigger(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.Joystick
Read the state of the trigger on the joystick.
getTriggerState() - Method in class edu.wpi.first.wpilibj.AnalogTrigger
Return the TriggerState output of the analog trigger.
getTwist() - Method in class edu.wpi.first.wpilibj.GenericHID
Get the twist value
getTwist() - Method in class edu.wpi.first.wpilibj.Joystick
Get the twist value of the current joystick.
getType() - Method in interface javax.microedition.io.ContentConnection
Returns the type of content that the resource connected to is providing.
getUByte(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets an unsigned 8 bit value from memory.
getUnalignedInt(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets the int at the given byte offset in the memory, starting from base.
getUnalignedLong(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets the long at the given byte offset in the memory, starting from base.
getUnalignedShort(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets the short at the given byte offset in the memory, starting from base.
getURL() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
getURL() - Method in interface javax.microedition.io.HttpConnection
Return a string representation of the URL for this connection.
getUsClock() - Static method in class edu.wpi.first.wpilibj.Timer
Get the time in microseconds from the FPGA
getUWord(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets an unsigned 32 or 64 bit value from memory.
getV() - Method in class tests.TestApp.Ball
Returns the ball velocity
getV() - Method in class tests.TestApp.LongBall
 
getValue() - Method in class com.sun.cldc.jna.ptr.IntByReference
 
getValue() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get a sample straight from this channel on the module.
getValue(int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Get the raw analog value.
getValuePlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the value color plane from the image when represented in HSV color space.
getVersion() - Method in class javax.microedition.rms.RecordStore
Each time a record store is modified (record added, modified, deleted), it's version is incremented.
getVoltage() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get a scaled sample straight from this channel on the module.
getVoltage(int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Get the voltage.
getWatchdog() - Method in class edu.wpi.first.wpilibj.RobotBase
Return the instance of the Watchdog timer.
getWhiteBalance() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get the white balance set on the camera.
getWidth() - Method in class edu.wpi.first.wpilibj.image.Image
Get the width of the image in pixels.
getWriteHeadAddress() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getWriteHeadAddress() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getWriteHeadPosition() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getWriteHeadPosition() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getX() - Method in class edu.wpi.first.wpilibj.GenericHID
Get the x position of the HID
getX(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.GenericHID
Get the x position of HID
getX(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.Joystick
Get the X value of the joystick.
getX() - Method in class tests.TestApp.Ball
Returns the current position
getX() - Method in class tests.TestApp.LongBall
 
getY() - Method in class edu.wpi.first.wpilibj.GenericHID
Get the y position of the HID
getY(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.GenericHID
Get the y position of the HID
getY(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.Joystick
Get the Y value of the joystick.
getYoungGenerationSize() - Method in class com.sun.squawk.Lisp2GenerationalCollector
Gets the actual size (in bytes) of the young generation based on the current start address of the young generation, the ideal young generation size and the remaining amount of free memory in the heap.
getZ() - Method in class edu.wpi.first.wpilibj.GenericHID
Get the z position of the HID
getZ(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.GenericHID
Get the z position of the HID
getZ(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.Joystick
Get the Z value of the joystick.
give() - Method in class edu.wpi.first.wpilibj.communication.Semaphore
Release the semaphore.
GLOBAL_CREATECONTEXT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GLOBAL_GETEVENT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GLOBAL_POSTEVENT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GLOBAL_WAITFOREVENT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
gt(Offset) - Method in class com.sun.squawk.Offset
Determines if this offset is greater than a given offset.
GUIIN_EXIT - Static variable in class com.sun.squawk.vm.ChannelConstants
The GUI exit message.
GUIIN_HIBERNATE - Static variable in class com.sun.squawk.vm.ChannelConstants
The GUI input repaint message.
GUIIN_KEY - Static variable in class com.sun.squawk.vm.ChannelConstants
The GUI key input message.
GUIIN_MOUSE - Static variable in class com.sun.squawk.vm.ChannelConstants
The GUI mouse message.
GUIIN_REPAINT - Static variable in class com.sun.squawk.vm.ChannelConstants
The GUI input repaint message.
Gyro - Class in edu.wpi.first.wpilibj
Use a rate gyro to return the robots heading relative to a starting position.
Gyro(int, int) - Constructor for class edu.wpi.first.wpilibj.Gyro
Gyro constructor given a slot and a channel. .
Gyro(int) - Constructor for class edu.wpi.first.wpilibj.Gyro
Gyro constructor with only a channel.
Gyro(AnalogChannel) - Constructor for class edu.wpi.first.wpilibj.Gyro
Gyro constructor with a precreated analog channel object.

H

haltVM(int) - Static method in class com.sun.squawk.VM
Halt the VM without running exit hooks.
handleLifecycleListenerEvent(Isolate, int) - Method in interface com.sun.squawk.Isolate.LifecycleListener
This method will be called when the lifecycle event occurs on the isolate that this listener was registered for using addLifecycleListener.
hasAvailable(int) - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
hasAvailable(int) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
hasErasedHeader() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
hasErasedHeader - Variable in class com.sun.squawk.flash.NorFlashSectorState
 
hasErasedHeader() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
hashCode(Object) - Static method in class com.sun.squawk.util.Arrays
Returns a hashcode for a given object.
hashCode() - Method in class java.lang.Boolean
Returns a hash code for this Boolean object.
hashCode() - Method in class java.lang.Byte
Returns a hashcode for this Byte.
hashCode() - Method in class java.lang.Character
Returns a hash code for this Character.
hashCode() - Method in class java.lang.Double
Returns a hashcode for this Double object.
hashCode() - Method in class java.lang.Float
Returns a hashcode for this Float.
hashCode() - Method in class java.lang.Integer
Returns a hashcode for this Integer.
hashCode() - Method in class java.lang.Long
Computes a hashcode for this Long.
hashCode() - Method in class java.lang.Object
Returns a hash code value for the object.
hashCode() - Method in class java.lang.Short
Returns a hashcode for this Short.
hashCode() - Method in class java.lang.String
Returns a hashcode for this string.
hashCode() - Method in class java.util.Date
Returns a hash code value for this object.
Hashtable - Class in java.util
This class implements a hashtable, which maps keys to values.
Hashtable() - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default capacity and load factor.
Hashtable(int) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity.
hasMoreElements() - Method in class com.sun.squawk.util.StringTokenizer
Returns true if the Enumeration has more elements.
hasMoreElements() - Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasMoreTokens() - Method in class com.sun.squawk.util.StringTokenizer
Returns true if more tokens exist.
hasNextElement() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if more elements exist in the next direction.
hasPreviousElement() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if more elements exist in the previous direction.
hasRuntimeExec() - Method in class com.sun.cldc.jna.Platform
 
hasRuntimeExec() - Method in class com.sun.cldc.jna.Posix
 
hasRuntimeExec() - Method in class com.sun.cldc.jna.Spot
 
hasRuntimeExec() - Method in class com.sun.cldc.jna.Windows
 
hasScannedBlocks - Variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
head - Variable in class com.sun.squawk.flash.NorFlashSectorStateList
 
HEAD - Static variable in interface javax.microedition.io.HttpConnection
HTTP Head method.
height - Variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ResolutionT
Number of pixels tall.
hexDecode(String) - Static method in class com.sun.squawk.security.HexEncoding
Decode a string containing hexadecimal characters into a byte array.
hexEncode(byte[]) - Static method in class com.sun.squawk.security.HexEncoding
Create a string containing the all of the data in the byte array b, encoded as hexadecimal characters.
hexEncode(byte[], int) - Static method in class com.sun.squawk.security.HexEncoding
Create a string containing the data in the byte array b, encoded as hexadecimal characters.
HexEncoding - Class in com.sun.squawk.security
Encode / Decode hexadecimal strings to / from byte arrays
hi(Address) - Method in class com.sun.squawk.Address
Determines if this address is higher than a given address.
hi(UWord) - Method in class com.sun.squawk.UWord
Determines if this word is higher than a given word.
hibernate() - Method in class com.sun.squawk.Isolate
Hibernate the isolate.
HIBERNATE_EVENT_MASK - Static variable in class com.sun.squawk.Isolate
Event kind indicating that an isolate is hibernating.
hieq(Address) - Method in class com.sun.squawk.Address
Determines if this address is higher than or equal to a given address.
hieq(UWord) - Method in class com.sun.squawk.UWord
Determines if this word is higher than or equal to a given word.
HiTechnicCompass - Class in edu.wpi.first.wpilibj
HiTechnic NXT Compass.
HiTechnicCompass(int) - Constructor for class edu.wpi.first.wpilibj.HiTechnicCompass
Constructor.
HiTechnicCompass.CompassException - Exception in edu.wpi.first.wpilibj
An exception dealing with connecting to and communicating with the HiTechnicCompass
HiTechnicCompass.CompassException(String) - Constructor for exception edu.wpi.first.wpilibj.HiTechnicCompass.CompassException
Create a new exception with the given message
hold - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ExposureT
Hold the current exposure level.
hold - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.WhiteBalanceT
Hold the current white balance.
holonomicDrive(double, double, double) - Method in class edu.wpi.first.wpilibj.RobotDrive
Holonomic drive class for Mecanum wheeled robots.
HOUR - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the morning or afternoon.
HOUR_OF_DAY - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the day.
HSLImage - Class in edu.wpi.first.wpilibj.image
A color image represented in HSL color space at 3 bytes per pixel.
HSLImage() - Constructor for class edu.wpi.first.wpilibj.image.HSLImage
Create a new 0x0 image.
HSLImage(String) - Constructor for class edu.wpi.first.wpilibj.image.HSLImage
Create a new image by loading a file.
HTTP_ACCEPTED - Static variable in interface javax.microedition.io.HttpConnection
202: The request has been accepted for processing, but the processing has not been completed.
HTTP_BAD_GATEWAY - Static variable in interface javax.microedition.io.HttpConnection
502: The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
HTTP_BAD_METHOD - Static variable in interface javax.microedition.io.HttpConnection
405: The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
HTTP_BAD_REQUEST - Static variable in interface javax.microedition.io.HttpConnection
400: The request could not be understood by the server due to malformed syntax.
HTTP_CLIENT_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
408: The client did not produce a request within the time that the server was prepared to wait.
HTTP_CONFLICT - Static variable in interface javax.microedition.io.HttpConnection
409: The request could not be completed due to a conflict with the current state of the resource.
HTTP_CREATED - Static variable in interface javax.microedition.io.HttpConnection
201: The request has been fulfilled and resulted in a new resource being created.
HTTP_ENTITY_TOO_LARGE - Static variable in interface javax.microedition.io.HttpConnection
413: The server is refusing to process a request because the request entity is larger than the server is willing or able to process.
HTTP_EXPECT_FAILED - Static variable in interface javax.microedition.io.HttpConnection
417: The expectation given in an Expect request-header field could not be met by this server, or, if the server is a proxy, the server has unambiguous evidence that the request could not be met by the next-hop server.
HTTP_FORBIDDEN - Static variable in interface javax.microedition.io.HttpConnection
403: The server understood the request, but is refusing to fulfill it.
HTTP_GATEWAY_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
504: The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI or some other auxiliary server it needed to access in attempting to complete the request.
HTTP_GONE - Static variable in interface javax.microedition.io.HttpConnection
410: The requested resource is no longer available at the server and no forwarding address is known.
HTTP_INTERNAL_ERROR - Static variable in interface javax.microedition.io.HttpConnection
500: The server encountered an unexpected condition which prevented it from fulfilling the request.
HTTP_LENGTH_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
411: The server refuses to accept the request without a defined Content- Length.
HTTP_MOVED_PERM - Static variable in interface javax.microedition.io.HttpConnection
301: The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs.
HTTP_MOVED_TEMP - Static variable in interface javax.microedition.io.HttpConnection
302: The requested resource resides temporarily under a different URI.
HTTP_MULT_CHOICE - Static variable in interface javax.microedition.io.HttpConnection
300: The requested resource corresponds to any one of a set of representations, each with its own specific location, and agent- driven negotiation information is being provided so that the user (or user agent) can select a preferred representation and redirect its request to that location.
HTTP_NO_CONTENT - Static variable in interface javax.microedition.io.HttpConnection
204: The server has fulfilled the request but does not need to return an entity-body, and might want to return updated meta-information.
HTTP_NOT_ACCEPTABLE - Static variable in interface javax.microedition.io.HttpConnection
406: The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
HTTP_NOT_AUTHORITATIVE - Static variable in interface javax.microedition.io.HttpConnection
203: The returned meta-information in the entity-header is not the definitive set as available from the origin server.
HTTP_NOT_FOUND - Static variable in interface javax.microedition.io.HttpConnection
404: The server has not found anything matching the Request-URI.
HTTP_NOT_IMPLEMENTED - Static variable in interface javax.microedition.io.HttpConnection
501: The server does not support the functionality required to fulfill the request.
HTTP_NOT_MODIFIED - Static variable in interface javax.microedition.io.HttpConnection
304: If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code.
HTTP_OK - Static variable in interface javax.microedition.io.HttpConnection
200: The request has succeeded.
HTTP_PARTIAL - Static variable in interface javax.microedition.io.HttpConnection
206: The server has fulfilled the partial GET request for the resource.
HTTP_PAYMENT_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
402: This code is reserved for future use.
HTTP_PRECON_FAILED - Static variable in interface javax.microedition.io.HttpConnection
412: The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
HTTP_PROXY_AUTH - Static variable in interface javax.microedition.io.HttpConnection
407: This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy.
HTTP_REQ_TOO_LONG - Static variable in interface javax.microedition.io.HttpConnection
414: The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
HTTP_RESET - Static variable in interface javax.microedition.io.HttpConnection
205: The server has fulfilled the request and the user agent SHOULD reset the document view which caused the request to be sent.
HTTP_SEE_OTHER - Static variable in interface javax.microedition.io.HttpConnection
303: The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource.
HTTP_TEMP_REDIRECT - Static variable in interface javax.microedition.io.HttpConnection
307: The requested resource resides temporarily under a different URI.
HTTP_UNAUTHORIZED - Static variable in interface javax.microedition.io.HttpConnection
401: The request requires user authentication.
HTTP_UNAVAILABLE - Static variable in interface javax.microedition.io.HttpConnection
503: The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
HTTP_UNSUPPORTED_RANGE - Static variable in interface javax.microedition.io.HttpConnection
416: A server SHOULD return a response with this status code if a request included a Range request-header field , and none of the range-specifier values in this field overlap the current extent of the selected resource, and the request did not include an If-Range request-header field.
HTTP_UNSUPPORTED_TYPE - Static variable in interface javax.microedition.io.HttpConnection
415: The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
HTTP_USE_PROXY - Static variable in interface javax.microedition.io.HttpConnection
305: The requested resource MUST be accessed through the proxy given by the Location field.
HTTP_VERSION - Static variable in interface javax.microedition.io.HttpConnection
505: The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.
HttpConnection - Interface in javax.microedition.io
This interface defines the necessary methods and constants for an HTTP connection.

I

I2C - Class in edu.wpi.first.wpilibj
I2C bus interface class.
I2C(DigitalModule, int) - Constructor for class edu.wpi.first.wpilibj.I2C
Constructor.
I2C_BUSY - Static variable in class com.sun.squawk.vm.ChannelConstants
 
I2C_CLOSE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
I2C_OPEN - Static variable in class com.sun.squawk.vm.ChannelConstants
 
I2C_PROBE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
I2C_READ - Static variable in class com.sun.squawk.vm.ChannelConstants
 
I2C_SET_CLOCK_SPEED - Static variable in class com.sun.squawk.vm.ChannelConstants
 
I2C_WRITE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
ICopiable - Interface in com.sun.squawk.io.mailboxes
Interface for objects that may be passed in ObjectEnvelopes between Isolates.
identityHashCode(Object) - Static method in class java.lang.System
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().
IEEEremainder(double, double) - Static method in class com.sun.squawk.util.MathUtils
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
IllegalAccessException - Exception in java.lang
Thrown when an application tries to load in a class, but the currently executing method does not have access to the definition of the specified class, because the class is not public and in another package.
IllegalAccessException() - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String) - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException with a detail message.
IllegalArgumentException - Exception in java.lang
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalArgumentException() - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String) - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
IllegalMonitorStateException - Exception in java.lang
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
IllegalMonitorStateException() - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String) - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalStateException - Exception in java.lang
Signals that a method has been invoked at an illegal or inappropriate time.
IllegalStateException() - Constructor for exception java.lang.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String) - Constructor for exception java.lang.IllegalStateException
Constructs an IllegalStateException with the specified detail message.
IllegalThreadStateException - Exception in java.lang
Thrown to indicate that a thread is not in an appropriate state for the requested operation.
IllegalThreadStateException() - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with no detail message.
IllegalThreadStateException(String) - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with the specified detail message.
Image - Class in edu.wpi.first.wpilibj.image
Class representing a generic image.
image - Variable in class edu.wpi.first.wpilibj.image.Image
Pointer to the image memory
IMAGEHEIGHT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
imageHeight - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
The height of the image in pixels.
imageQuality - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ExposurePriorityT
Prioritize image quality.
IMAGEWIDTH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
imageWidth - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
The width of the image in pixels.
IMAQ_GEOMETRIC_MATCH_OCCLUSION_INVARIANT - Static variable in class edu.wpi.first.wpilibj.image.ShapeDetectionOptions
 
IMAQ_GEOMETRIC_MATCH_ROTATION_INVARIANT - Static variable in class edu.wpi.first.wpilibj.image.ShapeDetectionOptions
 
IMAQ_GEOMETRIC_MATCH_SCALE_INVARIANT - Static variable in class edu.wpi.first.wpilibj.image.ShapeDetectionOptions
 
IMAQ_GEOMETRIC_MATCH_SHIFT_INVARIANT - Static variable in class edu.wpi.first.wpilibj.image.ShapeDetectionOptions
 
IMemoryHeapBlock - Interface in com.sun.squawk.flash
 
ImpGlobal - Class in com.sun.squawk.imp
 
in - Variable in class com.sun.cldc.i18n.StreamReader
Input stream to read from
in - Variable in class java.io.DataInputStream
The input stream.
Includes - Interface in com.sun.cldc.jna
NOT YET IMPLEMENTED The Includes annotation can be applied to the top-level interface declarations in a JNA Library declaration to indicate the C include files that contain the relevent #defines and structure definitions for that library Example: @Includes( "", "", "") public interface LibC extends LibraryImport { ... }
incrementAllocatedBlockCount() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
incrementAllocatedBlockCount() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
incrementErasedSequence() - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
incrementFreedBlockCount() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
incrementFreedBlockCount() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
indexOf(Object) - Method in class com.sun.squawk.util.SquawkVector
Searches for the first occurrence of the given argument, testing for equality using the equals method.
indexOf(Object, int) - Method in class com.sun.squawk.util.SquawkVector
Searches for the first occurrence of the given argument, beginning the search at index, and testing for equality using the equals method.
indexOf(int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character.
indexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(String) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(Object) - Method in class java.util.Vector
Searches for the first occurrence of the given argument, testing for equality using the equals method.
indexOf(Object, int) - Method in class java.util.Vector
Searches for the first occurrence of the given argument, beginning the search at index, and testing for equality using the equals method.
IndexOutOfBoundsException - Exception in java.lang
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
IndexOutOfBoundsException() - Constructor for exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String) - Constructor for exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with the specified detail message.
init(INorFlashSectorState[]) - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
init(Address, int) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
init(Address, int, int) - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
initAccumulator() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Initialize the accumulator.
initConstInt(int) - Method in class com.sun.cldc.jna.JNAPlatformImpl
 
initConstInt(int) - Method in interface com.sun.cldc.jna.Library
 
initHeapStats() - Static method in class com.sun.squawk.VM.Stats
Pre-create all data structures used in heap stats, so heap walking won't allocate more memory.
initLayout(Class, int) - Static method in class com.sun.cldc.jna.DynamicStructure
Read the C layout structure into a Java array.
initState() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
initTrigger(int, int) - Method in class edu.wpi.first.wpilibj.AnalogTrigger
Initialize an analog trigger from a slot and channel.
INorFlashMemoryHeap - Interface in com.sun.squawk.flash
 
INorFlashMemoryHeapScanner - Interface in com.sun.squawk.flash
 
INorFlashSector - Interface in com.sun.squawk.peripheral
Define a segment of memory which is defined as being of type NOR Flash.
INorFlashSectorAllocator - Interface in com.sun.squawk.peripheral
INorFlashSectorAllocator is part of the implementation of the Record Management Store (see RecordStore).
INorFlashSectorState - Interface in com.sun.squawk.flash
 
INorFlashSectorStateList - Interface in com.sun.squawk.flash
 
InputConnection - Interface in javax.microedition.io
This interface defines the capabilities that an input stream connection must have.
InputStream - Class in java.io
This abstract class is the superclass of all classes representing an input stream of bytes.
InputStream() - Constructor for class java.io.InputStream
 
InputStreamReader - Class in java.io
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters.
InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the default character encoding.
InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the named character encoding.
insert(int, char) - Method in class java.lang.StringBuffer
Inserts the string representation of the char argument into this string buffer.
insert(int, double) - Method in class java.lang.StringBuffer
Inserts the string representation of the double argument into this string buffer.
insert(int, float) - Method in class java.lang.StringBuffer
Inserts the string representation of the float argument into this string buffer.
insert(int, int) - Method in class java.lang.StringBuffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, long) - Method in class java.lang.StringBuffer
Inserts the string representation of the long argument into this string buffer.
insert(int, Object) - Method in class java.lang.StringBuffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, String) - Method in class java.lang.StringBuffer
Inserts the string into this string buffer.
insert(int, boolean) - Method in class java.lang.StringBuffer
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char[]) - Method in class java.lang.StringBuffer
Inserts the string representation of the char array argument into this string buffer.
insertElementAt(Object, int) - Method in class com.sun.squawk.util.SquawkVector
Inserts the specified object as a component in this vector at the specified index.
insertElementAt(Object, int) - Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
installSectors(int, int, int) - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
Check to see if there are sectors already installed for the purpose specified, or If there are sectors found on file system use them as is, if not then setup with number of sectors and sectorSize as specified
InstantiationException - Exception in java.lang
Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.
InstantiationException() - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with no detail message.
InstantiationException(String) - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with the specified detail message.
InsufficientFlashMemoryException - Exception in com.sun.squawk.peripheral
 
InsufficientFlashMemoryException() - Constructor for exception com.sun.squawk.peripheral.InsufficientFlashMemoryException
 
InsufficientFlashMemoryException(String) - Constructor for exception com.sun.squawk.peripheral.InsufficientFlashMemoryException
 
intBitsToFloat(int) - Static method in class java.lang.Float
Returns the single-float corresponding to a given bit represention.
IntByReference - Class in com.sun.cldc.jna.ptr
Represents a pointer to a 32-bit integer
IntByReference(int) - Constructor for class com.sun.cldc.jna.ptr.IntByReference
 
Integer - Class in java.lang
The Integer class wraps a value of the primitive type int in an object.
Integer(int) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the primitive int argument.
intern(String) - Static method in class com.sun.squawk.Isolate
Returns a canonical representation for the string object from the current isolate.
intern() - Method in class java.lang.String
Returns a canonical representation for the string object.
INTERNAL_GETFILESEPARATORCHAR - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_GETPATHSEPARATORCHAR - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_GETTIMEMICROS_HIGH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_GETTIMEMILLIS_HIGH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_LOW_RESULT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_MATH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_NATIVE_PLATFORM_NAME - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_OPENSTREAM - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTADDRESS - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTCHAR - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTCONFIGURATION - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTDOUBLE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTFLOAT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTGLOBALOOPNAME - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTGLOBALS - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTINT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTLONG - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTOFFSET - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTSTRING - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTUWORD - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_SETSTREAM - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_STOPVM - Static variable in class com.sun.squawk.vm.ChannelConstants
 
interrupt() - Method in class java.lang.Thread
Interrupts this thread.
InterruptableSensorBase - Class in edu.wpi.first.wpilibj
Base for sensors to be used with interrupts
InterruptableSensorBase() - Constructor for class edu.wpi.first.wpilibj.InterruptableSensorBase
Create a new InterrupatableSensorBase
InterruptedException - Exception in java.lang
Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it.
InterruptedException() - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with no detail message.
InterruptedException(String) - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with the specified detail message.
InterruptedIOException - Exception in java.io
Signals that an I/O operation has been interrupted.
InterruptedIOException() - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with null as its error detail message.
InterruptedIOException(String) - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with the specified detail message.
interrupts - Static variable in class edu.wpi.first.wpilibj.InterruptableSensorBase
Resource manager
IntHashtable - Class in com.sun.squawk.util
This class implements an unsynchronized hashtable, which maps keys to values.
IntHashtable() - Constructor for class com.sun.squawk.util.IntHashtable
Constructs a new, empty hashtable with a default capacity and load factor.
IntHashtable(int) - Constructor for class com.sun.squawk.util.IntHashtable
Constructs a new, empty hashtable with the specified initial capacity.
IntHashtableVisitor - Interface in com.sun.squawk.util
This class allows us to interate over an IntHashtable without allocating memory.
intValue() - Method in class java.lang.Double
Returns the integer value of this Double (by casting to an int).
intValue() - Method in class java.lang.Float
Returns the integer value of this Float (by casting to an int).
intValue() - Method in class java.lang.Integer
Returns the value of this Integer as an int.
inUseSectorStateList - Variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
invalidate() - Method in class com.sun.squawk.realtime.RawMemoryAccess
Set the pointer value to NULL
InvalidRecordIDException - Exception in javax.microedition.rms
Thrown to indicate an operation could not be completed because the record ID was invalid.
InvalidRecordIDException() - Constructor for exception javax.microedition.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with no detail message.
InvalidRecordIDException(String) - Constructor for exception javax.microedition.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with the specified detail message.
IO_CONFIG_DATA_SIZE - Static variable in class edu.wpi.first.wpilibj.communication.FRCControl
The size of the IO configuration data
IOException - Exception in java.io
Signals that an I/O exception of some sort has occurred.
IOException() - Constructor for exception java.io.IOException
Constructs an IOException with null as its error detail message.
IOException(String) - Constructor for exception java.io.IOException
Constructs an IOException with the specified detail message.
IPeripheral - Interface in com.sun.squawk.peripheral
 
IRQ_WAIT - Static variable in class com.sun.squawk.vm.ChannelConstants
The irq wait message.
irqReserve(int, IntByReference, NiRioStatus) - Static method in class com.ni.rio.NiRioSrv
 
irqUnreserve(int, IntByReference, NiRioStatus) - Static method in class com.ni.rio.NiRioSrv
 
irqWait(int, IntByReference, int, int, NiRioStatus) - Static method in class com.ni.rio.NiRioSrv
 
isAccumulatorChannel() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Is the channel attached to an accumulator.
isAlive() - Method in class com.sun.squawk.Isolate
Determines if this isolate has been (re)started and not yet (re)hibernated or exited.
isAlive() - Method in class edu.wpi.first.wpilibj.Watchdog
Check in on the watchdog and make sure he's still kicking.
isAlive() - Method in class java.lang.Thread
Tests if this thread is alive.
isAllocated() - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
isAllocated - Variable in class com.sun.squawk.flash.MemoryHeapBlock
 
isAllocated() - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
isArray(Object) - Static method in class com.sun.squawk.VM
Support routine to test whether a given object is an array.
isArray() - Method in class java.lang.Class
Determines if this Class object represents an array class.
isAssignableFrom(Class) - Method in class java.lang.Class
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isAutonomous() - Method in class edu.wpi.first.wpilibj.DriverStation
Gets a value indicating whether the Driver Station requires the robot to be running in autonomous mode.
isAutonomous() - Method in class edu.wpi.first.wpilibj.RobotBase
Determine if the robot is currently in Autnomous mode.
isBeingDebugged() - Method in class com.sun.squawk.Isolate
Determines whether this isolate is being debugged
isCurrentIsolateInitialized() - Static method in class com.sun.squawk.VM
Determines if the current isolate is set and initialized.
isDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a digit.
isDirectory() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
isDisabled() - Method in class edu.wpi.first.wpilibj.DriverStation
Gets a value indicating whether the Driver Station requires the robot to be disabled.
isDisabled() - Method in class edu.wpi.first.wpilibj.RobotBase
Determine if the Robot is currently disabled.
isEmpty() - Method in class com.sun.squawk.util.IntHashtable
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class com.sun.squawk.util.SquawkVector
Tests if this vector has no components.
isEmpty() - Method in class java.util.Hashtable
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class java.util.Vector
Tests if this vector has no components.
isEnabled() - Method in class edu.wpi.first.wpilibj.DriverStation
Gets a value indicating whether the Driver Station requires the robot to be enabled.
isEnabled() - Method in class edu.wpi.first.wpilibj.RobotBase
Determine if the Robot is currently enabled.
isEnabled() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Is the ultrasonic enabled
isExited() - Method in class com.sun.squawk.Isolate
Determines if this isolate is exited.
isFatal() - Method in class com.ni.rio.NiRioStatus
 
isFreeBSD() - Method in class com.sun.cldc.jna.Platform
 
isFreeBSD() - Method in class com.sun.cldc.jna.Posix
 
isFreeBSD() - Method in class com.sun.cldc.jna.Spot
 
isFreeBSD() - Method in class com.sun.cldc.jna.Windows
 
isHibernated() - Method in class com.sun.squawk.Isolate
Determines if this isolate is hibernated.
isHosted() - Static method in class com.sun.squawk.VM
Determines if code running at the moment is running inside of a Squawk VM or a JSE VM.
isInfinite() - Method in class java.lang.Double
Returns true if this Double value is infinitely large in magnitude.
isInfinite(double) - Static method in class java.lang.Double
Returns true if the specified number is infinitely large in magnitude.
isInfinite() - Method in class java.lang.Float
Returns true if this Float value is infinitely large in magnitude.
isInfinite(float) - Static method in class java.lang.Float
Returns true if the specified number is infinitely large in magnitude.
isInstance(Object) - Method in class java.lang.Class
Determines if the specified Object is assignment-compatible with the object represented by this Class.
isInterface() - Method in class java.lang.Class
Determines if the specified Class object represents an interface type.
isKeptUpdated() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if the enumeration keeps its enumeration current with any changes in the records.
isLinux() - Method in class com.sun.cldc.jna.Platform
 
isLinux() - Method in class com.sun.cldc.jna.Posix
 
isLinux() - Method in class com.sun.cldc.jna.Spot
 
isLinux() - Method in class com.sun.cldc.jna.Windows
 
isLowerCase(char) - Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
isMac() - Method in class com.sun.cldc.jna.Platform
 
isMac() - Method in class com.sun.cldc.jna.Posix
 
isMac() - Method in class com.sun.cldc.jna.Spot
 
isMac() - Method in class com.sun.cldc.jna.Windows
 
isMax() - Method in class com.sun.squawk.Address
Determines if this address is equals to max.
isMax() - Method in class com.sun.squawk.UWord
Determines if this word is equals to max.
isMidlet() - Method in class com.sun.squawk.Isolate
Return true if this isolate was created to run a midlet.
isNaN() - Method in class java.lang.Double
Returns true if this Double value is the special Not-a-Number (NaN) value.
isNaN(double) - Static method in class java.lang.Double
Returns true if the specified number is the special Not-a-Number (NaN) value.
isNaN() - Method in class java.lang.Float
Returns true if this Float value is Not-a-Number (NaN).
isNaN(float) - Static method in class java.lang.Float
Returns true if the specified number is the special Not-a-Number (NaN) value.
isNew() - Method in class com.sun.squawk.Isolate
Determines if this isolate has not yet been started.
isNewDataAvailable() - Method in class edu.wpi.first.wpilibj.RobotBase
Indicates if new data is available from the driver station.
isNotFatal() - Method in class com.ni.rio.NiRioStatus
 
Isolate - Class in com.sun.squawk
The Isolate class represents a "process-like" unit of computation that is isolated from other instances of Isolate.
Isolate(String, String[], String, String) - Constructor for class com.sun.squawk.Isolate
Creates an new isolate.
Isolate(Hashtable, int, String, String) - Constructor for class com.sun.squawk.Isolate
Creates an new isolate.
Isolate(Hashtable, String, String[], String, String) - Constructor for class com.sun.squawk.Isolate
Creates an new isolate.
Isolate.LifecycleListener - Interface in com.sun.squawk
Monitor isolate lifecycle events such as shutdown, hibernate, and unhibernate.
isOpen() - Method in class com.sun.squawk.io.mailboxes.Channel
Return true if the channel is open, both from here to the remote channel, and from the remote channel back.
isOpen() - Method in class com.sun.squawk.io.mailboxes.ServerChannel
Return true if the server channel is open, registered, and can accept new connections..
isOpen() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
isOpenBSD() - Method in class com.sun.cldc.jna.Platform
 
isOpenBSD() - Method in class com.sun.cldc.jna.Posix
 
isOpenBSD() - Method in class com.sun.cldc.jna.Spot
 
isOpenBSD() - Method in class com.sun.cldc.jna.Windows
 
isOperatorControl() - Method in class edu.wpi.first.wpilibj.DriverStation
Gets a value indicating whether the Driver Station requires the robot to be running in operator-controlled mode.
isOperatorControl() - Method in class edu.wpi.first.wpilibj.RobotBase
Determine if the robot is currently in Operator Control mode.
isPulsing(int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Check a DIO line to see if it is currently generating a pulse.
isPulsing() - Method in class edu.wpi.first.wpilibj.DigitalModule
Check if any DIO line is currently generating a pulse.
isPulsing() - Method in class edu.wpi.first.wpilibj.DigitalOutput
Determine if the pulse is still going.
isRangeValid() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Check if there is a valid range measurement.
isSet - Variable in class java.util.Calendar
The flags which tell if a specified time field for the calendar is set.
isSolaris() - Method in class com.sun.cldc.jna.Platform
 
isSolaris() - Method in class com.sun.cldc.jna.Posix
 
isSolaris() - Method in class com.sun.cldc.jna.Spot
 
isSolaris() - Method in class com.sun.cldc.jna.Windows
 
isSystemActive() - Method in class edu.wpi.first.wpilibj.RobotBase
Check on the overall status of the system.
isSystemActive() - Method in class edu.wpi.first.wpilibj.Watchdog
Check on the overall status of the system.
isTrusted() - Method in class com.sun.squawk.Isolate
Determines if this isolate can access trusted classes.
isUpperCase(char) - Static method in class java.lang.Character
Determines if the specified character is an uppercase character.
isValid() - Method in class com.sun.cldc.jna.Pointer
 
isVerbose() - Static method in class com.sun.squawk.VM
Gets the flag indicating if the VM is running in verbose mode.
isVeryVerbose() - Static method in class com.sun.squawk.VM
Gets the flag indicating if the VM is running in very verbose mode.
isWindows() - Method in class com.sun.cldc.jna.Platform
 
isWindows() - Method in class com.sun.cldc.jna.Posix
 
isWindows() - Method in class com.sun.cldc.jna.Spot
 
isWindows() - Method in class com.sun.cldc.jna.Windows
 
isWindowsCE() - Method in class com.sun.cldc.jna.Platform
 
isWindowsCE() - Method in class com.sun.cldc.jna.Posix
 
isWindowsCE() - Method in class com.sun.cldc.jna.Spot
 
isWindowsCE() - Method in class com.sun.cldc.jna.Windows
 
isX11() - Method in class com.sun.cldc.jna.Platform
 
isX11() - Method in class com.sun.cldc.jna.Posix
 
isX11() - Method in class com.sun.cldc.jna.Spot
 
isX11() - Method in class com.sun.cldc.jna.Windows
 
isZero() - Method in class com.sun.squawk.Address
Determines if this address is null.
isZero() - Method in class com.sun.squawk.Offset
Determines if this offset is 0.
isZero() - Method in class com.sun.squawk.UWord
Determines if this word is 0.
IterativeRobot - Class in edu.wpi.first.wpilibj
IterativeRobot implements a specific type of Robot Program framework, extending the RobotBase class.
IterativeRobot() - Constructor for class edu.wpi.first.wpilibj.IterativeRobot
Constructor for RobotIterativeBase The constructor initializes the instance variables for the robot to indicate the status of initialization for disabled, autonomous, and teleop code.

J

Jaguar - Class in edu.wpi.first.wpilibj
Luminary Micro Jaguar Speed Control
Jaguar(int) - Constructor for class edu.wpi.first.wpilibj.Jaguar
Constructor that assumes the default digital module.
Jaguar(int, int) - Constructor for class edu.wpi.first.wpilibj.Jaguar
Constructor that specifies the digital module.
JANUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the first month of the year.
java.io - package java.io
Provides classes for input and output through data streams.
java.lang - package java.lang
MID Profile Language Classes included from Java 2 Standard Edition.
java.lang.ref - package java.lang.ref
Provides support for weak references.
java.util - package java.util
Contains the collection classes, and the date and time facilities.
javax.microedition.io - package javax.microedition.io
Classes for the Generic Connection framework.
javax.microedition.midlet - package 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 - package javax.microedition.rms
The Mobile Information Device Profile provides a mechanism for MIDlets to persistently store data and later retrieve it.
JNAPlatform - Interface in com.sun.cldc.jna
This class imports some constants that are used by the JNA itself
JNAPlatformImpl - Class in com.sun.cldc.jna
 
JNAPlatformImpl() - Constructor for class com.sun.cldc.jna.JNAPlatformImpl
 
join() - Method in class com.sun.squawk.Isolate
Waits for all the other threads and child isolates belonging to this isolate to stop.
join() - Method in class java.lang.Thread
Waits for this thread to die.
Joystick - Class in edu.wpi.first.wpilibj
Handle input from standard Joysticks connected to the Driver Station.
Joystick(int) - Constructor for class edu.wpi.first.wpilibj.Joystick
Construct an instance of a joystick.
Joystick(int, int, int) - Constructor for class edu.wpi.first.wpilibj.Joystick
Protected version of the constructor to be called by sub-classes.
Joystick.AxisType - Class in edu.wpi.first.wpilibj
Represents an analog axis on a joystick.
Joystick.ButtonType - Class in edu.wpi.first.wpilibj
Represents a digital button on the JoyStick
JULY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the seventh month of the year.
JUNE - Static variable in class java.util.Calendar
Value of the MONTH field indicating the sixth month of the year.

K

k0 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.RotationT
Picture is right side up.
k160x120 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ResolutionT
Image is 160 pixels wide by 120 tall
k180 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.RotationT
Picture is rotated 180 degrees.
k1X - Static variable in class edu.wpi.first.wpilibj.CounterBase.EncodingType
Count only the rising edge
k1X - Static variable in class edu.wpi.first.wpilibj.PWM.PeriodMultiplier
Period Multiplier: don't skip pulses
k2X - Static variable in class edu.wpi.first.wpilibj.CounterBase.EncodingType
Count both the rising and falling edge
k2X - Static variable in class edu.wpi.first.wpilibj.PWM.PeriodMultiplier
Period Multiplier: skip every other pulse
k320x240 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ResolutionT
Image is 320 pixels wide by 240 tall
k4X - Static variable in class edu.wpi.first.wpilibj.CounterBase.EncodingType
Count rising and falling on both channels
k4X - Static variable in class edu.wpi.first.wpilibj.PWM.PeriodMultiplier
Period Multiplier: skip three out of four pulses
k640x360 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ResolutionT
Image is 640 pixels wide by 360 tall
k640x480 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ResolutionT
Image is 640 pixels wide by 480 tall
kAccelOffset - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
 
kAccelScale - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
 
kAccelX - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tAccelChannel
 
kAccelY - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tAccelChannel
 
kAccelZ - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tAccelChannel
 
kAnalogChannels - Static variable in class edu.wpi.first.wpilibj.SensorBase
Number of analog channels per module
kAnalogComparator - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tDigitalConfig
 
kAnalogInputReference - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
 
kAnalogInputResolution - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
 
kAnalogModules - Static variable in class edu.wpi.first.wpilibj.SensorBase
Number of analog modules
kAnalogOutputReference - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
 
kAnalogOutputResolution - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
 
kAverageBits_ElementMask - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kAverageBits_ElementSize - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kAverageBits_NumElements - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kBatteryChannel - Static variable in class edu.wpi.first.wpilibj.DriverStation
Analog channel to read the battery
kBatterySlot - Static variable in class edu.wpi.first.wpilibj.DriverStation
Slot for the analog module to read the battery
kBlue - Static variable in class edu.wpi.first.wpilibj.DriverStation.Alliance
alliance: Blue
kBoth - Static variable in class edu.wpi.first.wpilibj.Relay.Direction
direction: both directions are valid
kChassisSlots - Static variable in class edu.wpi.first.wpilibj.SensorBase
Number of slots in the chassis
kDefaultAverageBits - Static variable in class edu.wpi.first.wpilibj.AnalogModule
The default number of averaging bits to use
kDefaultMinPwmHigh - Static variable in class edu.wpi.first.wpilibj.PWM
kDefaultMinPwmHigh is "ticks" where each tick is 6.525us - There are 128 pwm values less than the center, so
kDefaultOversampleBits - Static variable in class edu.wpi.first.wpilibj.AnalogModule
The default number of Oversample bits to use
kDefaultPeriod - Static variable in class edu.wpi.first.wpilibj.IterativeRobot
The default period for the periodic function calls
kDefaultPeriod - Static variable in class edu.wpi.first.wpilibj.PIDController
 
kDefaultPwmPeriod - Static variable in class edu.wpi.first.wpilibj.PWM
kDefaultPwmPeriod is "ticks" where each tick is 6.525us - 20ms periods (50 Hz) are the "safest" setting in that this works for all devices - 20ms periods seem to be desirable for Vex Motors - 20ms periods are the specified period for HS-322HD servos, but work reliably down to 10.0 ms; starting at about 8.5ms, the servo sometimes hums and get hot; by 5.0ms the hum is nearly continuous - 10ms periods work well for Victor 884 - 5ms periods allows higher update rates for Luminary Micro Jaguar speed controllers.
kDefaultSampleRate - Static variable in class edu.wpi.first.wpilibj.AnalogModule
The default sample rate
kDefaultSensitivity - Static variable in class edu.wpi.first.wpilibj.RobotDrive
default sensitivity to use when not specified
kDefaultWatchdogExpiration - Static variable in class edu.wpi.first.wpilibj.Watchdog
Default expiration for the watchdog in seconds
kDigitalChannels - Static variable in class edu.wpi.first.wpilibj.SensorBase
Number of digital channels per digital sidecar
kDMA_VERSION - Static variable in interface edu.wpi.first.wpilibj.fpga.DMAChannelDescriptors
 
kDMAChannelDescriptors - Static variable in interface edu.wpi.first.wpilibj.fpga.DMAChannelDescriptors
 
kDO7_0_ElementMask - Static variable in class edu.wpi.first.wpilibj.fpga.tSolenoid
 
kDO7_0_ElementSize - Static variable in class edu.wpi.first.wpilibj.fpga.tSolenoid
 
kDO7_0_NumElements - Static variable in class edu.wpi.first.wpilibj.fpga.tSolenoid
 
kDtrDsr - Static variable in class edu.wpi.first.wpilibj.SerialPort.FlowControl
flowcontrol: use dts dsr
KEEPALIVE - Static variable in interface com.sun.squawk.microedition.io.SocketConnection
Socket option for the keep alive feature (2).
keepRunning - Variable in class com.sun.spot.ota.OtaCommandListener
 
keepRunning - Variable in class com.sun.spot.ota.ServerSocketListener
 
keepUpdated(boolean) - Method in interface javax.microedition.rms.RecordEnumeration
Used to set whether the enumeration will be keep its internal index up to date with the record store record additions/deletions/changes.
kEven - Static variable in class edu.wpi.first.wpilibj.SerialPort.Parity
parity: Use even parity
kExpectedFPGARevision - Static variable in interface edu.wpi.first.wpilibj.fpga.ExpectedFPGASignature
 
kExpectedFPGASignature - Static variable in interface edu.wpi.first.wpilibj.fpga.ExpectedFPGASignature
 
kExpectedFPGAVersion - Static variable in interface edu.wpi.first.wpilibj.fpga.ExpectedFPGASignature
 
kExpectedLoopTiming - Static variable in class edu.wpi.first.wpilibj.DigitalModule
Expected loop timing
kExternalDirection - Static variable in class edu.wpi.first.wpilibj.Counter.Mode
mode: external direction
keys() - Method in class com.sun.squawk.util.IntHashtable
Returns an enumeration of the keys in this hashtable.
keys() - Method in class java.util.Hashtable
Returns an enumeration of the keys in this hashtable.
kFallingPulse - Static variable in class edu.wpi.first.wpilibj.AnalogTriggerOutput.Type
outputType: true on a falling edge
kFilterPeriod_ElementMask - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kFilterPeriod_ElementSize - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kFilterPeriod_NumElements - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kFilterSelect_ElementMask - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kFilterSelect_ElementSize - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kFilterSelect_NumElements - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kFlushOnAccess - Static variable in class edu.wpi.first.wpilibj.SerialPort.WriteBufferMode
Flush on access
kFlushWhenFull - Static variable in class edu.wpi.first.wpilibj.SerialPort.WriteBufferMode
Flush when full
kForward - Static variable in class edu.wpi.first.wpilibj.Relay.Direction
direction: Only forward is valid
kForward - Static variable in class edu.wpi.first.wpilibj.Relay.Value
value: forward
kFrontLeft - Static variable in class edu.wpi.first.wpilibj.RobotDrive.MotorType
motortype: front left
kFrontRight - Static variable in class edu.wpi.first.wpilibj.RobotDrive.MotorType
motortype: front right
kFullDisplayTextCommand - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD
Command to display text
kill() - Method in class edu.wpi.first.wpilibj.Watchdog
Put the watchdog out of its misery.
kInches - Static variable in class edu.wpi.first.wpilibj.Ultrasonic.Unit
Use inches for PIDGet
kInputFloating - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tDigitalConfig
 
kInputPullDown - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tDigitalConfig
 
kInputPullUp - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tDigitalConfig
 
kInvalid - Static variable in class edu.wpi.first.wpilibj.DriverStation.Alliance
alliance: Invalid
kInWindow - Static variable in class edu.wpi.first.wpilibj.AnalogTriggerOutput.Type
outputType: true if in the trigger window
kJoystickAxes - Static variable in class edu.wpi.first.wpilibj.DriverStation
Number of Joystick Axes
kJoystickPorts - Static variable in class edu.wpi.first.wpilibj.DriverStation
Number of Joystick Ports
kLeft - Static variable in class edu.wpi.first.wpilibj.GenericHID.Hand
hand: left
kLineLength - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD
Maximum line length for Driver Station display
kMain6 - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD.Line
Line at the Bottom of the main screen
kMark - Static variable in class edu.wpi.first.wpilibj.SerialPort.Parity
parity: Use mark parity
kMillimeter - Static variable in class edu.wpi.first.wpilibj.Ultrasonic.Unit
Use millimeters for PIDGet
kNone - Static variable in class edu.wpi.first.wpilibj.SerialPort.FlowControl
flowControl: use none
kNone - Static variable in class edu.wpi.first.wpilibj.SerialPort.Parity
parity: Use no parity
kNUM_DMA_CHANNELS - Static variable in interface edu.wpi.first.wpilibj.fpga.DMAChannelDescriptors
 
kNumAxis - Static variable in class edu.wpi.first.wpilibj.Joystick.AxisType
axis: number of axis
kNumButton - Static variable in class edu.wpi.first.wpilibj.Joystick.ButtonType
button: num button types
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tAlarm
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tCounter
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tDMA
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tEncoder
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tGlobal
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tSolenoid
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tSPI
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tSysWatchdog
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
kOdd - Static variable in class edu.wpi.first.wpilibj.SerialPort.Parity
parity: Use odd parity
kOff - Static variable in class edu.wpi.first.wpilibj.Relay.Value
value: off
kOn - Static variable in class edu.wpi.first.wpilibj.Relay.Value
value: on for relays with defined direction
kOne - Static variable in class edu.wpi.first.wpilibj.SerialPort.StopBits
stopBits: use 1
kOnePointFive - Static variable in class edu.wpi.first.wpilibj.SerialPort.StopBits
stopBits: use 1.5
kOutput - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tDigitalConfig
 
kOutput_ElementMask - Static variable in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
kOutput_ElementSize - Static variable in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
kOutput_NumElements - Static variable in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
kOversampleBits_ElementMask - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kOversampleBits_ElementSize - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kOversampleBits_NumElements - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kPulseLength - Static variable in class edu.wpi.first.wpilibj.Counter.Mode
mode: pulse length
kPWM - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tDigitalConfig
 
kPwmChannels - Static variable in class edu.wpi.first.wpilibj.SensorBase
Number of PWM channels per sidecar
kPWMChannels1and2 - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tPWMPeriodChannels
 
kPWMChannels3and4 - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tPWMPeriodChannels
 
kPWMPeriodScale_ElementMask - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kPWMPeriodScale_ElementSize - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kPWMPeriodScale_NumElements - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kPWMValue_NumRegisters - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kRearLeft - Static variable in class edu.wpi.first.wpilibj.RobotDrive.MotorType
motortype: rear left
kRearRight - Static variable in class edu.wpi.first.wpilibj.RobotDrive.MotorType
motortype: rear right
kRed - Static variable in class edu.wpi.first.wpilibj.DriverStation.Alliance
alliance: Red
kRelayChannels - Static variable in class edu.wpi.first.wpilibj.SensorBase
Number of relay channels per sidecar
kReverse - Static variable in class edu.wpi.first.wpilibj.Relay.Direction
direction: only reverse is valid
kReverse - Static variable in class edu.wpi.first.wpilibj.Relay.Value
value: reverse
kRight - Static variable in class edu.wpi.first.wpilibj.GenericHID.Hand
hand: right
kRioAddressSpace - Static variable in interface com.ni.rio.NiRioConstants
 
kRioAddressSpaceFpga - Static variable in interface com.ni.rio.NiRioConstants
 
kRioAddressSpaceMite - Static variable in interface com.ni.rio.NiRioConstants
 
kRioBusInterfaceType - Static variable in interface com.ni.rio.NiRioConstants
 
kRioBusNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioBusNumMask - Static variable in interface com.ni.rio.NiRioConstants
 
kRioBusNumShift - Static variable in interface com.ni.rio.NiRioConstants
 
kRioBusTypeMask - Static variable in interface com.ni.rio.NiRioConstants
 
kRioBusTypePci - Static variable in interface com.ni.rio.NiRioConstants
 
kRioBusTypeShift - Static variable in interface com.ni.rio.NiRioConstants
 
kRioChassisNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioClientIsBigEndian - Static variable in interface com.ni.rio.NiRioConstants
 
kRioCurrentVersion - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDefaultTimeout - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceAccessAllow - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceAccessDeny - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceBB - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceCRio - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceDaq - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceFW - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceIMAQ - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceMgr - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDevicePxi - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceSync - Static variable in interface com.ni.rio.NiRioConstants
 
kRIODevUserDataKey - Static variable in interface com.ni.rio.NiRioConstants
DevUserData registered data structure for non R-series devices that utilize RIO technology.
kRioDustMite - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDustMiteNT - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDynamicRpcServerPort - Static variable in interface com.ni.rio.NiRioConstants
 
kRioEventFirstEvent - Static variable in interface com.ni.rio.NiRioConstants
 
kRioEventInvalidEvent - Static variable in interface com.ni.rio.NiRioConstants
 
kRioEventMaxNumberOfEvents - Static variable in interface com.ni.rio.NiRioConstants
 
kRioEventPCIInterrupt - Static variable in interface com.ni.rio.NiRioConstants
 
kRioEventRemoval - Static variable in interface com.ni.rio.NiRioConstants
 
kRioFpgaControlOffset - Static variable in interface com.ni.rio.NiRioConstants
 
kRioFpgaInterruptControlOffset - Static variable in interface com.ni.rio.NiRioConstants
 
kRioFpgaInterruptEnable - Static variable in interface com.ni.rio.NiRioConstants
 
kRioFpgaResetOffset - Static variable in interface com.ni.rio.NiRioConstants
 
kRioFpgaResetWidthInBits - Static variable in interface com.ni.rio.NiRioConstants
 
kRioFuncNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioFunctionNumMask - Static variable in interface com.ni.rio.NiRioConstants
 
kRioFunctionNumShift - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHasDeviceAccess - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostAlias - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostAliases - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostCurrentVersion - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostDeviceAccess - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostDeviceDiscoveryTimeout - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostHasDeviceAccess - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostOldestCompatibleVersion - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostRecentDevices - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostRpcServerPort - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostRpcSessionTimeout - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostRpcTimeout - Static variable in interface com.ni.rio.NiRioConstants
 
kRioInitialized - Static variable in interface com.ni.rio.NiRioConstants
 
kRioInterfaceNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioInvalid - Static variable in interface com.ni.rio.NiRioConstants
 
kRioInvalidHandle - Static variable in interface com.ni.rio.NiRioConstants
 
kRioIoAttributeAccessByteWidthMask - Static variable in interface com.ni.rio.NiRioConstants
 
kRioIoAttributeDustMiteNtFlashBitstream - Static variable in interface com.ni.rio.NiRioConstants
 
kRioIoAttributeFpgaIncrement - Static variable in interface com.ni.rio.NiRioConstants
 
kRioIrqNodeReserve - Static variable in interface com.ni.rio.NiRioConstants
 
kRioIsItOkToDownload - Static variable in interface com.ni.rio.NiRioConstants
 
kRioLocalFifoDefaultDepth - Static variable in interface com.ni.rio.NiRioConstants
 
kRioLocalFifoRatio - Static variable in interface com.ni.rio.NiRioConstants
 
kRioMaxLen - Static variable in interface com.ni.rio.NiRioConstants
 
kRioMemBaseBar0 - Static variable in interface com.ni.rio.NiRioConstants
 
kRioMemBaseBar1 - Static variable in interface com.ni.rio.NiRioConstants
 
kRioMemSizeBar0 - Static variable in interface com.ni.rio.NiRioConstants
 
kRioMemSizeBar1 - Static variable in interface com.ni.rio.NiRioConstants
 
kRioNumMemWindows - Static variable in interface com.ni.rio.NiRioConstants
 
kRioOldestCompatibleVersion - Static variable in interface com.ni.rio.NiRioConstants
 
kRioPersonalityLockTimeout - Static variable in interface com.ni.rio.NiRioConstants
 
kRioProductName - Static variable in interface com.ni.rio.NiRioConstants
 
kRioProductNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioResetIfLastSession - Static variable in interface com.ni.rio.NiRioConstants
 
kRioResourceName - Static variable in interface com.ni.rio.NiRioConstants
 
kRioRestrictedAccess - Static variable in interface com.ni.rio.NiRioConstants
 
kRioRsrcType - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSerialNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSessionState - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSignature - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSlotNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSocketNumMask - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSocketNumShift - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSSExclusive - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSSInvariant - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSSNothing - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSSOverride - Static variable in interface com.ni.rio.NiRioConstants
 
kRIOStatusAccessDenied - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusAliasNotFound - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusBadDeviceControlCode - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusBadSelector - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusBufferInvalidSize - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusBufferNotAllocated - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusComponentNotFound - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusDeprecatedFunction - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusDeviceInvalidStateTransition - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusDeviceInvariant - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusDeviceNotFound - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusDeviceReconfigured - Static variable in class com.ni.rio.NiRioStatus
 
kRioStatusDmaOutputNotSupported - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusDynamicCastFailed - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusEndOfData - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusEventEnabled - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusEventInvalid - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusEventInvalidOperation - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusEventNotEnabled - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusEventTimedOut - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusFeatureNotSupported - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusFifoReserved - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusFileError - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusHardwareFault - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidAliasName - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidAttribute - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidAttributeValue - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidDeviceAccess - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidFunction - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidHandle - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidParameter - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidPattern - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidPort - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidResourceName - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidStateTransition - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusIOInvalidAddressRange - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusIOInvalidBuffer - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusIrrelevantAttribute - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusMarkedForDelete - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusMemoryFull - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusNetworkFault - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusObjectNameCollision - Static variable in class com.ni.rio.NiRioStatus
 
kRioStatusOffset - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusOperationPending - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusOperationTimedOut - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusOSFault - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusOutOfHandles - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusPageLockFailed - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusRemoteTarget - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusResourceInitialized - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusResourceNotFound - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusResourceNotInitialized - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusRioRpcSessionError - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusRPCConnectionError - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusRPCServerError - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusSoftwareFault - Static variable in class com.ni.rio.NiRioStatus
 
kRioStatusSuccess - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusSyncAcquireFailed - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusSyncObjectAbandoned - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusThreadAlreadyStarted - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusTriggerNotReserved - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusTriggerNotSupported - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusTriggerReserved - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusVersionMismatch - Static variable in class com.ni.rio.NiRioStatus
 
kRioSTC2 - Static variable in interface com.ni.rio.NiRioConstants
 
kRioTimeoutInfinite - Static variable in interface com.ni.rio.NiRioConstants
 
kRioTimeoutZero - Static variable in interface com.ni.rio.NiRioConstants
 
kRioTriggerBusNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioTriggerReservedLines - Static variable in interface com.ni.rio.NiRioConstants
 
kRioTriggerReserveLine - Static variable in interface com.ni.rio.NiRioConstants
 
kRioTriggerUnreserveLine - Static variable in interface com.ni.rio.NiRioConstants
 
kRioVendorNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioWhatFpgaIsDoing - Static variable in interface com.ni.rio.NiRioConstants
 
kRisingPulse - Static variable in class edu.wpi.first.wpilibj.AnalogTriggerOutput.Type
outputType: true on a rising edge
kRtsCts - Static variable in class edu.wpi.first.wpilibj.SerialPort.FlowControl
flowcontrol: use rts cts
kScanList_ElementMask - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kScanList_ElementSize - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kScanList_NumElements - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kSemiperiod - Static variable in class edu.wpi.first.wpilibj.Counter.Mode
mode: semi period
kSolenoidChannels - Static variable in class edu.wpi.first.wpilibj.SensorBase
Number of solenoid channels per moduel
kSolenoidModules - Static variable in class edu.wpi.first.wpilibj.SensorBase
Number of analog modules
kSpace - Static variable in class edu.wpi.first.wpilibj.SerialPort.Parity
parity: Use space parity
kSupportedAPIVersion - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
 
kSyncTimeout_ms - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD
Driver station timeout in milliseconds
kSystemClockTicksPerMicrosecond - Static variable in class edu.wpi.first.wpilibj.SensorBase
Ticks per microsecond
kThrottle - Static variable in class edu.wpi.first.wpilibj.Joystick.AxisType
axis: throttle
kTimebase - Static variable in class edu.wpi.first.wpilibj.AnalogModule
The time base used by the module
kTop - Static variable in class edu.wpi.first.wpilibj.Joystick.ButtonType
button: top button
kTrigger - Static variable in class edu.wpi.first.wpilibj.Joystick.ButtonType
button: trigger
kTwist - Static variable in class edu.wpi.first.wpilibj.Joystick.AxisType
axis: twist
kTwo - Static variable in class edu.wpi.first.wpilibj.SerialPort.StopBits
stopBits: use 2
kTwoPulse - Static variable in class edu.wpi.first.wpilibj.Counter.Mode
mode: two pulse
kTypeState - Static variable in class edu.wpi.first.wpilibj.AnalogTriggerOutput.Type
outputType: true if above the upper limit, false if below the lower limit maintain previous state otherwise
kUnknown - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tDigitalConfig
 
kUser2 - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD.Line
Line on the user screen
kUser3 - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD.Line
Line on the user screen
kUser4 - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD.Line
Line on the user screen
kUser5 - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD.Line
Line on the user screen
kUser6 - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD.Line
Line on the user screen
kX - Static variable in class edu.wpi.first.wpilibj.Joystick.AxisType
axis: x-axis
kXonXoff - Static variable in class edu.wpi.first.wpilibj.SerialPort.FlowControl
flowcontrol: use on/off
kY - Static variable in class edu.wpi.first.wpilibj.Joystick.AxisType
axis: y-axis
kZ - Static variable in class edu.wpi.first.wpilibj.Joystick.AxisType
axis: z-axis

L

LAST_OPCODE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
lastElement() - Method in class com.sun.squawk.util.SquawkVector
Returns the last component of the vector.
lastElement() - Method in class java.util.Vector
Returns the last component of the vector.
lastIndexOf(Object) - Method in class com.sun.squawk.util.SquawkVector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object, int) - Method in class com.sun.squawk.util.SquawkVector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastIndexOf(int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(Object) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object, int) - Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
le(Offset) - Method in class com.sun.squawk.Offset
Determines if this offset is less than or equal to a given offset.
length - Variable in class com.sun.squawk.flash.MemoryHeapBlock
 
length(Object) - Static method in class com.sun.squawk.util.Arrays
Returns the length of the specified array object, as an int.
length() - Method in class java.lang.String
Returns the length of this string.
length() - Method in class java.lang.StringBuffer
Returns the length (character count) of this string buffer.
Library - Interface in com.sun.cldc.jna
Library is the interface that all Library interface definitions (automatically generated by JNAGen) should extend
LineReader - Class in com.sun.squawk.util
This class provides for reading lines from a reader.
LineReader(Reader) - Constructor for class com.sun.squawk.util.LineReader
Creates a new LineReader to parse the lines from a given Reader.
LINGER - Static variable in interface com.sun.squawk.microedition.io.SocketConnection
Socket option for the linger time to wait in seconds before closing a connection with pending data output (1).
Lisp2GenerationalCollector - Class in com.sun.squawk
A collector based on the lisp 2 algorithm described in "Garbage Collection : Algorithms for Automatic Dynamic Memory Management" by Richard Jones, Rafael Lins.
listErr() - Method in class com.sun.squawk.Isolate
Gets a list of URLs denoting the streams to which System.err is currently sending its output.
listNames() - Method in class com.sun.squawk.io.MulticastOutputStream
Lists all names of the output streams to which this multicaster is redirecting output.
listOut() - Method in class com.sun.squawk.Isolate
Gets a list of URLs denoting the streams to which System.out is currently sending its output.
listRecordStores() - Static method in class javax.microedition.rms.RecordStore
Returns an array of the names of record stores owned by the MIDlet suite.
lo(Address) - Method in class com.sun.squawk.Address
Determines if this address is lower than a given address.
lo(UWord) - Method in class com.sun.squawk.UWord
Determines if this word is lower than a given word.
load(DataInputStream, String) - Static method in class com.sun.squawk.Isolate
Loads a serialized isolate from an input stream into RAM.
loadLibrary(String, Class) - Static method in class com.sun.cldc.jna.Native
 
lock - Variable in class java.io.Reader
The object used to synchronize operations on this stream.
lock - Variable in class java.io.Writer
The object used to synchronize operations on this stream.
loeq(Address) - Method in class com.sun.squawk.Address
Determines if this address is lower than or equal to a given address.
loeq(UWord) - Method in class com.sun.squawk.UWord
Determines if this word is lower than or equal to a given word.
log(double) - Static method in class com.sun.squawk.util.MathUtils
Returns the natural logarithm (base e) of a double value.
log1p(double) - Static method in class com.sun.squawk.util.MathUtils
Returns the natural logarithm of the sum of the argument and 1.
Long - Class in java.lang
The Long class wraps a value of the primitive type long in an object.
Long(long) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the primitive long argument.
LONG_SIZE - Static variable in class com.sun.cldc.jna.Native
 
longBitsToDouble(long) - Static method in class java.lang.Double
Returns the double-float corresponding to a given bit representation.
longValue() - Method in class java.lang.Double
Returns the long value of this Double (by casting to a long).
longValue() - Method in class java.lang.Float
Returns the long value of this Float (by casting to a long).
longValue() - Method in class java.lang.Integer
Returns the value of this Integer as a long.
longValue() - Method in class java.lang.Long
Returns the value of this Long as a long value.
lookup(String) - Static method in class com.sun.squawk.io.mailboxes.Channel
Create a connection to a remote Channel using the name of registered ServerChannel.
lookupInterned(String) - Static method in class com.sun.squawk.Isolate
Returns a previously interened version for the string object, or null.
lt(Offset) - Method in class com.sun.squawk.Offset
Determines if this offset is less than a given offset.
luminanceEqualize() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Calculates the histogram of each plane of a color image and redistributes pixel values across the desired range while maintaining pixel value groupings for the Luminance plane only.

M

m_aSource - Variable in class edu.wpi.first.wpilibj.Encoder
The a source
m_bSource - Variable in class edu.wpi.first.wpilibj.Encoder
The b source
m_DeviceHandle - Static variable in class edu.wpi.first.wpilibj.fpga.tSystem
 
m_index - Variable in class edu.wpi.first.wpilibj.AnalogTrigger
Where the analog trigger is attached
m_indexSource - Variable in class edu.wpi.first.wpilibj.Encoder
The index source
m_interrupt - Variable in class edu.wpi.first.wpilibj.InterruptableSensorBase
The interrupt resource
m_interruptIndex - Variable in class edu.wpi.first.wpilibj.InterruptableSensorBase
The index of the interrupt
m_majorRadius - Variable in class edu.wpi.first.wpilibj.image.EllipseMatch
 
m_manager - Variable in class edu.wpi.first.wpilibj.InterruptableSensorBase
The interrupt manager resource
m_minorRadius - Variable in class edu.wpi.first.wpilibj.image.EllipseMatch
 
m_modules - Static variable in class edu.wpi.first.wpilibj.Module
An array holding the object representing each module
M_objLib - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
m_rotation - Variable in class edu.wpi.first.wpilibj.image.EllipseMatch
 
m_score - Variable in class edu.wpi.first.wpilibj.image.EllipseMatch
 
M_semLib - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
m_slot - Variable in class edu.wpi.first.wpilibj.Module
The slot that the module is in
m_SystemIndex - Variable in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
m_SystemIndex - Variable in class edu.wpi.first.wpilibj.fpga.tAI
 
m_SystemIndex - Variable in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
m_SystemIndex - Variable in class edu.wpi.first.wpilibj.fpga.tCounter
 
m_SystemIndex - Variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
m_SystemIndex - Variable in class edu.wpi.first.wpilibj.fpga.tEncoder
 
m_SystemIndex - Variable in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
m_userStatus - Variable in class edu.wpi.first.wpilibj.Dashboard
 
m_userStatusSize - Variable in class edu.wpi.first.wpilibj.Dashboard
 
m_xPos - Variable in class edu.wpi.first.wpilibj.image.EllipseMatch
 
m_yPos - Variable in class edu.wpi.first.wpilibj.image.EllipseMatch
 
MailboxClosedException - Exception in com.sun.squawk.io.mailboxes
This exception is thrown when trying to receive from a closed Mailbox.
MailboxInUseException - Exception in com.sun.squawk.io.mailboxes
This exception is thrown when trying to send to register a mailbox under a name, and that name is already used.
MailboxInUseException(String) - Constructor for exception com.sun.squawk.io.mailboxes.MailboxInUseException
Creates a new instance of AddressClosedException
main(String[]) - Static method in class com.sun.squawk.imp.MIDletMainWrapper
 
main(String[]) - Static method in class com.sun.squawk.io.j2me.socket.Test
test code
main(String[]) - Static method in class com.sun.squawk.Test
 
main(String[]) - Static method in class tests.TestApp
 
main(String[]) - Static method in class tests.TestApp2
 
makeRoomToWrite(int, INorFlashMemoryHeapScanner) - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
mallocedBlockCount - Variable in class com.sun.squawk.flash.NorFlashSectorState
 
map() - Method in class com.sun.squawk.realtime.RawMemoryAccess
Maps the physical memory range into virtual memory.
map(long) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Maps the physical memory range into virtual memory at the specified location.
map(long, long) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Maps the physical memory range into virtual memory.
MARCH - Static variable in class java.util.Calendar
Value of the MONTH field indicating the third month of the year.
mark(int) - Method in class com.sun.cldc.i18n.StreamReader
Mark the present position in the stream.
mark(int) - Method in class com.sun.squawk.io.BufferedReader
Mark the present position in the stream.
MARK - Static variable in class com.sun.squawk.vm.ChannelConstants
 
mark - Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int) - Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class java.io.DataInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStreamReader
Mark the present position in the stream.
mark(int) - Method in class java.io.Reader
Mark the present position in the stream.
markSupported() - Method in class com.sun.cldc.i18n.StreamReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class com.sun.squawk.io.BufferedReader
Tell whether this stream supports the mark() operation, which it does.
MARKSUPPORTED - Static variable in class com.sun.squawk.vm.ChannelConstants
 
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if ByteArrayInputStream supports mark/reset.
markSupported() - Method in class java.io.DataInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStreamReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
matches(byte[]) - Method in interface javax.microedition.rms.RecordFilter
Returns true if the candidate matches the implemented criterion.
Math - Class in java.lang
The class Math contains methods for performing basic numeric operations.
MathUtils - Class in com.sun.squawk.util
The class MathUtils contains some of the Java SE Math routines that are not present in the CLDC 1.1 version of Math: MathUtils.asin(double), MathUtils.acos(double), MathUtils.atan(double) & MathUtils.atan2(double, double).
max() - Static method in class com.sun.squawk.Address
Gets the largest possible machine address.
max() - Static method in class com.sun.squawk.UWord
Gets the largest possible machine word.
max(double, double) - Static method in class java.lang.Math
Returns the greater of two double values.
max(float, float) - Static method in class java.lang.Math
Returns the greater of two float values.
max(int, int) - Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.Math
Returns the greater of two long values.
MAX_PRIORITY - Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_QUEUED_SIZE - Static variable in class com.sun.squawk.io.j2me.pipe.PipeServerSocketListener
 
MAX_RADIX - Static variable in class java.lang.Character
The maximum radix available for conversion to and from Strings.
MAX_SYS_PRIORITY - Static variable in class com.sun.squawk.VM
The maximum priority that a system thread can have.
MAX_VALUE - Static variable in class java.lang.Byte
The maximum value a Byte can have.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char.
MAX_VALUE - Static variable in class java.lang.Double
The largest positive finite value of type double.
MAX_VALUE - Static variable in class java.lang.Float
The maximum value a float can have.
MAX_VALUE - Static variable in class java.lang.Integer
The largest value of type int.
MAX_VALUE - Static variable in class java.lang.Long
The largest value of type long.
MAX_VALUE - Static variable in class java.lang.Short
The maximum value a Short can have.
MAY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fifth month of the year.
MemoryHeapBlock - Class in com.sun.squawk.flash
 
MemoryHeapBlock() - Constructor for class com.sun.squawk.flash.MemoryHeapBlock
 
MIDlet - Class in javax.microedition.midlet
A MIDLet is a MID Profile application.
MIDlet() - Constructor for class javax.microedition.midlet.MIDlet
Protected constructor for subclasses.
MIDletMainWrapper - Class in com.sun.squawk.imp
 
MIDletPeer - Class in com.sun.midp.midlet
MIDletPeer maintains the current state of the MIDlet and forwards updates to it.
MIDletPeer() - Constructor for class com.sun.midp.midlet.MIDletPeer
 
MIDletStateChangeException - Exception in javax.microedition.midlet
Signals that a requested MIDlet state change failed.
MIDletStateChangeException() - Constructor for exception javax.microedition.midlet.MIDletStateChangeException
Constructs an exception with no specified detail message.
MIDletStateChangeException(String) - Constructor for exception javax.microedition.midlet.MIDletStateChangeException
Constructs an exception with the specified detail message.
MIDletTunnel - Interface in com.sun.midp.midlet
This is the interface to "tunnel" across Java package namespace, and call the protected methods in the another package namespace.
midLetTunnel - Static variable in class com.sun.squawk.imp.ImpGlobal
 
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
min(double, double) - Static method in class java.lang.Math
Returns the smaller of two double values.
min(float, float) - Static method in class java.lang.Math
Returns the smaller of two float values.
min(int, int) - Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.Math
Returns the smaller of two long values.
MIN_PRIORITY - Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_RADIX - Static variable in class java.lang.Character
The minimum radix available for conversion to and from Strings.
MIN_VALUE - Static variable in class java.lang.Byte
The minimum value a Byte can have.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char.
MIN_VALUE - Static variable in class java.lang.Double
The smallest positive value of type double.
MIN_VALUE - Static variable in class java.lang.Float
The minimum value a float can have.
MIN_VALUE - Static variable in class java.lang.Integer
The smallest value of type int.
MIN_VALUE - Static variable in class java.lang.Long
The smallest value of type long.
MIN_VALUE - Static variable in class java.lang.Short
The minimum value a Short can have.
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
Module - Class in edu.wpi.first.wpilibj
Base class for AnalogModule and DigitalModule.
Module(int) - Constructor for class edu.wpi.first.wpilibj.Module
Constructor.
MONDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Monday.
MonoImage - Class in edu.wpi.first.wpilibj.image
A grey scale image represented at a byte per pixel.
MonoImage() - Constructor for class edu.wpi.first.wpilibj.image.MonoImage
Create a new 0x0 image.
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
MulticastOutputStream - Class in com.sun.squawk.io
A MulticastOutputStream can be configured to send its output to zero or more named output streams.
MulticastOutputStream() - Constructor for class com.sun.squawk.io.MulticastOutputStream
Creates a MulticastOutputStream.

N

name - Variable in class com.sun.cldc.jna.Function
 
NaN - Static variable in class java.lang.Double
A Not-a-Number (NaN) value of type double.
NaN - Static variable in class java.lang.Float
Not-a-Number.
Native - Class in com.sun.cldc.jna
Generic machinery to support access to native code.
NATIVE_GC_ONLY - Static variable in class com.sun.squawk.GarbageCollector
If build.properties defines NATIVE_GC_ONLY= true, then define constant NATIVE_GC_ONLY = true.
NativeLibrary - Class in com.sun.cldc.jna
Represents a handle to a runtime library (for example, as returned by the POSIX function "dlopen" http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html Differences from JNA Throws RuntimeExceptions instead of UnsatisfiedLinkErrors.
NativeUnsafeGetString(Address) - Static method in class com.sun.cldc.jna.Pointer
Create a Java string from a C string pointer
ne(Address) - Method in class com.sun.squawk.Address
Determines if this address is not equal to a given address.
ne(Offset) - Method in class com.sun.squawk.Offset
Determines if this offset is not equal to a given offset.
ne(UWord) - Method in class com.sun.squawk.UWord
Determines if this word is not equal to a given word.
NEGATIVE_INFINITY - Static variable in class java.lang.Double
The negative infinity of type double.
NEGATIVE_INFINITY - Static variable in class java.lang.Float
Negative infinity.
NegativeArraySizeException - Exception in java.lang
Thrown if an application tries to create an array with negative size.
NegativeArraySizeException() - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String) - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
newDatagram(int) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(int, String) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(byte[], int) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(byte[], int, String) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object.
newInstance() - Method in class java.lang.Class
Creates a new instance of a class.
newLine() - Method in class com.sun.squawk.io.BufferedWriter
Write a line separator.
newRunnable(StreamConnection) - Method in class com.sun.spot.ota.OtaCommandServerSocketListener
 
newRunnable(StreamConnection) - Method in class com.sun.spot.ota.ServerSocketListener
 
newRunnable(StreamConnection) - Method in class com.sun.squawk.io.j2me.pipe.PipeServerSocketListener
 
next(int) - Method in class java.util.Random
Generates the next pseudorandom number.
nextBlockOffset - Variable in class com.sun.squawk.flash.MemoryHeapBlock
 
nextDouble() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
nextElement() - Method in class com.sun.squawk.util.StringTokenizer
Returns the next element in the Enumeration.
nextElement() - Method in interface java.util.Enumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextFloat() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextInt() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextInt(int) - Method in class java.util.Random
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.
nextLong() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
nextRecord() - Method in interface javax.microedition.rms.RecordEnumeration
Returns a copy of the next record in this enumeration, where next is defined by the comparator and/or filter supplied in the constructor of this enumerator.
nextRecordId() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the recordId of the next record in this enumeration, where next is defined by the comparator and/or filter supplied in the constructor of this enumerator.
nextSector - Variable in class com.sun.squawk.flash.NorFlashSectorState
 
nextToken() - Method in class com.sun.squawk.util.StringTokenizer
Returns the next token of the String.
nextToken(String) - Method in class com.sun.squawk.util.StringTokenizer
Returns the next token, after switching to the new delimiter set.
NiRioConstants - Interface in com.ni.rio
 
NiRioSrv - Class in com.ni.rio
 
NiRioSrv() - Constructor for class com.ni.rio.NiRioSrv
 
NiRioStatus - Class in com.ni.rio
 
NiRioStatus() - Constructor for class com.ni.rio.NiRioStatus
 
NiRioStatus.FatalStatusException - Exception in com.ni.rio
 
NiRioStatus.FatalStatusException(NiRioStatus, String) - Constructor for exception com.ni.rio.NiRioStatus.FatalStatusException
 
NIVisionException - Exception in edu.wpi.first.wpilibj.image
Exception class which looks up nivision error codes
NIVisionException(String) - Constructor for exception edu.wpi.first.wpilibj.image.NIVisionException
Create a new NIVisionException.
NIVisionException(int) - Constructor for exception edu.wpi.first.wpilibj.image.NIVisionException
Create a new vision exception
NoClassDefFoundError - Error in java.lang
Thrown if the Java Virtual Machine tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
NoClassDefFoundError() - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with no detail message.
NoClassDefFoundError(String) - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with the specified detail message.
none - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ExposurePriorityT
No prioritization.
NorFlashMemoryHeap - Class in com.sun.squawk.flash
 
NorFlashMemoryHeap() - Constructor for class com.sun.squawk.flash.NorFlashMemoryHeap
 
NorFlashMemoryHeap(int) - Constructor for class com.sun.squawk.flash.NorFlashMemoryHeap
 
NorFlashMemoryHeap(INorFlashSectorState[]) - Constructor for class com.sun.squawk.flash.NorFlashMemoryHeap
 
NorFlashSectorState - Class in com.sun.squawk.flash
 
NorFlashSectorState() - Constructor for class com.sun.squawk.flash.NorFlashSectorState
 
NorFlashSectorState(INorFlashSector) - Constructor for class com.sun.squawk.flash.NorFlashSectorState
 
NorFlashSectorStateList - Class in com.sun.squawk.flash
 
NorFlashSectorStateList() - Constructor for class com.sun.squawk.flash.NorFlashSectorStateList
 
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
NoSuchElementException - Exception in java.util
Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
NoSuchElementException() - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException with null as its error message string.
NoSuchElementException(String) - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
NoSuchMailboxException - Exception in com.sun.squawk.io.mailboxes
This exception is thrown when trying to send to register a mailbox under a name, and that name is already used.
NoSuchMailboxException(String) - Constructor for exception com.sun.squawk.io.mailboxes.NoSuchMailboxException
Creates a new instance of NoSuchMailboxException
notify() - Method in class java.lang.Object
Wakes up a single thread that is waiting on this object's monitor.
notifyAll() - Method in class java.lang.Object
Wakes up all threads that are waiting on this object's monitor.
notifyDestroyed() - Method in class javax.microedition.midlet.MIDlet
Used by an MIDlet to notify the application management software that it has entered into the Destroyed state.
notifyPaused() - Method in class javax.microedition.midlet.MIDlet
Notifies the application management software that the MIDlet does not want to be active and has entered the Paused state.
NOVEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eleventh month of the year.
NULL() - Static method in class com.sun.cldc.jna.Pointer
 
NULL - Static variable in class com.sun.cldc.jna.Structure
Singleton object that can be used as a NULL structure instance.
NullPointerException - Exception in java.lang
Thrown when an application attempts to use null in a case where an object is required.
NullPointerException() - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String) - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
NUM_STAT_VALUES - Static variable in class com.sun.squawk.VM.Stats
 
NumberFormatException - Exception in java.lang
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
NumberFormatException() - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
numRecords() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the number of records available in this enumeration's set.

O

Object - Class in java.lang
Class Object is the root of the class hierarchy.
Object() - Constructor for class java.lang.Object
 
ObjectEnvelope - Class in com.sun.squawk.io.mailboxes
A ObjectEnvelope can be used to pass a copy of an ICopiable object between isolates.
ObjectEnvelope(ICopiable) - Constructor for class com.sun.squawk.io.mailboxes.ObjectEnvelope
 
OCTOBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the tenth month of the year.
offset - Variable in class com.sun.squawk.flash.MemoryHeapBlock
 
Offset - Class in com.sun.squawk
The offset type is used by the runtime system and collector to denote the directed distance between two machine addresses.
offset - Variable in class com.sun.squawk.util.ByteArrayInputStreamWithSetBytes
 
OffsetOutOfBoundsException - Exception in com.sun.squawk.realtime
Thrown if the constructor of a RawMemoryAccess, or RawMemoryFloatAccess is given an invalid address.
OffsetOutOfBoundsException() - Constructor for exception com.sun.squawk.realtime.OffsetOutOfBoundsException
A constructor for OffsetOutOfBoundsException.
OffsetOutOfBoundsException(String) - Constructor for exception com.sun.squawk.realtime.OffsetOutOfBoundsException
A descriptive constructor for OffsetOutOfBoundsException.
onTarget() - Method in class edu.wpi.first.wpilibj.PIDController
Return true if the error is within the percentage of the total input range, determined by setTolerance.
OpaqueStructure - Class in com.sun.cldc.jna
This is a "Structure" that we'll never look at the fields of.
OpaqueStructure() - Constructor for class com.sun.cldc.jna.OpaqueStructure
 
open(String, NiRioStatus) - Static method in class com.ni.rio.NiRioSrv
 
open(InputStream, String) - Method in class com.sun.cldc.i18n.StreamReader
Open the reader
open(OutputStream, String) - Method in class com.sun.cldc.i18n.StreamWriter
Open the writer
open(String, String, int, boolean) - Method in class com.sun.squawk.io.ConnectionBase
Open a connection to a target.
open(String, String, int, boolean) - Method in class com.sun.squawk.io.j2me.multicast.Protocol
Opens the connection.
open(String, String, int, boolean) - Method in class com.sun.squawk.io.j2me.pipe.Protocol
Open a new "remoteprint" connection to the specified SPOT.
open(String) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int, boolean) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
OPENCONNECTION - Static variable in class com.sun.squawk.vm.ChannelConstants
 
openDataInputStream() - Method in class com.sun.squawk.io.ConnectionBase
Create and open a connection input stream.
openDataInputStream() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
openDataInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
openDataInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return a data input stream for a connection.
openDataOutputStream() - Method in class com.sun.squawk.io.ConnectionBase
Create and open a connection output stream.
openDataOutputStream() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
openDataOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream.
openDataOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return a data output stream for a connection.
OPENINPUT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
openInputStream() - Method in class com.sun.squawk.io.ConnectionBase
Open and return a data input stream for a connection.
openInputStream() - Method in class com.sun.squawk.io.j2me.pipe.Protocol
Open an InputStream for this connection.
openInputStream() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
openInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
openInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return an input stream for a connection.
OPENOUTPUT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
openOutputStream() - Method in class com.sun.squawk.io.ConnectionBase
Open and return a data output stream for a connection.
openOutputStream() - Method in class com.sun.squawk.io.j2me.multicast.Protocol
Opens and returns an output stream for this connection.
openOutputStream() - Method in class com.sun.squawk.io.j2me.pipe.Protocol
Open an OutputStream for this connection.
openOutputStream() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
openOutputStream(long) - Method in interface com.sun.squawk.microedition.io.FileConnection
 
openOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream.
openOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return an output stream for a connection.
openRecordStore(String, boolean) - Static method in class javax.microedition.rms.RecordStore
Open (and possibly create) a record store associated with the given MIDlet suite.
operatorControl() - Method in class edu.wpi.first.wpilibj.SimpleRobot
Operator control (tele-operated) code should go here.
or(UWord) - Method in class com.sun.squawk.Address
Logically OR a word with this address.
or(UWord) - Method in class com.sun.squawk.UWord
Logically OR a word with this word.
OtaCommandListener - Class in com.sun.spot.ota
 
OtaCommandListener(ServerSocketListener, StreamConnection) - Constructor for class com.sun.spot.ota.OtaCommandListener
 
OtaCommandServerSocketListener - Class in com.sun.spot.ota
 
OtaCommandServerSocketListener() - Constructor for class com.sun.spot.ota.OtaCommandServerSocketListener
 
out - Variable in class com.sun.cldc.i18n.StreamWriter
Output stream to write to
out - Variable in class java.io.DataOutputStream
The output stream.
out - Static variable in class java.lang.System
The "standard" output stream.
OutOfMemoryError - Error in java.lang
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
OutOfMemoryError() - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String) - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
outPrint(long) - Static method in class com.sun.squawk.VM
Print val safely to System.err, or to VM.print if that fails.
outPrint(PrintStream, long) - Static method in class com.sun.squawk.VM
Print val safely to Stream, or to VM.print if that fails.
outPrint(PrintStream, String) - Static method in class com.sun.squawk.VM
Print str safely to Stream, or to VM.print if that fails.
outPrint(String) - Static method in class com.sun.squawk.VM
Print str safely to System.err, or to VM.print if that fails.
outPrintBC() - Static method in class com.sun.squawk.VM
Print branch count as safely as possible.
outPrintln() - Static method in class com.sun.squawk.VM
Print new line safely to System.err, or to VM.print if that fails.
outPrintln(PrintStream) - Static method in class com.sun.squawk.VM
Print new line safely to Stream, or to VM.print if that fails.
outPrintln(PrintStream, String) - Static method in class com.sun.squawk.VM
Print str safely to Stream, or to VM.print if that fails.
outPrintln(String) - Static method in class com.sun.squawk.VM
Print str safely to System.err, or to VM.print if that fails.
OutputConnection - Interface in javax.microedition.io
This interface defines the capabilities that an output stream connection must have.
outputs - Variable in class com.sun.squawk.io.j2me.pipe.PipeServerSocketListener
 
OutputStream - Class in java.io
This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
 
OutputStreamWriter - Class in java.io
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are translated into bytes.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the named character encoding.
overrideIOConfig(FRCControl.DynamicControlData, int) - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
Right new io config data.
owningList - Variable in class com.sun.squawk.flash.NorFlashSectorState
 

P

packetIndex - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
The index of the packet
parseByte(String) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseByte(String, int) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseDouble(String) - Static method in class java.lang.Double
Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
parseFloat(String) - Static method in class java.lang.Float
Returns a new float initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
parseInt(String) - Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
parseInt(String, int) - Static method in class java.lang.Integer
Parses the string argument as a signed integer in the radix specified by the second argument.
parseLong(String) - Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseLong(String, int) - Static method in class java.lang.Long
Parses the string argument as a signed long in the radix specified by the second argument.
parseShort(String) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseShort(String, int) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value in the radix specified by the second argument.
ParticleAnalysisReport - Class in edu.wpi.first.wpilibj.image
Class to store commonly used information about a particle.
particleArea - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Area of the particle
particleQuality - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Percentage of the particle Area in relation to its Particle and Holes Area
particleToImagePercent - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Percentage of the particle Area covering the Image Area.
pauseApp() - Method in class edu.wpi.first.wpilibj.RobotBase
Pauses the application
pauseApp() - Method in class javax.microedition.midlet.MIDlet
Signals the MIDlet to stop and enter the Paused state.
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
peek32(int, int, NiRioStatus) - Static method in class com.ni.rio.NiRioSrv
 
PeripheralRegistry - Class in com.sun.squawk.peripheral
Place holder for all peripheral types known by Squawk.
PeripheralRegistry() - Constructor for class com.sun.squawk.peripheral.PeripheralRegistry
 
PI - Static variable in class java.lang.Math
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PIDController - Class in edu.wpi.first.wpilibj
Class implements a PID Control Loop.
PIDController(double, double, double, PIDSource, PIDOutput, double) - Constructor for class edu.wpi.first.wpilibj.PIDController
Allocate a PID object with the given constants for P, I, D
PIDController(double, double, double, PIDSource, PIDOutput) - Constructor for class edu.wpi.first.wpilibj.PIDController
Allocate a PID object with the given constants for P, I, D
pidGet() - Method in class edu.wpi.first.wpilibj.Accelerometer
Get the Acceleration for the PID Source parent.
pidGet() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get the average value for usee with PIDController
pidGet() - Method in class edu.wpi.first.wpilibj.Gyro
Get the angle of the gyro for use with PIDControllers
pidGet() - Method in interface edu.wpi.first.wpilibj.PIDSource
Get the result to use in PIDController
pidGet() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Get the range in the current DistanceUnit for the PIDSource base object.
PIDOutput - Interface in edu.wpi.first.wpilibj
This interface allows PIDController to write it's results to its output.
PIDSource - Interface in edu.wpi.first.wpilibj
This interface allows for PIDController to automatically read from this object
pidWrite(double) - Method in class edu.wpi.first.wpilibj.Jaguar
Write out the PID value as seen in the PIDOutput base object.
pidWrite(double) - Method in interface edu.wpi.first.wpilibj.PIDOutput
Set the output to the value calculated by PIDController
pidWrite(double) - Method in class edu.wpi.first.wpilibj.Victor
Write out the PID value as seen in the PIDOutput base object.
ping() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Single ping to ultrasonic sensor.
PipeOutputStream - Class in com.sun.squawk.io.j2me.pipe
 
PipeOutputStream(PipeServerSocketListener) - Constructor for class com.sun.squawk.io.j2me.pipe.PipeOutputStream
 
PipeServerSocketListener - Class in com.sun.squawk.io.j2me.pipe
 
PipeServerSocketListener(int) - Constructor for class com.sun.squawk.io.j2me.pipe.PipeServerSocketListener
 
Platform - Class in com.sun.cldc.jna
Provide simplified platform information
Platform() - Constructor for class com.sun.cldc.jna.Platform
 
PLATFORM_PACKAGE - Static variable in class com.sun.cldc.jna.Platform
 
platformName() - Method in class com.sun.cldc.jna.Platform
Get the name of the package that contains the native implementation for this platform:
PM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from noon to just before midnight.
Pointer - Class in com.sun.cldc.jna
A pointer to native memory, based on RTSJ-like RawMemoryAccesss semantics.
Pointer(int) - Constructor for class com.sun.cldc.jna.Pointer
Create a pointer and allocate backing native memory of the requestsed size.
Pointer(long, int) - Constructor for class com.sun.cldc.jna.Pointer
Create a pointer that refers to a memory range from [base..base+size).
Pointer(Address, int) - Constructor for class com.sun.cldc.jna.Pointer
Create a pointer that refers to a memory range from [base..base+size).
Pointer(Address, UWord) - Constructor for class com.sun.cldc.jna.Pointer
Create a pointer that refers to a memory range from [base..base+size).
POINTER_SIZE - Static variable in class com.sun.cldc.jna.Native
 
PointerType - Class in com.sun.cldc.jna
Superclass of types representing native pointers
PointerType() - Constructor for class com.sun.cldc.jna.PointerType
 
PointerType(Pointer) - Constructor for class com.sun.cldc.jna.PointerType
 
poke16(int, int, short, NiRioStatus) - Static method in class com.ni.rio.NiRioSrv
 
poke32(int, int, int, NiRioStatus) - Static method in class com.ni.rio.NiRioSrv
 
pop() - Method in class java.util.Stack
Removes the object at the top of this stack and returns that object as the value of this function.
port - Variable in class com.sun.spot.ota.ServerSocketListener
 
pos - Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
POSITIVE_INFINITY - Static variable in class java.lang.Double
The positive infinity of type double.
POSITIVE_INFINITY - Static variable in class java.lang.Float
Positive infinity.
Posix - Class in com.sun.cldc.jna
 
Posix() - Constructor for class com.sun.cldc.jna.Posix
 
POST - Static variable in interface javax.microedition.io.HttpConnection
HTTP Post method.
postscript(int) - Method in class com.sun.cldc.jna.BlockingFunction
 
postscript(int) - Method in class com.sun.cldc.jna.Function
 
pow(double, double) - Static method in class com.sun.squawk.util.MathUtils
Returns the value of the first argument raised to the power of the second argument.
preamble() - Method in class com.sun.cldc.jna.BlockingFunction
 
preamble() - Method in class com.sun.cldc.jna.Function
 
PRECEDES - Static variable in interface javax.microedition.rms.RecordComparator
PRECEDES means that the left (first parameter) record precedes the right (second parameter) record in terms of search or sort order.
previousRecord() - Method in interface javax.microedition.rms.RecordEnumeration
Returns a copy of the previous record in this enumeration, where previous is defined by the comparator and/or filter supplied in the constructor of this enumerator.
previousRecordId() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the recordId of the previous record in this enumeration, where previous is defined by the comparator and/or filter supplied in the constructor of this enumerator.
print(char) - Static method in class com.sun.squawk.VM
Prints a character to the VM output stream.
print(double) - Static method in class com.sun.squawk.VM
Prints a double to the VM output stream.
print(float) - Static method in class com.sun.squawk.VM
Prints a float to the VM output stream.
print(int) - Static method in class com.sun.squawk.VM
Prints an integer to the VM output stream.
print(long) - Static method in class com.sun.squawk.VM
Prints a long to the VM output stream.
print(String) - Static method in class com.sun.squawk.VM
Prints a string to the VM output stream.
print(boolean) - Static method in class com.sun.squawk.VM
Prints a boolean to the VM output stream.
print(String) - Method in class edu.wpi.first.wpilibj.SerialPort
Output formatted text to the serial port.
print(char) - Method in class java.io.PrintStream
Print a character.
print(double) - Method in class java.io.PrintStream
Print a double-precision floating point number.
print(float) - Method in class java.io.PrintStream
Print a floating point number.
print(int) - Method in class java.io.PrintStream
Print an integer.
print(long) - Method in class java.io.PrintStream
Print a long integer.
print(Object) - Method in class java.io.PrintStream
Print an object.
print(String) - Method in class java.io.PrintStream
Print a string.
print(boolean) - Method in class java.io.PrintStream
Print a boolean value.
print(char[]) - Method in class java.io.PrintStream
Print an array of characters.
printAddress(Address) - Static method in class com.sun.squawk.VM
Prints an address to the VM stream.
printAddress(Object) - Static method in class com.sun.squawk.VM
Prints an address to the VM stream.
printAllIsolateStates(PrintStream) - Static method in class com.sun.squawk.Isolate
Print out the thread state and stack trace for each thread of each isolate in the system.
printAllThreadStates(PrintStream) - Method in class com.sun.squawk.Isolate
Print out the thread state and stack trace for each thread belonging this isolate.
printExceptionAndTrace(Throwable, String) - Static method in class com.sun.squawk.VM
Safely print exception and stack trace to System.err.
printExceptionAndTrace(Throwable, String, boolean) - Static method in class com.sun.squawk.VM
Safely print exception and stack trace to System.err.
printHeapStats(Object, boolean) - Static method in class com.sun.squawk.VM.Stats
Do heap walk from start object (or whole heap is startObj is null).
println() - Static method in class com.sun.squawk.VM
Prints a new line to the VM output stream.
println(char) - Static method in class com.sun.squawk.VM
Prints a character followed by a new line to the VM output stream.
println(double) - Static method in class com.sun.squawk.VM
Prints a double followed by a new line to the VM output stream.
println(float) - Static method in class com.sun.squawk.VM
Prints a float followed by a new line to the VM output stream.
println(int) - Static method in class com.sun.squawk.VM
Prints an integer followed by a new line to the VM output stream.
println(long) - Static method in class com.sun.squawk.VM
Prints a long followed by a new line to the VM output stream.
println(String) - Static method in class com.sun.squawk.VM
Prints a string followed by a new line to the VM output stream.
println(boolean) - Static method in class com.sun.squawk.VM
Prints a boolean followed by a new line to the VM output stream.
println(DriverStationLCD.Line, int, String) - Method in class edu.wpi.first.wpilibj.DriverStationLCD
Print formatted text to the Driver Station LCD text bufer.
println() - Method in class java.io.PrintStream
Terminate the current line by writing the line separator string.
println(char) - Method in class java.io.PrintStream
Print a character and then terminate the line.
println(double) - Method in class java.io.PrintStream
Print a double and then terminate the line.
println(float) - Method in class java.io.PrintStream
Print a float and then terminate the line.
println(int) - Method in class java.io.PrintStream
Print an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Print a long and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Print an Object and then terminate the line.
println(String) - Method in class java.io.PrintStream
Print a String and then terminate the line.
println(boolean) - Method in class java.io.PrintStream
Print a boolean and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Print an array of characters and then terminate the line.
printObject(Object) - Static method in class com.sun.squawk.VM
Prints the string representation of an object to the VM stream.
printOffset(Offset) - Static method in class com.sun.squawk.VM
Prints an offset to the VM stream.
printStackTrace() - Method in exception com.sun.squawk.util.UnexpectedException
 
printStackTrace() - Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the standard error stream.
PrintStream - Class in java.io
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Create a new print stream.
printUWord(UWord) - Static method in class com.sun.squawk.VM
Prints an unsigned word to the VM stream.
PrivatePointer - Class in com.sun.cldc.jna
Utilities used by JNA generated Java code.
Protocol - Class in com.sun.squawk.io.j2me.multicast
GCF connection that multicasts to a number of configured output streams.
Protocol() - Constructor for class com.sun.squawk.io.j2me.multicast.Protocol
 
Protocol - Class in com.sun.squawk.io.j2me.pipe
 
Protocol() - Constructor for class com.sun.squawk.io.j2me.pipe.Protocol
 
pStatus - Static variable in class edu.wpi.first.wpilibj.visa.Visa
Stores the status of the last operation.
pulse(int, int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Generate a single pulse.
pulse(double) - Method in class edu.wpi.first.wpilibj.DigitalOutput
Output a single pulse on the digital output line.
purpose - Variable in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
push(Object) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
put(int, Object) - Method in class com.sun.squawk.util.IntHashtable
Maps the specified key to the specified value in this hashtable.
put(Object, Object) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.
putKeyedGlobal(int, Object) - Static method in class com.sun.squawk.VM
Set the global registered for key.
PWM - Class in edu.wpi.first.wpilibj
Class implements the PWM generation in the FPGA.
PWM(int, int) - Constructor for class edu.wpi.first.wpilibj.PWM
Allocate a PWM given a module and channel.
PWM(int) - Constructor for class edu.wpi.first.wpilibj.PWM
Allocate a PWM in the default module given a channel.
PWM.PeriodMultiplier - Class in edu.wpi.first.wpilibj
Represents the amount to multiply the minimum servo-pulse pwm period by.

Q

queuedOutput - Variable in class com.sun.squawk.io.j2me.pipe.PipeServerSocketListener
 

R

Random - Class in java.util
An instance of this class is used to generate a stream of pseudorandom numbers.
Random() - Constructor for class java.util.Random
Creates a new random number generator.
Random(long) - Constructor for class java.util.Random
Creates a new random number generator using a single long seed: public Random(long seed) { setSeed(seed); } Used by method next to hold the state of the pseudorandom number generator.
RawMemoryAccess - Class in com.sun.squawk.realtime
An instance of RawMemoryAccess models a range of physical memory as a fixed sequence of bytes.
RawMemoryAccess(Object, long) - Constructor for class com.sun.squawk.realtime.RawMemoryAccess
Construct an instance of RawMemoryAccess with the given parameters, and set the object to the mapped state.
RawMemoryAccess(Object, long, long) - Constructor for class com.sun.squawk.realtime.RawMemoryAccess
Construct an instance of RawMemoryAccess with the given parameters, and set the object to the mapped state.
RawMemoryFloatAccess - Class in com.sun.squawk.realtime
This class holds the accessor methods for accessing a raw memory area by float and double types.
RawMemoryFloatAccess(Object, long) - Constructor for class com.sun.squawk.realtime.RawMemoryFloatAccess
Construct an instance of RawMemoryFloatAccess with the given parameters, and set the object to the mapped state.
RawMemoryFloatAccess(Object, long, long) - Constructor for class com.sun.squawk.realtime.RawMemoryFloatAccess
Construct an instance of RawMemoryFloatAccess with the given parameters, and set the object to the mapped state.
RCVBUF - Static variable in interface com.sun.squawk.microedition.io.SocketConnection
Socket option for the size of the receiving buffer (3).
read() - Method in class com.sun.cldc.jna.OpaqueStructure
 
read() - Method in class com.sun.cldc.jna.Structure
Copy the fields of the struct from native memory to the Java fields
read() - Method in class com.sun.squawk.io.BufferedReader
Read a single character.
read(char[], int, int) - Method in class com.sun.squawk.io.BufferedReader
Read characters into a portion of an array.
read() - Method in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Read new data in the structure
read(int, int) - Method in class edu.wpi.first.wpilibj.fpga.tDMAManager
 
read(int, int, byte[]) - Method in class edu.wpi.first.wpilibj.I2C
Execute a read transaction with the device.
read() - Method in class edu.wpi.first.wpilibj.image.CurveOptions
 
read() - Method in class edu.wpi.first.wpilibj.image.EllipseDescriptor
 
read() - Method in class edu.wpi.first.wpilibj.image.RegionOfInterest
 
read() - Method in class edu.wpi.first.wpilibj.image.ShapeDetectionOptions
 
read(int) - Method in class edu.wpi.first.wpilibj.SerialPort
Read raw bytes out of the buffer.
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read() - Method in class java.io.DataInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class java.io.DataInputStream
See the general contract of the read method of DataInput.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class java.io.InputStreamReader
Read a single character.
read(char[], int, int) - Method in class java.io.InputStreamReader
Read characters into a portion of an array.
read() - Method in class java.io.Reader
Read a single character.
read(char[]) - Method in class java.io.Reader
Read characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Read characters into a portion of an array.
READ - Static variable in class javax.microedition.io.Connector
Access mode READ.
READ_SECURED_SILICON_AREA - Static variable in class com.sun.squawk.vm.ChannelConstants
 
READ_WRITE - Static variable in class javax.microedition.io.Connector
Access mode READ_WRITE.
readAllValues(long[]) - Static method in class com.sun.squawk.VM.Stats
Take a sample of all data and store into values.
readAvailableToLoad() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readAverageBits(int) - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
readBFL() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readBoolean() - Method in interface java.io.DataInput
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
READBUF - Static variable in class com.sun.squawk.vm.ChannelConstants
 
READBYTE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readBytes(int, byte[], int, int) - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
readBytes(int, byte[], int, int) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
readCenter() - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
readChallenge() - Static method in class edu.wpi.first.wpilibj.fpga.tSysWatchdog
 
readChannels() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readChannels_MISO_Channel() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readChannels_MISO_Module() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readChannels_MOSI_Channel() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readChannels_MOSI_Module() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readChannels_SCLK_Channel() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readChannels_SCLK_Module() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readChannels_SS_Channel() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readChannels_SS_Module() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readChar() - Method in interface java.io.DataInput
Reads an input char and returns the char value.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readCommand() - Static method in class edu.wpi.first.wpilibj.fpga.tSysWatchdog
 
readConfig() - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
readConfig() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
readConfig() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readConfig_ASource_AnalogTrigger() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_ASource_Channel() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_ASource_Module() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_BSource_AnalogTrigger() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_BSource_Channel() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_BSource_Module() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_BusBitWidth() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readConfig_ClockHalfPeriodDelay() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readConfig_ClockPolarity() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readConfig_ConvertRate() - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
readConfig_DataOnFalling() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readConfig_DownFallingEdge() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_DownRisingEdge() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_DownSource_AnalogTrigger() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_DownSource_Channel() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_DownSource_Module() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_Enable() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_Enable() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_Enable_Accumulator0() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_Accumulator1() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_AI0_High() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_AI0_Low() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_AI1_High() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_AI1_Low() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_AIAveraged0_High() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_AIAveraged0_Low() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_AIAveraged1_High() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_AIAveraged1_Low() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_AnalogTriggers() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_Counters_High() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_Counters_Low() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_CounterTimers_High() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_CounterTimers_Low() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_DI() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_Encoders() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_EncoderTimers() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_ExternalClock() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_ExternalClockSource_AnalogTrigger() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_ExternalClockSource_Channel() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_ExternalClockSource_Module() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_FallingEdge() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_FallingEdge() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
readConfig_FramePolarity() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readConfig_IndexActiveHigh() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_IndexActiveHigh() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_IndexSource_AnalogTrigger() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_IndexSource_AnalogTrigger() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_IndexSource_Channel() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_IndexSource_Channel() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_IndexSource_Module() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_IndexSource_Module() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_LatchFirst() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readConfig_LatchLast() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readConfig_Mode() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_MSBfirst() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readConfig_Pause() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_PulseLengthThreshold() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_Reverse() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_RisingEdge() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_RisingEdge() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
readConfig_ScanSize() - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
readConfig_Source_AnalogTrigger() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
readConfig_Source_Channel() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
readConfig_Source_Module() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
readConfig_UpFallingEdge() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_UpRisingEdge() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_UpSource_AnalogTrigger() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_UpSource_Channel() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_UpSource_Module() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_WaitForAck() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
readConfig_WriteOnly() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readDataToLoad() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readDeadband() - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
readDI() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readDO() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readDO7_0(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSolenoid
 
readDouble() - Method in interface java.io.DataInput
Reads eight input bytes and returns a double value.
readDouble() - Method in class java.io.DataInputStream
Reads a 64 bit double.
readEnable() - Static method in class edu.wpi.first.wpilibj.fpga.tAlarm
 
Reader - Class in java.io
Abstract class for reading character streams.
Reader() - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the given object.
readExpiration() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
readFilterPeriod(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readFilterSelect(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readFloat() - Method in interface java.io.DataInput
Reads four input bytes and returns a float value.
readFloat() - Method in class java.io.DataInputStream
Reads a 32 bit float.
readFPGA_LED() - Static method in class edu.wpi.first.wpilibj.fpga.tGlobal
 
readFully(byte[]) - Method in interface java.io.DataInput
Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Reads len bytes from an input stream.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readI2CConfig() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CConfig_Address() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CConfig_BytesToRead() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CConfig_BytesToWrite() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CConfig_DataToSendHigh() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CDataReceived() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CDataToSend() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CStatus() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CStatus_Aborted() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CStatus_DataReceivedHigh() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CStatus_Done() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CStatus_Transaction() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readImmortal() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
READINT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readInterruptTimestamp() - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
Return the timestamp for the interrupt that occurred most recently.
readLine() - Method in class com.sun.squawk.io.BufferedReader
Read a line of text.
readLine() - Method in class com.sun.squawk.util.LineReader
Read a line of text.
readLines(Vector) - Method in class com.sun.squawk.util.LineReader
Read all the lines from the input stream and add them to a given Vector.
readLocalTime() - Static method in class edu.wpi.first.wpilibj.fpga.tGlobal
 
READLONG - Static variable in class com.sun.squawk.vm.ChannelConstants
 
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readLoopTiming() - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
readLoopTiming() - Static method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readLowerLimit() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readOutput() - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
readOutput() - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
readOutput(int) - Static method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readOutput() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readOutput() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readOutput_Count() - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
readOutput_Direction() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readOutput_Direction() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readOutput_Falling(int) - Static method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readOutput_InHysteresis(int) - Static method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readOutput_OverLimit(int) - Static method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readOutput_Rising(int) - Static method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readOutput_Value() - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
readOutput_Value() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readOutput_Value() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readOutputEnable() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readOversampleBits(int) - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
readPulse() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readPulseLength() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readPWMConfig() - Static method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readPWMConfig_MinHigh() - Static method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readPWMConfig_Period() - Static method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readPWMPeriodScale(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readPWMValue(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readRate() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readReadSelect() - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
readReadSelect_Averaged() - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
readReadSelect_Channel() - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
readReadSelect_Module() - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
readReceivedData() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readReceivedElements() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readRevision() - Static method in class edu.wpi.first.wpilibj.fpga.tGlobal
 
readScanList(int) - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
READSHORT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readSlowValue() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readSlowValue_I2CHeader() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readSlowValue_RelayFwd() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readSlowValue_RelayRev() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readSourceSelect() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readSourceSelect_Averaged() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readSourceSelect_Channel() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readSourceSelect_Filter() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readSourceSelect_FloatingRollover() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readSourceSelect_Module() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readSourceSelect_RolloverLimit() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readStatus() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readStatus() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
readStatus_Alive() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
readStatus_DisableCount() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
readStatus_Idle() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readStatus_ReceivedDataOverflow() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readStatus_SysDisableCount() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
readStatus_SystemActive() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
readString() - Method in class edu.wpi.first.wpilibj.SerialPort
Read a string out of the buffer.
readString(int) - Method in class edu.wpi.first.wpilibj.SerialPort
Read a string out of the buffer.
readTimer() - Static method in class edu.wpi.first.wpilibj.fpga.tSysWatchdog
 
readTimer() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
readTimerConfig() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readTimerConfig() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readTimerConfig_AverageSize() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readTimerConfig_AverageSize() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readTimerConfig_StallPeriod() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readTimerConfig_StallPeriod() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readTimerConfig_UpdateWhenEmpty() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readTimerConfig_UpdateWhenEmpty() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readTimerOutput() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readTimerOutput() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readTimerOutput_Count() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readTimerOutput_Count() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readTimerOutput_Period() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readTimerOutput_Period() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readTimerOutput_Stalled() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readTimerOutput_Stalled() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readTimeStamp() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
readTriggerTime() - Static method in class edu.wpi.first.wpilibj.fpga.tAlarm
 
readUnsignedByte() - Method in interface java.io.DataInput
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes, zero-extends it to type int, and returns an int value in the range 0 through 65535.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUpperLimit() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
readVersion() - Static method in class edu.wpi.first.wpilibj.fpga.tGlobal
 
ready() - Method in class com.sun.cldc.i18n.StreamReader
Tell whether the underlying byte stream is ready to be read.
ready() - Method in class com.sun.squawk.io.BufferedReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Tell whether this stream is ready to be read.
reboot(int) - Static method in class com.sun.spot.ota.VxWorks
Reboot cRIO
rebootFunction - Static variable in class com.sun.spot.ota.VxWorks
 
rebuild() - Method in interface javax.microedition.rms.RecordEnumeration
Request that the enumeration be updated to reflect the current record set.
receive() - Method in class com.sun.squawk.io.mailboxes.Channel
Wait for an envelope sent to this channel.
receive(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Receive a datagram.
recordAdded(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called when a record has been added to a record store.
recordChanged(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called after a record in a record store has been changed.
RecordComparator - Interface in javax.microedition.rms
An interface defining a comparator which compares two records (in an implementation-defined manner) to see if they match or what their relative sort order is.
recordDeleted(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called after a record has been deleted from a record store.
RecordEnumeration - Interface in javax.microedition.rms
An interface representing a bidirectional record store Record enumerator.
RecordFilter - Interface in javax.microedition.rms
An interface defining a filter which examines a record to see if it matches (based on an application-defined criteria).
RecordListener - Interface in javax.microedition.rms
A listener interface for receiving Record Changed/Added/Deleted events from a record store.
RecordStore - Class in javax.microedition.rms
A class representing a record store.
RecordStoreException - Exception in javax.microedition.rms
Thrown to indicate a general exception occurred in a record store operation.
RecordStoreException() - Constructor for exception javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with no detail message.
RecordStoreException(String) - Constructor for exception javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with the specified detail message.
RecordStoreFullException - Exception in javax.microedition.rms
Thrown to indicate an operation could not be completed because the record store system storage is full.
RecordStoreFullException() - Constructor for exception javax.microedition.rms.RecordStoreFullException
Constructs a new RecordStoreFullException with no detail message.
RecordStoreFullException(String) - Constructor for exception javax.microedition.rms.RecordStoreFullException
Constructs a new RecordStoreFullException with the specified detail message.
RecordStoreNotFoundException - Exception in javax.microedition.rms
Thrown to indicate an operation could not be completed because the record store could not be found.
RecordStoreNotFoundException() - Constructor for exception javax.microedition.rms.RecordStoreNotFoundException
Constructs a new RecordStoreNotFoundException with no detail message.
RecordStoreNotFoundException(String) - Constructor for exception javax.microedition.rms.RecordStoreNotFoundException
Constructs a new RecordStoreNotFoundException with the specified detail message.
RecordStoreNotOpenException - Exception in javax.microedition.rms
Thrown to indicate that an operation was attempted on a closed record store.
RecordStoreNotOpenException() - Constructor for exception javax.microedition.rms.RecordStoreNotOpenException
Constructs a new RecordStoreNotOpenException with no detail message.
RecordStoreNotOpenException(String) - Constructor for exception javax.microedition.rms.RecordStoreNotOpenException
Constructs a new RecordStoreNotOpenException with the specified detail message.
Reference - Class in java.lang.ref
Abstract base class for reference objects.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
RegionOfInterest - Class in edu.wpi.first.wpilibj.image
This is a dummy class which needs to be filled in.
RegionOfInterest() - Constructor for class edu.wpi.first.wpilibj.image.RegionOfInterest
 
rehash() - Method in class com.sun.squawk.util.IntHashtable
Rehashes the contents of the hashtable into a hashtable with a larger capacity.
rehash() - Method in class java.util.Hashtable
Rehashes the contents of the hashtable into a hashtable with a larger capacity.
Relay - Class in edu.wpi.first.wpilibj
Class for Spike style relay outputs.
Relay(int, int, Relay.Direction) - Constructor for class edu.wpi.first.wpilibj.Relay
Relay constructor given the module and the channel.
Relay(int, Relay.Direction) - Constructor for class edu.wpi.first.wpilibj.Relay
Relay constructor given a channel only where the default digital module is used.
Relay(int, int) - Constructor for class edu.wpi.first.wpilibj.Relay
Relay constructor given the module and the channel, allowing both directions.
Relay(int) - Constructor for class edu.wpi.first.wpilibj.Relay
Relay constructor given a channel only where the default digital module is used, allowing both directions.
Relay.Direction - Class in edu.wpi.first.wpilibj
The Direction(s) that a relay is configured to operate in.
Relay.InvalidValueException - Exception in edu.wpi.first.wpilibj
This class represents errors in trying to set realy values contradictory to the direction to which the relay is set.
Relay.InvalidValueException(String) - Constructor for exception edu.wpi.first.wpilibj.Relay.InvalidValueException
Create a new exception with the given message
Relay.Value - Class in edu.wpi.first.wpilibj
The state to drive a Relay to.
release() - Method in class com.sun.cldc.jna.Pointer
Free the backing native memory for this pointer if this pointer was created by allocating memory.
release() - Method in class com.sun.cldc.jna.Structure
Release the backing memory for the structure, if it was malloced
release() - Method in class edu.wpi.first.wpilibj.DriverStation
Kill the thread
Release() - Method in class edu.wpi.first.wpilibj.fpga.tSystem
Releases the native C++ resources held by the tSystem instance.
releaseSector(INorFlashSector, int) - Method in interface com.sun.squawk.peripheral.INorFlashSectorAllocator
Notify the allocator that a previously allocated sector is no longer required
releaseSector(INorFlashSector, int) - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
 
remapDigitalChannel(int) - Static method in class edu.wpi.first.wpilibj.DigitalModule
Convert a channel to its fpga reference
remove(INorFlashSectorState) - Method in interface com.sun.squawk.flash.INorFlashSectorStateList
 
remove(INorFlashSectorState) - Method in class com.sun.squawk.flash.NorFlashSectorStateList
 
remove(String) - Method in class com.sun.squawk.io.MulticastOutputStream
Removes a given output stream from those contained by this multicaster.
remove(int) - Method in class com.sun.squawk.util.IntHashtable
Removes the key (and its corresponding value) from this hashtable.
remove(Object) - Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
removeAll() - Method in class com.sun.squawk.io.MulticastOutputStream
Removes all the output streams to which this multicaster is redirecting output.
removeAll(Class) - Method in class com.sun.squawk.peripheral.PeripheralRegistry
 
removeAllElements() - Method in class com.sun.squawk.util.SquawkVector
Removes all components from this vector and sets its size to zero.
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeElement(Object) - Method in class com.sun.squawk.util.SquawkVector
Removes the first occurrence of the argument from this vector.
removeElement(Object) - Method in class java.util.Vector
Removes the first occurrence of the argument from this vector.
removeElementAt(int) - Method in class com.sun.squawk.util.SquawkVector
Deletes the component at the specified index.
removeElementAt(int) - Method in class java.util.Vector
Deletes the component at the specified index.
removeErasedHeader() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
removeErasedHeader() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
removeErr(String) - Method in class com.sun.squawk.Isolate
Removes the connection identified by url (if any) to which System.err is currently sending its output.
removeLifecycleListener(Isolate.LifecycleListener, int) - Method in class com.sun.squawk.Isolate
Remove an Isolate.LifecycleListener from this isolate.
removeOut(String) - Method in class com.sun.squawk.Isolate
Removes the connection identified by url (if any) to which System.out is currently sending its output.
removeRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Removes the specified RecordListener.
removeShutdownHook(Isolate, Runnable) - Static method in class com.sun.squawk.VM
De-registers a previously-registered virtual-machine shutdown hook.
removeShutdownHook(Thread) - Static method in class com.sun.squawk.VM
De-registers a previously-registered virtual-machine shutdown hook.
reOpen() - Method in class com.sun.squawk.io.mailboxes.ServerChannel
Re-opens a closed ServerChannel.
REPAINT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
replace(char, char) - Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
replaceBluePlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the blue color plane from the image when represented in RGB color space.
replaceGreenPlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the green color plane from the image when represented in RGB color space.
replaceHSIHuePlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the hue color plane from the image when represented in HSI color space.
replaceHSISaturationPlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the saturation color plane from the image when represented in HSI color space.
replaceHSLHuePlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the hue color plane from the image when represented in HSL color space.
replaceHSLSaturationPlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the saturation color plane from the image when represented in HSL color space.
replaceHSVHuePlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the hue color plane from the image when represented in HSV color space.
replaceHSVSaturationPlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the saturation color plane from the image when represented in HSV color space.
replaceIntensityPlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the intensity color plane from the image when represented in HSI color space.
replaceLuminancePlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the luminance color plane from the image when represented in HSL color space.
replaceRedPlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the red color plane from the image when represented in RGB color space.
replaceValuePlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the value color plane from the image when represented in HSV color space.
REPROGRAM_MMU - Static variable in class com.sun.squawk.vm.ChannelConstants
 
requestInterrupts(Object, Object) - Method in class edu.wpi.first.wpilibj.DigitalInput
Request interrupts asynchronously on this digital input.
requestInterrupts() - Method in class edu.wpi.first.wpilibj.DigitalInput
Request interrupts synchronously on this digital input.
reScanBlock(Address, Address, IMemoryHeapBlock) - Method in interface com.sun.squawk.flash.INorFlashMemoryHeapScanner
 
reserve() - Method in class edu.wpi.first.wpilibj.fpga.tInterruptManager
 
reset() - Method in class com.sun.cldc.i18n.StreamReader
Reset the stream.
reset() - Method in class com.sun.squawk.io.BufferedReader
Reset the stream to the most recent mark.
RESET - Static variable in class com.sun.squawk.vm.ChannelConstants
 
reset() - Method in class edu.wpi.first.wpilibj.Counter
Reset the Counter to zero.
reset() - Method in interface edu.wpi.first.wpilibj.CounterBase
Reset the count to zero
reset() - Method in class edu.wpi.first.wpilibj.Encoder
Reset the Encoder distance to zero.
reset() - Method in class edu.wpi.first.wpilibj.Gyro
Reset the gyro.
reset() - Method in class edu.wpi.first.wpilibj.PIDController
Reset the previous error,, the integral term, and disable the controller.
reset() - Method in class edu.wpi.first.wpilibj.SerialPort
Reset the serial port driver to a known state.
reset() - Method in class edu.wpi.first.wpilibj.Timer
Reset the timer by setting the time to 0.
reset() - Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class java.io.ByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class java.io.DataInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.InputStreamReader
Reset the stream.
reset() - Method in class java.io.Reader
Reset the stream.
reset() - Method in interface javax.microedition.io.Datagram
Zero the read/write pointer as well as the offset and length state variables.
reset() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the enumeration index to the same state as right after the enumeration was created.
RESET_BIT - Static variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
 
resetAccumulator() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Resets the accumulator to the initial value.
resetBytes() - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
resetBytes() - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
resetEncoder(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Reset the position of an encoder to 0.
resetHead() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
resetHead() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
resetRecordStoreManager() - Static method in class com.sun.squawk.imp.ImpGlobal
 
resetSingleton() - Static method in class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
 
Resource - Class in edu.wpi.first.wpilibj
Track resources in the program.
Resource(int) - Constructor for class edu.wpi.first.wpilibj.Resource
Allocate storage for a new instance of Resource.
restartProgram() - Static method in class edu.wpi.first.wpilibj.Resource
Clears all allocated resources
RESULT_BADCONTEXT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
RESULT_BADPARAMETER - Static variable in class com.sun.squawk.vm.ChannelConstants
 
RESULT_EXCEPTION - Static variable in class com.sun.squawk.vm.ChannelConstants
 
RESULT_MALLOCFAILURE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
RESULT_OK - Static variable in class com.sun.squawk.vm.ChannelConstants
 
resumeRequest() - Method in class javax.microedition.midlet.MIDlet
Provides a MIDlet with a mechanism to indicate that it is interested in entering the Active state.
RESYNCH - Static variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
 
returnString(int) - Static method in class com.sun.cldc.jna.Function
Standard conversion function that creates java string from a C char* ptr.
returnStruct(Class, int) - Static method in class com.sun.cldc.jna.Function
Standard conversion function that creates an structure instance of type klass from a C address ptr.
reverse() - Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
RGBImage - Class in edu.wpi.first.wpilibj.image
A color image represented in RGB color space at 3 bytes per pixel.
RGBImage() - Constructor for class edu.wpi.first.wpilibj.image.RGBImage
Create a new 0x0 image.
RGBImage(String) - Constructor for class edu.wpi.first.wpilibj.image.RGBImage
Create a new image by loading a file.
rint(double) - Static method in class com.sun.squawk.util.MathUtils
Returns the double value that is closest in value to the argument and is equal to a mathematical integer.
RMS_PURPOSED - Static variable in interface com.sun.squawk.peripheral.INorFlashSector
 
RobotBase - Class in edu.wpi.first.wpilibj
Implement a Robot Program framework.
RobotBase() - Constructor for class edu.wpi.first.wpilibj.RobotBase
Constructor for a generic robot program.
RobotDrive - Class in edu.wpi.first.wpilibj
Utility class for handling Robot drive based on a definition of the motor configuration.
RobotDrive(int, int, double) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
Constructor for RobotDrive with 2 motors specified with channel numbers.
RobotDrive(int, int) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
RobotDrive constructor that uses a default sensitivity
RobotDrive(int, int, int, int, double) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
Constructor for RobotDrive with 4 motors specified with channel numbers.
RobotDrive(int, int, int, int) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
Constructor for RobotDrive with a default sensitivity
RobotDrive(SpeedController, SpeedController, double) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
Constructor for RobotDrive with 2 motors specified as SpeedController objects.
RobotDrive(SpeedController, SpeedController) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
RobotDrive constructor with SpeedControllers as parameters.
RobotDrive(SpeedController, SpeedController, SpeedController, SpeedController, double) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
Constructor for RobotDrive with 4 motors specified as SpeedController objects.
RobotDrive(SpeedController, SpeedController, SpeedController, SpeedController) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
Constructor for RobotDrive with 4 motors specified as SpeedController objects.
RobotDrive.MotorType - Class in edu.wpi.first.wpilibj
The location of a motor on the robot for the purpose of driving
robotInit() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Robot-wide initialization code should go here.
robotMain() - Method in class edu.wpi.first.wpilibj.SimpleRobot
Robot main program for free-form programs.
round(double) - Static method in class com.sun.squawk.util.MathUtils
Returns the closest long to the argument.
round(float) - Static method in class com.sun.squawk.util.MathUtils
Returns the closest int to the argument.
roundDown(int) - Method in class com.sun.squawk.Address
Rounds this address down based on a given alignment.
roundDownToWord() - Method in class com.sun.squawk.Address
Rounds this address down to a machine word boundary.
roundUp(int) - Method in class com.sun.squawk.Address
Rounds this address up based on a given alignment.
roundUpToWord() - Method in class com.sun.squawk.Address
Rounds this address up to a machine word boundary.
run() - Method in class com.sun.spot.ota.OtaCommandListener
 
run() - Method in class com.sun.spot.ota.ServerSocketListener
 
run() - Method in class com.sun.squawk.Isolate
Deprecated. This is called by the system (in Isolate.start()}, and shouldn't be called directly
run(String) - Static method in class edu.wpi.first.testing.TestClass
Run the tests within the class name given
run(String, String) - Static method in class edu.wpi.first.testing.TestClass
Run the given test within the given class
run() - Method in class edu.wpi.first.testing.TestClass.Test
The code to test.
run() - Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
run() - Method in class java.util.TimerTask
The action to be performed by this timer task.
run() - Method in class tests.TestApp2
 
runAll() - Static method in class edu.wpi.first.testing.TestClass
Run all of the tests in all of the classes.
Runnable - Interface in java.lang
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
Runtime - Class in java.lang
Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
RuntimeException - Exception in java.lang
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
RuntimeException() - Constructor for exception java.lang.RuntimeException
Constructs a RuntimeException with no detail message.
RuntimeException(String) - Constructor for exception java.lang.RuntimeException
Constructs a RuntimeException with the specified detail message.
runXTests() - Static method in class com.sun.squawk.Test
 

S

S_objLib_OBJ_DELETED - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
S_objLib_OBJ_ID_ERROR - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
S_objLib_OBJ_TIMEOUT - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
S_objLib_OBJ_UNAVAILABLE - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
S_semLib_COUNT_OVERFLOW - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
S_semLib_INVALID_INITIAL_COUNT - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
S_semLib_INVALID_OPERATION - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
S_semLib_INVALID_OPTION - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
S_semLib_INVALID_QUEUE_TYPE - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
S_semLib_INVALID_STATE - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
s_updateNumber - Static variable in class edu.wpi.first.wpilibj.Dashboard
 
SATURDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Saturday.
save(DataOutputStream, String) - Method in class com.sun.squawk.Isolate
Serializes the object graph rooted by this hibernated isolate and writes it to a given stream.
save(DataOutputStream, String, boolean) - Method in class com.sun.squawk.Isolate
Serializes the object graph rooted by this hibernated isolate and writes it to a given stream.
scalbn(double, int) - Static method in class com.sun.squawk.util.MathUtils
performs x*2^n by exponent manipulation
scanBlock(IMemoryHeapBlock) - Method in interface com.sun.squawk.flash.INorFlashMemoryHeapScanner
 
scanBlocks(INorFlashMemoryHeapScanner) - Method in interface com.sun.squawk.flash.INorFlashMemoryHeap
 
scanBlocks(INorFlashMemoryHeapScanner) - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
It is guaranteed that the order that blocks were allocated in, is the order in which they will be iterated.
schedule(TimerTask, long) - Method in class java.util.Timer
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
schedule(TimerTask, Date) - Method in class java.util.Timer
Schedules the specified task for execution at the specified time.
schedule(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduledExecutionTime() - Method in class java.util.TimerTask
Returns the scheduled execution time of the most recent actual execution of this task.
SCREENHEIGHT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SCREENWIDTH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
sectors - Variable in class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
 
SECTORS_FILE_EXTENSION - Static variable in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
sectorStates - Variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
SecurityException - Exception in java.lang
Thrown by the system to indicate a security violation.
SecurityException() - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String) - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
Semaphore - Class in edu.wpi.first.wpilibj.communication
Class exposing C semaphores.
Semaphore(Semaphore.Options) - Constructor for class edu.wpi.first.wpilibj.communication.Semaphore
Create a new semaphore.
Semaphore(Semaphore.Options, boolean) - Constructor for class edu.wpi.first.wpilibj.communication.Semaphore
Create a semaphore with the given initial state.
Semaphore(Semaphore.Options, int) - Constructor for class edu.wpi.first.wpilibj.communication.Semaphore
Create a counting semaphore with the given value.
Semaphore.Options - Class in edu.wpi.first.wpilibj.communication
Options to create a semaphore with.
Semaphore.Options() - Constructor for class edu.wpi.first.wpilibj.communication.Semaphore.Options
 
SemaphoreException - Exception in edu.wpi.first.wpilibj.communication
 
SemaphoreException(int) - Constructor for exception edu.wpi.first.wpilibj.communication.SemaphoreException
Generate a new SemaphoreException from the given status code.
send(Envelope) - Method in class com.sun.squawk.io.mailboxes.Channel
Sends a message to the remote channel.
send(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Send a datagram.
sendStatData(DataOutputStream) - Method in class com.sun.squawk.VM.Stats
Take a sample of all statics and send to output stream dos.
SensorBase - Class in edu.wpi.first.wpilibj
Base class for all sensors.
SensorBase() - Constructor for class edu.wpi.first.wpilibj.SensorBase
Creates an instance of the sensor base and gets an FPGA handle
SEPTEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the ninth month of the year.
sequence - Variable in class com.sun.squawk.flash.NorFlashSectorState
 
SerialPort - Class in edu.wpi.first.wpilibj
Driver for the RS-232 serial port on the cRIO.
SerialPort(int, int, SerialPort.Parity, SerialPort.StopBits) - Constructor for class edu.wpi.first.wpilibj.SerialPort
Create an instance of a Serial Port class.
SerialPort(int, int, SerialPort.Parity) - Constructor for class edu.wpi.first.wpilibj.SerialPort
Create an instance of a Serial Port class.
SerialPort(int, int) - Constructor for class edu.wpi.first.wpilibj.SerialPort
Create an instance of a Serial Port class.
SerialPort(int) - Constructor for class edu.wpi.first.wpilibj.SerialPort
Create an instance of a Serial Port class.
SerialPort.FlowControl - Class in edu.wpi.first.wpilibj
Represents what type of flow control to use for serial communication
SerialPort.Parity - Class in edu.wpi.first.wpilibj
Represents the parity to use for serial communications
SerialPort.StopBits - Class in edu.wpi.first.wpilibj
Represents the number of stop bits to use for Serial Communication
SerialPort.WriteBufferMode - Class in edu.wpi.first.wpilibj
Represents which type of buffer mode to use when writing to a serial port
server - Variable in class com.sun.spot.ota.OtaCommandListener
 
server - Variable in class com.sun.squawk.io.j2me.pipe.PipeOutputStream
 
ServerChannel - Class in com.sun.squawk.io.mailboxes
Given that a Channel is a one-to-one connection between two isolates, a ServerChannel provides a factory to create new Channels by name.
ServerSocketConnection - Interface in com.sun.squawk.microedition.io
This interface defines the server socket stream connection.
ServerSocketListener - Class in com.sun.spot.ota
 
ServerSocketListener(int) - Constructor for class com.sun.spot.ota.ServerSocketListener
 
Servo - Class in edu.wpi.first.wpilibj
Standard hobby style servo.
Servo(int) - Constructor for class edu.wpi.first.wpilibj.Servo
Constructor that assumes the default digital module.
Servo(int, int) - Constructor for class edu.wpi.first.wpilibj.Servo
Constructor that specifies the digital module.
set(boolean) - Method in class edu.wpi.first.wpilibj.DigitalOutput
Set the value of a digital output.
set(double) - Method in class edu.wpi.first.wpilibj.Jaguar
Set the PWM value.
set(Relay.Value) - Method in class edu.wpi.first.wpilibj.Relay
Set the relay state.
set(double) - Method in class edu.wpi.first.wpilibj.Servo
Set the servo position.
set(boolean) - Method in class edu.wpi.first.wpilibj.Solenoid
Set the value of a solenoid.
set(double) - Method in interface edu.wpi.first.wpilibj.SpeedController
Common interface for setting the speed of a speed controller.
set(double) - Method in class edu.wpi.first.wpilibj.Victor
Set the PWM value.
set(int, int) - Method in class java.util.Calendar
Sets the time field with the given value.
set32(int, int, int, NiRioStatus) - Static method in class com.ni.rio.NiRioSrv
 
SET_DEEP_SLEEP_ENABLED - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SET_MINIMUM_DEEP_SLEEP_TIME - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SET_SHALLOW_SLEEP_CLOCK_MODE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SET_SYSTEM_TIME - Static variable in class com.sun.squawk.vm.ChannelConstants
 
setAccumulatorCenter(int) - Method in class edu.wpi.first.wpilibj.AnalogChannel
Set the center value of the accumulator.
setAccumulatorDeadband(int) - Method in class edu.wpi.first.wpilibj.AnalogChannel
Set the accumulator's deadband.
setAccumulatorInitialValue(long) - Method in class edu.wpi.first.wpilibj.AnalogChannel
Set an inital value for the accumulator.
setAddress(Address) - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
setAddress(Address) - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
setAddress(Address, int, Address) - Static method in class com.sun.squawk.Unsafe
Sets a pointer value in memory without updating the write barrier.
setAddress(String) - Method in interface javax.microedition.io.Datagram
Set datagram address.
setAddress(Datagram) - Method in interface javax.microedition.io.Datagram
Set datagram address, copying the address from another datagram.
setAnalogOut(int, double) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Set the analog output voltage.
setAngle(double) - Method in class edu.wpi.first.wpilibj.Servo
Set the servo angle.
setAsDaemonThread(Thread) - Static method in class com.sun.squawk.VM
Mark the specified thread to be a daemon thread (won't prevent VM from exiting).
setAutomaticMode(boolean) - Method in class edu.wpi.first.wpilibj.Ultrasonic
Turn Automatic mode on/off.
setAverageBits(int) - Method in class edu.wpi.first.wpilibj.AnalogChannel
Set the number of averaging bits.
setAverageBits(int, int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Set the number of averaging bits.
setAveraged(boolean) - Method in class edu.wpi.first.wpilibj.AnalogTrigger
Configure the analog trigger to use the averaged vs. raw values.
setAxisChannel(Joystick.AxisType, int) - Method in class edu.wpi.first.wpilibj.Joystick
Set the channel associated with a specified axis.
setBounds(int, int, int, int, int) - Method in class edu.wpi.first.wpilibj.PWM
Set the bounds on the PWM values.
setByte(long, byte) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Sets the byte at the given offset in the memory area associated with this object.
setByte(Address, int, int) - Static method in class com.sun.squawk.Unsafe
Sets an 8 bit value in memory.
setByte(int, byte) - Method in class edu.wpi.first.wpilibj.Dashboard.MemAccess
 
setBytes(byte[], int, int) - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
setBytes(byte[], int, int) - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
setBytes(int, byte[], int, int) - Method in interface com.sun.squawk.peripheral.INorFlashSector
 
setBytes(int, byte[], int, int) - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
setBytes(long, byte[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Sets number bytes starting at the given offset in the memory area associated with this object from the byte array passed starting at position low.
setBytes(Address, int, byte[], int, int) - Static method in class com.sun.squawk.Unsafe
Copy from byte array to memory.
setBytes(byte[], int, int) - Method in class com.sun.squawk.util.ByteArrayInputStreamWithSetBytes
 
setBytes(int, byte[], int, int) - Method in class edu.wpi.first.wpilibj.Dashboard.MemAccess
 
setChar(Address, int, int) - Static method in class com.sun.squawk.Unsafe
Sets an unsigned 16 bit value in memory.
setCharAt(int, char) - Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
SETCLIP - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SETCOLOR - Static variable in class com.sun.squawk.vm.ChannelConstants
 
setContinuous(boolean) - Method in class edu.wpi.first.wpilibj.PIDController
Set the PID controller to consider the input to be continuous, Rather then using the max and min in as constraints, it considers them to be the same point and automatically calculates the shortest route to the setpoint.
setContinuous() - Method in class edu.wpi.first.wpilibj.PIDController
Set the PID controller to consider the input to be continuous, Rather then using the max and min in as constraints, it considers them to be the same point and automatically calculates the shortest route to the setpoint.
setData() - Method in class edu.wpi.first.wpilibj.DriverStation
Copy status data from the DS task for the user.
setData(byte[], int, int) - Method in interface javax.microedition.io.Datagram
Set the buffer, offset and length state variables.
setDefaultAnalogModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Sets the default Analog module.
setDefaultDigitalModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Sets the default Digital Module.
setDefaultSolenoidModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Set the default location for the Solenoid (9472) module.
setDefaultTaskExecutor() - Method in class com.sun.cldc.jna.BlockingFunction
Set this blocking function to run using a default TaskExecutor.
setDeleteSafe(boolean) - Method in class edu.wpi.first.wpilibj.communication.Semaphore.Options
Set whether or not the semaphore is delete safe.
setDigitalConfig(int, DriverStationEnhancedIO.tDigitalConfig) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Override the DS's configuration of a DIO line.
setDigitalOut(int, boolean) - Method in class edu.wpi.first.wpilibj.DriverStation
Set a value for the digital outputs on the Driver Station.
setDigitalOutput(int, boolean) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Set the state of a DIO line that is configured for digital output.
setDIO(int, boolean) - Method in class edu.wpi.first.wpilibj.DigitalModule
Write a digital I/O bit to the FPGA.
setDirection(Relay.Direction) - Method in class edu.wpi.first.wpilibj.Relay
Set the Relay Direction Changes which values the relay can be set to depending on which direction is used Valid inputs are kBothDirections, kForwardOnly, and kReverseOnly
setDistancePerPulse(double) - Method in class edu.wpi.first.wpilibj.Encoder
Set the distance per pulse for this encoder.
setDistanceUnits(Ultrasonic.Unit) - Method in class edu.wpi.first.wpilibj.Ultrasonic
Set the current DistanceUnit that should be used for the PIDSource base object.
setDouble(long, double) - Method in class com.sun.squawk.realtime.RawMemoryFloatAccess
Sets the double at the given offset in the memory area associated with this object.
setDouble(int, double) - Method in class edu.wpi.first.wpilibj.Dashboard.MemAccess
 
setDoubles(long, double[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryFloatAccess
Sets number doubles starting at the given offset in the memory area associated with this object from the double array passed starting at position low.
setDownSource(int) - Method in class edu.wpi.first.wpilibj.Counter
Set the down counting source to be a digital input channel.
setDownSource(int, int) - Method in class edu.wpi.first.wpilibj.Counter
Set the down counting source to be a digital input slot and channel.
setDownSource(DigitalSource) - Method in class edu.wpi.first.wpilibj.Counter
Set the source object that causes the counter to count down.
setDownSource(AnalogTrigger, AnalogTriggerOutput.Type) - Method in class edu.wpi.first.wpilibj.Counter
Set the down counting source to be an analog trigger.
setDownSourceEdge(boolean, boolean) - Method in class edu.wpi.first.wpilibj.Counter
Set the edge sensitivity on a down counting source.
setElementAt(Object, int) - Method in class com.sun.squawk.util.SquawkVector
Sets the component at the specified index of this vector to be the specified object.
setElementAt(Object, int) - Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setEnabled(boolean) - Method in class edu.wpi.first.wpilibj.Ultrasonic
Set if the ultrasonic is enabled
setEnabled(boolean) - Method in class edu.wpi.first.wpilibj.Watchdog
Enable or disable the watchdog timer.
setEncoderIndexEnable(int, boolean) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Enable or disable the index channel of a quadrature encoder.
setError() - Method in class java.io.PrintStream
Set the error state of the stream to true.
setErrorNotify(boolean) - Method in class edu.wpi.first.wpilibj.communication.Semaphore.Options
Set whether the semaphore should notify on an error.
setExpiration(double) - Method in class edu.wpi.first.wpilibj.Watchdog
Configure how many seconds your watchdog can be neglected before it starves to death.
setExternalDirectionMode() - Method in class edu.wpi.first.wpilibj.Counter
Set external direction mode on this counter.
setFiltered(boolean) - Method in class edu.wpi.first.wpilibj.AnalogTrigger
Configure the analog trigger to use a filtered value.
setFixedDigitalOutput(int, boolean) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Set the state to output on a Fixed High Current Digital Output line.
setFloat(long, float) - Method in class com.sun.squawk.realtime.RawMemoryFloatAccess
Sets the float at the given offset in the memory area associated with this object.
setFloat(int, float) - Method in class edu.wpi.first.wpilibj.Dashboard.MemAccess
 
setFloats(long, float[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryFloatAccess
Sets number floats starting at the given offset in the memory area associated with this object from the float array passed starting at position low.
setFlowControl(SerialPort.FlowControl) - Method in class edu.wpi.first.wpilibj.SerialPort
Set the type of flow control to enable on this port.
SETFONT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
setIdealYoungGenerationSizePercent(int) - Method in class com.sun.squawk.Lisp2GenerationalCollector
Sets the size for the young generation based on its ideal ratio to the heap size.
setInputRange(double, double) - Method in class edu.wpi.first.wpilibj.PIDController
Sets the maximum and minimum values expected from the input.
setInt(long, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Sets the int at the given offset in the memory area associated with this object.
setInt(Address, int, int) - Static method in class com.sun.squawk.Unsafe
Sets a 32 bit value in memory.
setInt(int, int) - Method in class edu.wpi.first.wpilibj.Dashboard.MemAccess
 
setInterruptable(boolean) - Method in class edu.wpi.first.wpilibj.communication.Semaphore.Options
Set whether the semaphore is inerruptable.
setInts(long, int[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Sets number ints starting at the given offset in the memory area associated with this object from the int array passed starting at position low.
setInts(Address, int, int[], int, int) - Static method in class com.sun.squawk.Unsafe
Copy from int array to memory.
setInversionSafe(boolean) - Method in class edu.wpi.first.wpilibj.communication.Semaphore.Options
Set whether the semaphore is inversion safe.
setInvertedMotor(RobotDrive.MotorType, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
Invert a motor direction.
setIsAllocated(boolean) - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
setIsAllocated(boolean) - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
setLED(int, boolean) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Set the state of an LED on the IO board.
setLEDs(byte) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Set the state of all 8 LEDs on the IO board.
setLeftRightMotorSpeeds(double, double) - Method in class edu.wpi.first.wpilibj.RobotDrive
Set the speed of the right and left motors.
setLength(int) - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
setLength(int) - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of this String buffer.
setLength(int) - Method in interface javax.microedition.io.Datagram
Set the length state variable.
setLimitsRaw(int, int) - Method in class edu.wpi.first.wpilibj.AnalogTrigger
Set the upper and lower limits of the analog trigger.
setLimitsVoltage(double, double) - Method in class edu.wpi.first.wpilibj.AnalogTrigger
Set the upper and lower limits of the analog trigger.
setLong(long, long) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Sets the long at the given offset in the memory area associated with this object.
setLong(Address, int, long) - Static method in class com.sun.squawk.Unsafe
Sets a 64 bit value in memory.
setLongAtWord(Address, int, long) - Static method in class com.sun.squawk.Unsafe
Sets a 64 bit value in memory at a 32 bit word offset.
setLongs(long, long[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Sets number longs starting at the given offset in the memory area associated with this object from the long array passed starting at position low.
setLongs(Address, int, long[], int, int) - Static method in class com.sun.squawk.Unsafe
Copy from long array to memory.
setMaxPeriod(double) - Method in class edu.wpi.first.wpilibj.Counter
Set the maximum period where the device is still considered "moving".
setMaxPeriod(double) - Method in interface edu.wpi.first.wpilibj.CounterBase
Set the maximum time between edges to be considered stalled
setMaxPeriod(double) - Method in class edu.wpi.first.wpilibj.Encoder
Sets the maximum period for stopped detection.
setMinRate(double) - Method in class edu.wpi.first.wpilibj.Encoder
Set the minimum rate of the device before the hardware reports it stopped.
setName(String) - Method in class com.sun.squawk.Isolate
Sets name of the isolate.
setNewDataSem(Semaphore) - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
Set the semaphore for the communications task to use
setNextOffset(int) - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
setNextOffset(int) - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
setNextSector(INorFlashSectorState) - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
setNextSector(INorFlashSectorState) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
SETOFFSCREENMODE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
setOutputRange(double, double) - Method in class edu.wpi.first.wpilibj.PIDController
Sets the minimum and maximum values to write.
setOversampleBits(int) - Method in class edu.wpi.first.wpilibj.AnalogChannel
Set the number of oversample bits.
setOversampleBits(int, int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Set the number of oversample bits.
setOwningList(INorFlashSectorStateList) - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
setOwningList(INorFlashSectorStateList) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
setPeriod(double) - Method in class edu.wpi.first.wpilibj.IterativeRobot
Set the period for the periodic functions.
setPeriodMultiplier(PWM.PeriodMultiplier) - Method in class edu.wpi.first.wpilibj.PWM
Slow down the PWM signal for old devices.
setPID(double, double, double) - Method in class edu.wpi.first.wpilibj.PIDController
Set the PID Controller gain parameters.
setPointer(int, Pointer) - Method in class com.sun.cldc.jna.Pointer
Set the word at offset from this pointer to the the address contained in ptr.
setPointer(Pointer) - Method in class com.sun.cldc.jna.PointerType
Set the underlying untyped pointer
setPosition(double) - Method in class edu.wpi.first.wpilibj.PWM
Set the PWM value based on a position.
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setPrioritySorted(boolean) - Method in class edu.wpi.first.wpilibj.communication.Semaphore.Options
Set true to use a priority sorted queue, false to use first-in first-out
setProperty(String, String) - Method in class com.sun.squawk.Isolate
Adds a named property to this isolate.
setProperty(String, String) - Static method in class com.sun.squawk.VM
On a hosted system , this calls System.setProperty(), otherwise calls Isolate.currentIsolate().setProperty()
setPulseLengthMode(double) - Method in class edu.wpi.first.wpilibj.Counter
Configure the counter to count in up or down based on the length of the input pulse.
setPWM(int, int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Set a PWM channel to the desired value.
setPWMOutput(int, double) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Set the percent duty-cycle to output on a PWM enabled DIO line.
setPWMPeriod(DriverStationEnhancedIO.tPWMPeriodChannels, double) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Set the period of a PWM generator.
setPWMPeriodScale(int, int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Set how how often the PWM signal is squelched, thus scaling the period.
setRaw(int) - Method in class edu.wpi.first.wpilibj.PWM
Set the PWM value directly to the hardware.
setRecord(int, byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Sets the data in the given record to that passed in.
setRelayForward(int, boolean) - Method in class edu.wpi.first.wpilibj.DigitalModule
Set the state of a relay.
setRelayReverse(int, boolean) - Method in class edu.wpi.first.wpilibj.DigitalModule
Set the state of a relay.
setRelayValue(Relay.Value) - Method in class edu.wpi.first.wpilibj.Compressor
Operate the relay for the compressor.
setRequestMethod(String) - Method in interface javax.microedition.io.HttpConnection
Set the method for the URL request, one of: GET POST HEAD are legal, subject to protocol restrictions.
setRequestProperty(String, String) - Method in interface javax.microedition.io.HttpConnection
Sets the general request property.
setReverseDirection(boolean) - Method in class edu.wpi.first.wpilibj.Counter
Set the Counter to return reversed sensing on the direction.
setReverseDirection(boolean) - Method in class edu.wpi.first.wpilibj.Encoder
Set the direction sensing for this encoder.
setSampleRate(double) - Method in class edu.wpi.first.wpilibj.AnalogModule
Set the sample rate on the module.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSemiPeriodMode(boolean) - Method in class edu.wpi.first.wpilibj.Counter
Set Semi-period mode on this counter.
setSensitivity(double) - Method in class edu.wpi.first.wpilibj.Accelerometer
Set the accelerometer sensitivity.
setSensitivity(double) - Method in class edu.wpi.first.wpilibj.Gyro
Set the gyro type based on the sensitivity.
setSetpoint(double) - Method in class edu.wpi.first.wpilibj.PIDController
Set the setpoint for the PIDController
setShort(long, short) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Sets the short at the given offset in the memory area associated with this object.
setShort(Address, int, int) - Static method in class com.sun.squawk.Unsafe
Sets a signed 16 bit value in memory.
setShort(int, short) - Method in class edu.wpi.first.wpilibj.Dashboard.MemAccess
 
setShorts(long, short[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Sets number shorts starting at the given offset in the memory area associated with this object from the short array passed starting at position low.
setShorts(Address, int, short[], int, int) - Static method in class com.sun.squawk.Unsafe
Copy from short array to memory.
setSize(int) - Method in class com.sun.squawk.util.SquawkVector
Sets the size of this vector.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setSocketOption(byte, int) - Method in interface com.sun.squawk.microedition.io.SocketConnection
Set a socket option for the connection.
setStatus(int) - Method in class com.ni.rio.NiRioStatus
If new status is more serious than current status, update the status.
setStatus(NiRioStatus) - Method in class com.ni.rio.NiRioStatus
 
setStatusData(double, int, int, byte[], int, byte[], int, int) - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
Set the status data to send to the ds
setStream(int) - Static method in class com.sun.squawk.VM
Sets the stream for the VM.print... methods to one of the STREAM_... constants.
setString(int, int, String, NiRioStatus) - Static method in class com.ni.rio.NiRioSrv
 
setString(int, String) - Method in class com.sun.cldc.jna.Pointer
Copy string value to the location at offset.
setString(int, String) - Method in class edu.wpi.first.wpilibj.Dashboard.MemAccess
 
setSystemThreadPriority(Thread, int) - Static method in class com.sun.squawk.VM
Sets the given thread to the given priority, bounded by MAX_SYS_PRIORITY (eg. allowing higher than normal priority levels) Note that threads created by a thread with "system" priority do not inherit the system priority level, but default to NORM_PRIORITY.
setTaskExecutor(TaskExecutor) - Method in class com.sun.cldc.jna.BlockingFunction
Set this blocking function to run using a specific TaskExecutor.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's current time with the given Date.
setTime(long) - Method in class java.util.Date
Sets this Date object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeout(double) - Method in class edu.wpi.first.wpilibj.SerialPort
Configure the timeout of the serial port.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTolerance(double) - Method in class edu.wpi.first.wpilibj.PIDController
Set the percentage error which is considered tolerable for use with OnTarget.
setUnalignedInt(Address, int, int) - Static method in class com.sun.squawk.Unsafe
Gets the int at the given byte offset in the memory, starting from base.
setUnalignedLong(Address, int, long) - Static method in class com.sun.squawk.Unsafe
Gets the long at the given byte offset in the memory, starting from base.
setUnalignedShort(Address, int, int) - Static method in class com.sun.squawk.Unsafe
Sets the short at the given byte offset in the memory, starting from base.
setup() - Method in class edu.wpi.first.testing.TestClass
Setup code to run before the tests within this class are run
setup() - Method in class edu.wpi.first.testing.TestClass.Test
Setup code to run before this test is run
setUpArrayBufferState() - Static method in class com.sun.cldc.jna.PrivatePointer
Get ready to allow creating array buffers.
setUpdateWhenEmpty(boolean) - Method in class edu.wpi.first.wpilibj.Counter
Select whether you want to continue updating the event timer output when there are no samples captured.
setUpDownCounterMode() - Method in class edu.wpi.first.wpilibj.Counter
Set standard up / down counting mode on this counter.
setupSectors(int, int, int, boolean) - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
 
setUpSource(int, int) - Method in class edu.wpi.first.wpilibj.Counter
Set the up source for the counter as digital input channel and slot.
setUpSource(int) - Method in class edu.wpi.first.wpilibj.Counter
Set the upsource for the counter as a digital input channel.
setUpSource(DigitalSource) - Method in class edu.wpi.first.wpilibj.Counter
Set the source object that causes the counter to count up.
setUpSource(AnalogTrigger, AnalogTriggerOutput.Type) - Method in class edu.wpi.first.wpilibj.Counter
Set the up counting source to be an analog trigger.
setUpSourceEdge(boolean, boolean) - Method in class edu.wpi.first.wpilibj.Counter
Set the edge sensitivity on an up counting source.
setUpSourceEdge(boolean, boolean) - Method in class edu.wpi.first.wpilibj.DigitalInput
Set which edge to trigger interrupts on
setUserDsLcdData(byte[], int, int) - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
Set the data to be sent to the user
setUWord(Address, int, UWord) - Static method in class com.sun.squawk.Unsafe
Sets a UWord value in memory.
setV(double) - Method in class tests.TestApp.Ball
Set the ball velocity.
setValue(int) - Method in class com.sun.cldc.jna.ptr.IntByReference
 
SETWINDOWNAME - Static variable in class com.sun.squawk.vm.ChannelConstants
 
setWriteBufferMode(SerialPort.WriteBufferMode) - Method in class edu.wpi.first.wpilibj.SerialPort
Specify the flushing behavior of the output buffer.
setWriteHeadPosition(int) - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
setWriteHeadPosition(int) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
setX(double) - Method in class tests.TestApp.Ball
Sets the current position
setZero(double) - Method in class edu.wpi.first.wpilibj.Accelerometer
Set the voltage that corresponds to 0 G.
SHALLOW_SLEEP - Static variable in class com.sun.squawk.vm.ChannelConstants
 
shallowCopy(Object) - Static method in class com.sun.squawk.VM
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.
ShapeDetectionOptions - Class in edu.wpi.first.wpilibj.image
 
ShapeDetectionOptions(int, int, int, float, float, double) - Constructor for class edu.wpi.first.wpilibj.image.ShapeDetectionOptions
 
share(long) - Method in class com.sun.cldc.jna.Pointer
Create a new pointer that is a subset of this pointer, starting from offset
share(long, long) - Method in class com.sun.cldc.jna.Pointer
Create a new pointer that is a subset of this pointer, starting from offset
Short - Class in java.lang
The Short class is the standard wrapper for short values.
Short(short) - Constructor for class java.lang.Short
Constructs a Short object initialized to the specified short value.
shortValue() - Method in class java.lang.Double
Returns the value of this Double as a short (by casting to a short).
shortValue() - Method in class java.lang.Float
Returns the value of this Float as a short (by casting to a short).
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short.
shortValue() - Method in class java.lang.Short
Returns the value of this Short as a short.
SHUTDOWN_EVENT_MASK - Static variable in class com.sun.squawk.Isolate
Event kind indicating that an isolate is exiting.
SignatureVerifierException - Exception in com.sun.squawk.security.verifier
 
SignatureVerifierException(String) - Constructor for exception com.sun.squawk.security.verifier.SignatureVerifierException
Creates a new instance of SignatureVerifierException
SimpleRobot - Class in edu.wpi.first.wpilibj
A robot base class.
SimpleRobot() - Constructor for class edu.wpi.first.wpilibj.SimpleRobot
Create a new SimpleRobot
SimulatedNorFlashSector - Class in com.sun.squawk.peripheral
I am a class that allows the RMS store to be used in Java heap as a byte array.
SimulatedNorFlashSector(Address, int, int, boolean) - Constructor for class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
SimulatedNorFlashSector(Address, byte[], int) - Constructor for class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
SimulatedNorFlashSector(String) - Constructor for class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
SimulatedNorFlashSectorAllocator - Class in com.sun.squawk.peripheral
 
SimulatedNorFlashSectorAllocator() - Constructor for class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
 
sin(double) - Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
size() - Method in class com.sun.cldc.jna.DynamicStructure
Return the size of this structure.
size() - Method in class com.sun.cldc.jna.OpaqueStructure
 
size() - Method in class com.sun.cldc.jna.Structure
 
size() - Method in interface com.sun.squawk.flash.INorFlashSectorStateList
 
size - Variable in class com.sun.squawk.flash.NorFlashSectorStateList
 
size() - Method in class com.sun.squawk.flash.NorFlashSectorStateList
 
size - Variable in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
size() - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets the virtual memory location at which the memory region is mapped.
size() - Method in class com.sun.squawk.util.IntHashtable
Returns the number of keys in this hashtable.
size() - Method in class com.sun.squawk.util.SquawkVector
Returns the number of components in this vector.
size() - Method in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Get the size of the structure
size() - Method in class edu.wpi.first.wpilibj.image.CurveOptions
 
size() - Method in class edu.wpi.first.wpilibj.image.EllipseDescriptor
 
size() - Method in class edu.wpi.first.wpilibj.image.RegionOfInterest
 
size() - Method in class edu.wpi.first.wpilibj.image.ShapeDetectionOptions
 
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size() - Method in class java.util.Vector
Returns the number of components in this vector.
sizeOf(byte[], int, int) - Method in class com.sun.cldc.i18n.StreamReader
Get the size in chars of an array of bytes
sizeOf(char[], int, int) - Method in class com.sun.cldc.i18n.StreamWriter
Get the size in bytes of an array of chars
SizeOutOfBoundsException - Exception in com.sun.squawk.realtime
Thrown if the constructor of a RawMemoryAccess, or RawMemoryFloatAccess is given an invalid size or if an accessor method on one of the above classes would cause access to an invalid address.
SizeOutOfBoundsException() - Constructor for exception com.sun.squawk.realtime.SizeOutOfBoundsException
A constructor for SizeOutOfBoundsException.
SizeOutOfBoundsException(String) - Constructor for exception com.sun.squawk.realtime.SizeOutOfBoundsException
A descriptive constructor for SizeOutOfBoundsException.
skip(long) - Method in class com.sun.squawk.io.BufferedReader
Skip characters.
skip(int) - Method in class com.sun.squawk.util.ByteArrayOutputStreamWithGetBytes
 
SKIP - Static variable in class com.sun.squawk.vm.ChannelConstants
 
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.DataInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.InputStreamReader
Skip characters.
skip(long) - Method in class java.io.Reader
Skip characters.
skipBytes(int) - Method in interface java.io.DataInput
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
sleep(long) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds.
slotToIndex(int) - Static method in class edu.wpi.first.wpilibj.AnalogModule
Convert slot number to index.
slotToIndex(int) - Static method in class edu.wpi.first.wpilibj.DigitalModule
Convert a slot to a module index
slotToIndex(int) - Static method in class edu.wpi.first.wpilibj.Solenoid
Convert slot number to index.
SNDBUF - Static variable in interface com.sun.squawk.microedition.io.SocketConnection
Socket option for the size of the sending buffer (4).
SocketConnection - Interface in com.sun.squawk.microedition.io
This interface defines the socket stream connection.
Solenoid - Class in edu.wpi.first.wpilibj
Solenoid class for running high voltage Digital Output (9472 module).
Solenoid(int) - Constructor for class edu.wpi.first.wpilibj.Solenoid
Constructor.
Solenoid(int, int) - Constructor for class edu.wpi.first.wpilibj.Solenoid
Constructor.
sort(byte[]) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified array of bytes into ascending numerical order.
sort(byte[], int, int) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified range of the specified array of bytes into ascending numerical order.
sort(char[]) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified array of chars into ascending numerical order.
sort(char[], int, int) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified range of the specified array of chars into ascending numerical order.
sort(double[]) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified array of doubles into ascending numerical order.
sort(double[], int, int) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified range of the specified array of doubles into ascending numerical order.
sort(float[]) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified array of floats into ascending numerical order.
sort(float[], int, int) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified range of the specified array of floats into ascending numerical order.
sort(int[]) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified array of ints into ascending numerical order.
sort(int[], int, int) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified range of the specified array of ints into ascending numerical order.
sort(long[]) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified array of longs into ascending numerical order.
sort(long[], int, int) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified range of the specified array of longs into ascending numerical order.
sort(Object[], int, int, Comparer) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified range of the specified array of objects according to the order induced by the specified Comparer.
sort(Object[], Comparer) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified array of objects according to the order induced by the specified Comparer.
sort(short[]) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified array of shorts into ascending numerical order.
sort(short[], int, int) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified range of the specified array of shorts into ascending numerical order.
sort() - Method in class edu.wpi.first.wpilibj.util.SortedVector
Sort the vector.
SortedVector - Class in edu.wpi.first.wpilibj.util
 
SortedVector(SortedVector.Comparator) - Constructor for class edu.wpi.first.wpilibj.util.SortedVector
Create a new sorted vector and use the given comparator to determine order.
SortedVector.Comparator - Interface in edu.wpi.first.wpilibj.util
Interface used to determine the order to place sorted objects.
SpeedController - Interface in edu.wpi.first.wpilibj
Interface for speed controlling devices.
SPI_GET_MAX_TRANSFER_SIZE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SPI_SEND_AND_RECEIVE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SPI_SEND_AND_RECEIVE_WITH_DEVICE_SELECT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SPI_SEND_RECEIVE_8 - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SPI_SEND_RECEIVE_8_PLUS_RECEIVE_16 - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SPI_SEND_RECEIVE_8_PLUS_SEND_16 - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SPI_SEND_RECEIVE_8_PLUS_SEND_N - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SPI_SEND_RECEIVE_8_PLUS_VARIABLE_RECEIVE_N - Static variable in class com.sun.squawk.vm.ChannelConstants
 
Spot - Class in com.sun.cldc.jna
 
Spot() - Constructor for class com.sun.cldc.jna.Spot
 
sqrt(double) - Static method in class java.lang.Math
Returns the correctly rounded positive square root of a double value.
SquawkVector - Class in com.sun.squawk.util
The SquawkVector class is an unsynchronized version of Vector.
SquawkVector() - Constructor for class com.sun.squawk.util.SquawkVector
Constructs an empty vector.
SquawkVector(int) - Constructor for class com.sun.squawk.util.SquawkVector
Constructs an empty vector with the specified initial capacity.
SquawkVector(int, int) - Constructor for class com.sun.squawk.util.SquawkVector
Constructs an empty vector with the specified initial capacity and capacity increment.
Stack - Class in java.util
The Stack class represents a last-in-first-out (LIFO) stack of objects.
Stack() - Constructor for class java.util.Stack
Creates an empty Stack.
start() - Method in class com.sun.spot.ota.ServerSocketListener
 
start() - Method in class com.sun.squawk.Isolate
Start the isolate running.
start() - Method in class edu.wpi.first.wpilibj.Compressor
Start the compressor.
start() - Method in class edu.wpi.first.wpilibj.Counter
Start the Counter counting.
start() - Method in interface edu.wpi.first.wpilibj.CounterBase
Start the counter
start() - Method in class edu.wpi.first.wpilibj.Encoder
Start the Encoder.
start() - Method in class edu.wpi.first.wpilibj.fpga.tDMAManager
 
start() - Method in class edu.wpi.first.wpilibj.Timer
Start the timer running.
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
startAddress - Variable in class com.sun.squawk.flash.NorFlashSectorState
 
startAddress - Variable in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
startApp() - Method in class edu.wpi.first.wpilibj.RobotBase
Starting point for the applications.
startApp() - Method in class javax.microedition.midlet.MIDlet
Signals the MIDlet that it has entered the Active state.
startCompetition() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Provide an alternate "main loop" via startCompetition().
startCompetition() - Method in class edu.wpi.first.wpilibj.RobotBase
Provide an alternate "main loop" via startCompetition().
startCompetition() - Method in class edu.wpi.first.wpilibj.SimpleRobot
Start a competition.
startedPiping - Static variable in class com.sun.squawk.io.j2me.pipe.PipeServerSocketListener
 
startIfNecessary() - Static method in class com.sun.squawk.io.j2me.pipe.PipeServerSocketListener
 
startListener() - Static method in class com.sun.spot.ota.OtaCommandServerSocketListener
 
startPipingConsoleIfNecessary() - Static method in class com.sun.squawk.io.j2me.pipe.PipeServerSocketListener
 
startsWith(String) - Method in class java.lang.String
Tests if this string starts with the specified prefix.
startsWith(String, int) - Method in class java.lang.String
Tests if this string starts with the specified prefix beginning at the specified index.
startTracing() - Static method in class com.sun.squawk.VM
Start the VM tracing if tracing support is enabled.
STAT_BRANCH_COUNT - Static variable in class com.sun.squawk.VM.Stats
 
STAT_BYTES_LAST_FREED - Static variable in class com.sun.squawk.VM.Stats
 
STAT_BYTES_TOTAL_ALLOCATED - Static variable in class com.sun.squawk.VM.Stats
 
STAT_BYTES_TOTAL_FREED - Static variable in class com.sun.squawk.VM.Stats
 
STAT_CONTENDED_MONITOR_COUNT - Static variable in class com.sun.squawk.VM.Stats
 
STAT_FIRST_COUNT_STAT - Static variable in class com.sun.squawk.VM.Stats
 
STAT_FULL_GC_COUNT - Static variable in class com.sun.squawk.VM.Stats
 
STAT_FULL_GC_TIME - Static variable in class com.sun.squawk.VM.Stats
 
STAT_GC_TIME - Static variable in class com.sun.squawk.VM.Stats
 
STAT_HEAP_FREE - Static variable in class com.sun.squawk.VM.Stats
 
STAT_HEAP_TOTAL - Static variable in class com.sun.squawk.VM.Stats
 
STAT_LAST_GC_TIME - Static variable in class com.sun.squawk.VM.Stats
 
STAT_MAX_FULLGC_TIME - Static variable in class com.sun.squawk.VM.Stats
 
STAT_MAX_PARTGC_TIME - Static variable in class com.sun.squawk.VM.Stats
 
STAT_MAX_STACK_SIZE - Static variable in class com.sun.squawk.VM.Stats
 
STAT_MONITORS_ALLOCATED - Static variable in class com.sun.squawk.VM.Stats
 
STAT_OBJECTS_TOTAL_ALLOCATED - Static variable in class com.sun.squawk.VM.Stats
 
STAT_PARTIAL_GC_COUNT - Static variable in class com.sun.squawk.VM.Stats
 
STAT_PARTIAL_GC_TIME - Static variable in class com.sun.squawk.VM.Stats
 
STAT_STACKS_ALLOCATED - Static variable in class com.sun.squawk.VM.Stats
 
STAT_THREAD_SWITCH_COUNT - Static variable in class com.sun.squawk.VM.Stats
 
STAT_THREADS_ALLOCATED - Static variable in class com.sun.squawk.VM.Stats
 
STAT_THROW_COUNT - Static variable in class com.sun.squawk.VM.Stats
 
STAT_WAIT_TIME - Static variable in class com.sun.squawk.VM.Stats
 
STAT_WALL_TIME - Static variable in class com.sun.squawk.VM.Stats
tag for data sent by sendStatData()
status - Static variable in class edu.wpi.first.wpilibj.fpga.tSystem
 
stick0Axes - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Position of the axes of the first js
stick0Buttons - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Button state of the first js
stick1Axes - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Position of the axes of the second js
stick1Buttons - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Button state of the second js
stick2Axes - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Position of the axes of the third js
stick2Buttons - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Button state of the third js
stick3Axes - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Position of the axes of the fourth js
stick3Buttons - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Button state of the fourth js
stop() - Method in class edu.wpi.first.wpilibj.Compressor
Stop the compressor.
stop() - Method in class edu.wpi.first.wpilibj.Counter
Stop the Counter.
stop() - Method in interface edu.wpi.first.wpilibj.CounterBase
Stop counting
stop() - Method in class edu.wpi.first.wpilibj.Encoder
Stops counting pulses on the Encoder device.
stop() - Method in class edu.wpi.first.wpilibj.fpga.tDMAManager
 
stop() - Method in class edu.wpi.first.wpilibj.Timer
Stop the timer.
stopRunning() - Method in class com.sun.spot.ota.ServerSocketListener
 
stopTaskExecutor() - Method in class com.sun.cldc.jna.TaskExecutor
Cancel the TaskExecutor and delete when TaskExecutor done.
stopVM(int) - Static method in class com.sun.squawk.VM
Halt the VM in the normal way.
STREAM_STDERR - Static variable in class com.sun.squawk.VM
The identifier denoting the standard error output stream.
STREAM_STDOUT - Static variable in class com.sun.squawk.VM
The identifier denoting the standard output stream.
StreamConnection - Interface in javax.microedition.io
This interface defines the capabilities that a stream connection must have.
StreamConnectionNotifier - Interface in javax.microedition.io
This interface defines the capabilities that a connection notifier must have.
StreamReader - Class in com.sun.cldc.i18n
General prototype for character converting stream readers.
StreamReader() - Constructor for class com.sun.cldc.i18n.StreamReader
 
StreamWriter - Class in com.sun.cldc.i18n
General prototype for character converting stream writers.
StreamWriter() - Constructor for class com.sun.cldc.i18n.StreamWriter
 
String - Class in java.lang
The String class represents character strings.
String() - Constructor for class java.lang.String
Initializes a newly created String object so that it represents an empty character sequence.
String(String) - Constructor for class java.lang.String
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
String(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
String(byte[]) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the platform's default character encoding.
String(byte[], int, int) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the platform's default character encoding.
String(byte[], int, int, String) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the specified character encoding.
String(byte[], String) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the specified character encoding.
String(char[]) - Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
StringBuffer - Class in java.lang
A string buffer implements a mutable sequence of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
StringIndexOutOfBoundsException - Exception in java.lang
Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringTokenizer - Class in com.sun.squawk.util
StringTokenizer is a class that controls simple linear tokenization of a String.
StringTokenizer(String) - Constructor for class com.sun.squawk.util.StringTokenizer
Constructs a StringTokenizer on the specified String, using the default delimiter set (which is " \t\n\r").
StringTokenizer(String, String) - Constructor for class com.sun.squawk.util.StringTokenizer
Constructs a StringTokenizer on the specified String, using the specified delimiter set.
StringTokenizer(String, String, boolean) - Constructor for class com.sun.squawk.util.StringTokenizer
Constructs a StringTokenizer on the specified String, using the specified delimiter set.
strobeClearReceivedData() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
strobeFeed() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
strobeI2CStart() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
strobeKill() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
strobeLatchOutput() - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
strobeLoad() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
strobeReadReceivedData() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
strobeReset() - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
strobeReset() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
strobeReset() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
strobeReset() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
Structure - Class in com.sun.cldc.jna
Abstract class for proxies to native structure types.
Structure() - Constructor for class com.sun.cldc.jna.Structure
 
Structure(Pointer) - Constructor for class com.sun.cldc.jna.Structure
 
STRUCTURE_SIZE_INDEX - Static variable in class com.sun.cldc.jna.DynamicStructure
The first element of the layout structure in Java is the size of the C structure in bytes
sub(int) - Method in class com.sun.squawk.Address
Subtracts a 32 bit offset to this address and return the resulting address.
sub(int) - Method in class com.sun.squawk.Offset
Subtracts a value from this offset and return the resulting offset.
subOffset(Offset) - Method in class com.sun.squawk.Address
Subtracts a 32 or 64 bit offset to this address and return the resulting address.
substring(int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int, int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
SUNDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Sunday.
System - Class in java.lang
The System class contains several useful class fields and methods.
SYSTEM_PURPOSED - Static variable in interface com.sun.squawk.peripheral.INorFlashSector
 

T

table - Variable in class com.sun.squawk.util.IntHashtable
The hash table data.
tAccumulator - Class in edu.wpi.first.wpilibj.fpga
 
tAccumulator(int) - Constructor for class edu.wpi.first.wpilibj.fpga.tAccumulator
 
tAccumulator.tOutput - Class in edu.wpi.first.wpilibj.fpga
 
tAccumulator.tOutput(int, int, int) - Constructor for class edu.wpi.first.wpilibj.fpga.tAccumulator.tOutput
 
tAI - Class in edu.wpi.first.wpilibj.fpga
 
tAI(int) - Constructor for class edu.wpi.first.wpilibj.fpga.tAI
 
tail - Variable in class com.sun.squawk.flash.NorFlashSectorStateList
 
take(double) - Method in class edu.wpi.first.wpilibj.communication.Semaphore
Take the semaphore.
tAlarm - Class in edu.wpi.first.wpilibj.fpga
 
tAlarm() - Constructor for class edu.wpi.first.wpilibj.fpga.tAlarm
 
tan(double) - Static method in class java.lang.Math
Returns the trigonometric tangent of an angle.
tAnalogTrigger - Class in edu.wpi.first.wpilibj.fpga
 
tAnalogTrigger(int) - Constructor for class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
tankDrive(GenericHID, GenericHID) - Method in class edu.wpi.first.wpilibj.RobotDrive
Provide tank steering using the stored robot configuration.
tankDrive(GenericHID, int, GenericHID, int) - Method in class edu.wpi.first.wpilibj.RobotDrive
Provide tank steering using the stored robot configuration.
tankDrive(double, double) - Method in class edu.wpi.first.wpilibj.RobotDrive
Provide tank steering using the stored robot configuration.
TASK_PRIORITY_HI - Static variable in class com.sun.cldc.jna.TaskExecutor
 
TASK_PRIORITY_LOW - Static variable in class com.sun.cldc.jna.TaskExecutor
 
TASK_PRIORITY_MED - Static variable in class com.sun.cldc.jna.TaskExecutor
 
TaskExecutor - Class in com.sun.cldc.jna
A TaskExecutor is a native thread that can be used to run native functions.
TaskExecutor(String) - Constructor for class com.sun.cldc.jna.TaskExecutor
Create a natve thread with the given name, default priority and default stack size.
TaskExecutor(String, int, int) - Constructor for class com.sun.cldc.jna.TaskExecutor
Create a natve thread with the given name, priority and stack size.
tCounter - Class in edu.wpi.first.wpilibj.fpga
 
tCounter(int) - Constructor for class edu.wpi.first.wpilibj.fpga.tCounter
 
tDIO - Class in edu.wpi.first.wpilibj.fpga
 
tDIO(int) - Constructor for class edu.wpi.first.wpilibj.fpga.tDIO
 
tDMA - Class in edu.wpi.first.wpilibj.fpga
 
tDMA() - Constructor for class edu.wpi.first.wpilibj.fpga.tDMA
 
tDMAManager - Class in edu.wpi.first.wpilibj.fpga
 
tDMAManager(int, int) - Constructor for class edu.wpi.first.wpilibj.fpga.tDMAManager
 
teamID - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
The team number from the ds
teardown() - Method in class edu.wpi.first.testing.TestClass
Teardown code to run after the tests within this class are run
teardown() - Method in class edu.wpi.first.testing.TestClass.Test
Teardown code to run after the test is run
tearDownArrayBufferState(boolean) - Static method in class com.sun.cldc.jna.PrivatePointer
Clean up after creating array buffers.
teleopContinuous() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Continuous code for teleop mode should go here.
teleopInit() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Initialization code for teleop mode should go here.
teleopPeriodic() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Periodic code for teleop mode should go here.
tEncoder - Class in edu.wpi.first.wpilibj.fpga
 
tEncoder(int) - Constructor for class edu.wpi.first.wpilibj.fpga.tEncoder
 
Test - Class in com.sun.squawk.io.j2me.socket
Simple test case
Test - Class in com.sun.squawk
 
Test() - Constructor for class com.sun.squawk.Test
 
TestApp - Class in tests
 
TestApp() - Constructor for class tests.TestApp
 
TestApp.Ball - Class in tests
 
TestApp.Ball() - Constructor for class tests.TestApp.Ball
Creates a new instance of Ball
TestApp.LongBall - Class in tests
 
TestApp.LongBall() - Constructor for class tests.TestApp.LongBall
 
TestApp2 - Class in tests
 
TestApp2() - Constructor for class tests.TestApp2
 
TestClass - Class in edu.wpi.first.testing
This class should be extended by test classes.
TestClass() - Constructor for class edu.wpi.first.testing.TestClass
Create a new instance of the test class and add it to the master table of test classes
TestClass.Test - Class in edu.wpi.first.testing
This class should be extended within subclasses of each TestClass to add a test.
TestClass.Test(String) - Constructor for class edu.wpi.first.testing.TestClass.Test
Create a new Test and add it to the master classes table of tests
tests - package tests
 
tGlobal - Class in edu.wpi.first.wpilibj.fpga
 
tGlobal() - Constructor for class edu.wpi.first.wpilibj.fpga.tGlobal
 
Thread - Class in java.lang
A thread is a thread of execution in a program.
Thread() - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable) - Constructor for class java.lang.Thread
Allocates a new Thread object with a specific target object whose run method is called.
Thread(Runnable, String) - Constructor for class java.lang.Thread
Allocates a new Thread object with the given target and name.
Thread(String) - Constructor for class java.lang.Thread
Allocates a new Thread object with the given name.
threshold - Variable in class com.sun.squawk.util.IntHashtable
Rehashes the table when count exceeds this threshold.
thresholdHSI(int, int, int, int, int, int) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Return a mask of the areas of the image that fall within the given ranges for color values
thresholdHSL(int, int, int, int, int, int) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Return a mask of the areas of the image that fall within the given ranges for color values
thresholdHSV(int, int, int, int, int, int) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Return a mask of the areas of the image that fall within the given ranges for color values
thresholdRGB(int, int, int, int, int, int) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Return a mask of the areas of the image that fall within the given ranges for color values
Throwable - Class in java.lang
The Throwable class is the superclass of all errors and exceptions in the Java language.
Throwable() - Constructor for class java.lang.Throwable
Constructs a new Throwable with null as its error message string.
Throwable(String) - Constructor for class java.lang.Throwable
Constructs a new Throwable with the specified error message.
THURSDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Thursday.
time - Variable in class java.util.Calendar
The currently set time for this calendar, expressed in milliseconds after January 1, 1970, 0:00:00 GMT.
Timer - Class in edu.wpi.first.wpilibj
Timer objects measure accumulated time in milliseconds.
Timer() - Constructor for class edu.wpi.first.wpilibj.Timer
Create a new timer object.
Timer - Class in java.util
A facility for threads to schedule tasks for future execution in a background thread.
Timer() - Constructor for class java.util.Timer
Creates a new timer.
TimerTask - Class in java.util
A task that can be scheduled for one-time or repeated execution by a Timer.
TimerTask() - Constructor for class java.util.TimerTask
Creates a new timer task.
TimeZone - Class in java.util
TimeZone represents a time zone offset, and also figures out daylight savings.
TimeZone() - Constructor for class java.util.TimeZone
 
tInterrupt - Class in edu.wpi.first.wpilibj.fpga
 
tInterrupt(int) - Constructor for class edu.wpi.first.wpilibj.fpga.tInterrupt
 
tInterruptManager - Class in edu.wpi.first.wpilibj.fpga
 
tInterruptManager(int, boolean) - Constructor for class edu.wpi.first.wpilibj.fpga.tInterruptManager
 
toBeErasedSectorStateList - Variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
toBinaryString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 2.
toByteArray() - Method in class java.io.ByteArrayOutputStream
Creates a newly allocated byte array.
toCharArray() - Method in class java.lang.String
Converts this string to a new character array.
toDegrees(double) - Static method in class java.lang.Math
Converts an angle measured in radians to the equivalent angle measured in degrees.
toHexString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 16.
toInt() - Method in class com.sun.squawk.Offset
Casts a value of type Offset into an int.
toInt() - Method in class com.sun.squawk.UWord
Casts a value of type UWord into an int.
toLowerCase(char) - Static method in class java.lang.Character
The given character is mapped to its lowercase equivalent; if the character has no lowercase equivalent, the character itself is returned.
toLowerCase() - Method in class java.lang.String
Converts all of the characters in this String to lower case.
toObject() - Method in class com.sun.squawk.Address
Casts this address to an object reference.
toOctalString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 8.
toOffset() - Method in class com.sun.squawk.UWord
Casts a value of type UWord into an Offset.
toPrimitive() - Method in class com.sun.squawk.Offset
Casts a value of type Offset into the appropriate Java primitive type for the platform (i.e. int or long).
toPrimitive() - Method in class com.sun.squawk.UWord
Casts a value of type UWord into the appropriate Java primitive type for the platform (i.e. int or long).
toRadians(double) - Static method in class java.lang.Math
Converts an angle measured in degrees to the equivalent angle measured in radians.
toString() - Method in class com.sun.cldc.jna.BlockingFunction
 
toString() - Method in class com.sun.cldc.jna.Function
 
toString() - Method in class com.sun.cldc.jna.NativeLibrary
 
toString() - Method in class com.sun.cldc.jna.Platform
 
toString() - Method in class com.sun.cldc.jna.Pointer
 
toString() - Method in class com.sun.cldc.jna.Structure
 
toString() - Method in class com.sun.cldc.jna.VarPointer
 
toString() - Method in class com.sun.squawk.Isolate
Get the string representation of the isolate.
toString() - Method in class com.sun.squawk.util.IntHashtable
Returns a rather long string representation of this hashtable.
toString() - Method in class com.sun.squawk.util.SquawkVector
Returns a string representation of this vector.
toString() - Method in class edu.wpi.first.testing.Failure
Get a string represention of the failed test.
toString() - Method in class edu.wpi.first.testing.TestClass.Test
Return a string representing this Test.
toString() - Method in class edu.wpi.first.testing.TestClass
Get a string representing this TestClass.
toString() - Method in class edu.wpi.first.wpilibj.image.EllipseMatch
 
toString() - Method in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Get string representation of the particle analysis report.
toString() - Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string, translating bytes into characters according to the platform's default character encoding.
toString() - Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString() - Method in class java.lang.Byte
Returns a String object representing this Byte's value.
toString() - Method in class java.lang.Character
Returns a String object representing this character's value.
toString() - Method in class java.lang.Class
Converts the object to a string.
toString() - Method in class java.lang.Double
Returns a String representation of this Double object.
toString(double) - Static method in class java.lang.Double
Creates a string representation of the double argument.
toString() - Method in class java.lang.Float
Returns a String representation of this Float object.
toString(float) - Static method in class java.lang.Float
Returns a String representation for the specified float value.
toString() - Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString(int) - Static method in class java.lang.Integer
Returns a new String object representing the specified integer.
toString(int, int) - Static method in class java.lang.Integer
Creates a string representation of the first argument in the radix specified by the second argument.
toString() - Method in class java.lang.Long
Returns a String object representing this Long's value.
toString(long) - Static method in class java.lang.Long
Returns a new String object representing the specified integer.
toString(long, int) - Static method in class java.lang.Long
Creates a string representation of the first argument in the radix specified by the second argument.
toString() - Method in class java.lang.Object
Returns a string representation of the object.
toString() - Method in class java.lang.Short
Returns a String object representing this Short's value.
toString() - Method in class java.lang.String
This object (which is already a string!)
toString() - Method in class java.lang.StringBuffer
Converts to a string representing the data in this string buffer.
toString() - Method in class java.lang.Thread
Returns a string representation of this thread, including a unique number that identifies the thread and the thread's priority.
toString() - Method in class java.lang.Throwable
Returns a short description of this throwable object.
toString() - Method in class java.util.Date
Converts this Date object to a String of the form: dow mon dd hh:mm:ss zzz yyyy where: dow is the day of the week (Sun, Mon, Tue, Wed, Thu, Fri, Sat).
toString() - Method in class java.util.Hashtable
Returns a rather long string representation of this hashtable.
toString() - Method in class java.util.Vector
Returns a string representation of this vector.
TOTAL_SHALLOW_SLEEP_TIME_MILLIS_HIGH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
TOTAL_SHALLOW_SLEEP_TIME_MILLIS_LOW - Static variable in class com.sun.squawk.vm.ChannelConstants
 
totalMemory() - Static method in class com.sun.squawk.GC
Returns the total amount of RAM memory in the Squawk Virtual Machine.
totalMemory() - Method in class java.lang.Runtime
Returns the total amount of memory in the Java Virtual Machine.
toUpperCase(char) - Static method in class java.lang.Character
Converts the character argument to uppercase; if the character has no uppercase equivalent, the character itself is returned.
toUpperCase() - Method in class java.lang.String
Converts all of the characters in this String to upper case.
toUWord() - Method in class com.sun.squawk.Address
Casts this address to a UWord.
toUWord() - Method in class com.sun.squawk.Offset
Casts a value of type Offset into a UWord.
trim() - Method in class java.lang.String
Removes white space from both ends of this string.
trimToSize() - Method in class com.sun.squawk.util.SquawkVector
Trims the capacity of this vector to be the vector's current size.
trimToSize() - Method in class java.util.Vector
Trims the capacity of this vector to be the vector's current size.
TRUE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value true.
tryTake() - Method in class edu.wpi.first.wpilibj.communication.Semaphore
 
tSolenoid - Class in edu.wpi.first.wpilibj.fpga
 
tSolenoid() - Constructor for class edu.wpi.first.wpilibj.fpga.tSolenoid
 
tSPI - Class in edu.wpi.first.wpilibj.fpga
 
tSPI() - Constructor for class edu.wpi.first.wpilibj.fpga.tSPI
 
tSystem - Class in edu.wpi.first.wpilibj.fpga
 
tSystem() - Constructor for class edu.wpi.first.wpilibj.fpga.tSystem
 
tSysWatchdog - Class in edu.wpi.first.wpilibj.fpga
 
tSysWatchdog() - Constructor for class edu.wpi.first.wpilibj.fpga.tSysWatchdog
 
TUESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Tuesday.
tWatchdog - Class in edu.wpi.first.wpilibj.fpga
 
tWatchdog() - Constructor for class edu.wpi.first.wpilibj.fpga.tWatchdog
 

U

Ultrasonic - Class in edu.wpi.first.wpilibj
Ultrasonic rangefinder class.
Ultrasonic(int, int, Ultrasonic.Unit) - Constructor for class edu.wpi.first.wpilibj.Ultrasonic
Create an instance of the Ultrasonic Sensor using the default module.
Ultrasonic(int, int) - Constructor for class edu.wpi.first.wpilibj.Ultrasonic
Create an instance of the Ultrasonic Sensor using the default module.
Ultrasonic(DigitalOutput, DigitalInput, Ultrasonic.Unit) - Constructor for class edu.wpi.first.wpilibj.Ultrasonic
Create an instance of an Ultrasonic Sensor from a DigitalInput for the echo channel and a DigitalOutput for the ping channel.
Ultrasonic(DigitalOutput, DigitalInput) - Constructor for class edu.wpi.first.wpilibj.Ultrasonic
Create an instance of an Ultrasonic Sensor from a DigitalInput for the echo channel and a DigitalOutput for the ping channel.
Ultrasonic(int, int, int, int, Ultrasonic.Unit) - Constructor for class edu.wpi.first.wpilibj.Ultrasonic
Create an instance of the Ultrasonic sensor using specified modules.
Ultrasonic(int, int, int, int) - Constructor for class edu.wpi.first.wpilibj.Ultrasonic
Create an instance of the Ultrasonic sensor using specified modules.
Ultrasonic.Unit - Class in edu.wpi.first.wpilibj
The units to return when PIDGet is called
UncleanStatusException - Exception in edu.wpi.first.wpilibj.util
Exception for bad status codes from the chip object
UncleanStatusException(int, String) - Constructor for exception edu.wpi.first.wpilibj.util.UncleanStatusException
Create a new UncleanStatusException
UncleanStatusException(int) - Constructor for exception edu.wpi.first.wpilibj.util.UncleanStatusException
Create a new UncleanStatusException
UncleanStatusException(String) - Constructor for exception edu.wpi.first.wpilibj.util.UncleanStatusException
Create a new UncleanStatusException
UncleanStatusException() - Constructor for exception edu.wpi.first.wpilibj.util.UncleanStatusException
Create a new UncleanStatusException
unexpected - Variable in exception com.sun.squawk.util.UnexpectedException
 
UnexpectedException - Exception in com.sun.squawk.util
 
UnexpectedException(String, Throwable) - Constructor for exception com.sun.squawk.util.UnexpectedException
 
UnexpectedException(Throwable) - Constructor for exception com.sun.squawk.util.UnexpectedException
 
unhibernate() - Method in class com.sun.squawk.Isolate
Unhibernate the isolate.
UNHIBERNATE_EVENT_MASK - Static variable in class com.sun.squawk.Isolate
Event kind indicating that an isolate is unhibernating.
uninstallSectors() - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
Make it such that I have no sectors allocated.
unmapDigitalChannel(int) - Static method in class edu.wpi.first.wpilibj.DigitalModule
Convert a channel from it's fpge reference
unregisterSuite(String) - Static method in class com.sun.squawk.VM
If the suite is registered, unregister it with the garbage collector.
unreserve() - Method in class edu.wpi.first.wpilibj.fpga.tInterruptManager
 
Unsafe - Class in com.sun.squawk
A collection of methods for performing peek and poke operations on memory addresses.
UnsupportedEncodingException - Exception in java.io
The Character Encoding is not supported.
UnsupportedEncodingException() - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String) - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message.
UnsupportedPhysicalMemoryException - Exception in com.sun.squawk.realtime
Thrown 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.
UnsupportedPhysicalMemoryException() - Constructor for exception com.sun.squawk.realtime.UnsupportedPhysicalMemoryException
A constructor for UnsupportedPhysicalMemoryException.
UnsupportedPhysicalMemoryException(String) - Constructor for exception com.sun.squawk.realtime.UnsupportedPhysicalMemoryException
A descriptive constructor for UnsupportedPhysicalMemoryException.
updateLCD() - Method in class edu.wpi.first.wpilibj.DriverStationLCD
Send the text data to the Driver Station.
USB_GET_STATE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
useDaylightTime() - Method in class java.util.TimeZone
Queries if this time zone uses Daylight Savings Time.
useMemory(Pointer) - Method in class com.sun.cldc.jna.Structure
Set the backing native memory used by this structure.
USER_CONTROL_DATA_SIZE - Static variable in class edu.wpi.first.wpilibj.communication.FRCControl
The size of the user control data
USER_CONTROL_DATA_SIZE - Static variable in class edu.wpi.first.wpilibj.DriverStation
The size of the user control data
USER_DS_LCD_DATA_SIZE - Static variable in class edu.wpi.first.wpilibj.communication.FRCControl
The size of the user driver station display data
USER_PURPOSED - Static variable in interface com.sun.squawk.peripheral.INorFlashSector
 
USER_STATUS_DATA_SIZE - Static variable in class edu.wpi.first.wpilibj.communication.FRCControl
The size of the user status data
USER_STATUS_DATA_SIZE - Static variable in class edu.wpi.first.wpilibj.DriverStation
The size of the user status data
userGCAllowed() - Static method in class com.sun.squawk.VM
Tests if Runtime.gc() is allowed.
usingTypeMap() - Static method in class com.sun.squawk.VM
Determines if the VM was built with memory access type checking enabled.
UTFDataFormatException - Exception in java.io
Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException() - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with null as its error detail message.
UTFDataFormatException(String) - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.
Utility - Class in edu.wpi.first.wpilibj
Contains global utility functions
UWord - Class in com.sun.squawk
The word type is used by the runtime system and collector to denote machine word-sized quantities.

V

value() - Method in interface com.sun.cldc.jna.Includes
 
value - Variable in class edu.wpi.first.wpilibj.AccumulatorResult
The total value accumulated
value - Variable in class edu.wpi.first.wpilibj.AnalogTriggerOutput.Type
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ExposurePriorityT
The integer value of the enumeration.
value - Variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ExposureT
The integer value of the enumeration.
value - Variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ResolutionT
The integer value of the enumeration.
value - Variable in class edu.wpi.first.wpilibj.camera.AxisCamera.RotationT
The integer value of the enumeration.
value - Variable in class edu.wpi.first.wpilibj.camera.AxisCamera.WhiteBalanceT
The integer value of the enumeration.
value - Variable in class edu.wpi.first.wpilibj.Counter.Mode
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.CounterBase.EncodingType
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.DriverStation.Alliance
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tAccelChannel
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tDigitalConfig
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tPWMPeriodChannels
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.DriverStationLCD.Line
The integer value representing this enumeration
Value - Variable in class edu.wpi.first.wpilibj.fpga.tAccumulator.tOutput
 
value - Variable in class edu.wpi.first.wpilibj.GenericHID.Hand
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.Joystick.AxisType
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.Joystick.ButtonType
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.PWM.PeriodMultiplier
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.Relay.Direction
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.Relay.Value
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.RobotDrive.MotorType
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.SerialPort.FlowControl
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.SerialPort.Parity
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.SerialPort.StopBits
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.SerialPort.WriteBufferMode
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.Ultrasonic.Unit
The integer value representing this enumeration
valueOf(String) - Static method in class java.lang.Double
Returns a new Double object initialized to the value represented by the specified string.
valueOf(String) - Static method in class java.lang.Float
Returns the floating point value represented by the specified String.
valueOf(String) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String, int) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(char) - Static method in class java.lang.String
Returns the string representation of the char argument.
valueOf(double) - Static method in class java.lang.String
Returns the string representation of the double argument.
valueOf(float) - Static method in class java.lang.String
Returns the string representation of the float argument.
valueOf(int) - Static method in class java.lang.String
Returns the string representation of the int argument.
valueOf(long) - Static method in class java.lang.String
Returns the string representation of the long argument.
valueOf(Object) - Static method in class java.lang.String
Returns the string representation of the Object argument.
valueOf(boolean) - Static method in class java.lang.String
Returns the string representation of the boolean argument.
valueOf(char[]) - Static method in class java.lang.String
Returns the string representation of the char array argument.
valueOf(char[], int, int) - Static method in class java.lang.String
Returns the string representation of a specific subarray of the char array argument.
VarPointer - Class in com.sun.cldc.jna
A pointer to a native variable that can be read/wrote from Java.
vbase - Variable in class com.sun.squawk.realtime.RawMemoryAccess
Virtual base address.
Vector - Class in java.util
The Vector class implements a growable array of objects.
Vector() - Constructor for class java.util.Vector
Constructs an empty vector.
Vector(int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity.
Vector(int, int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
verifySensor(int, int, byte[]) - Method in class edu.wpi.first.wpilibj.I2C
Verify that a device's registers contain expected values.
versionData - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Version data
VI_ASRL_END_NONE - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ASRL_END_TERMCHAR - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_ASRL_AVAIL_NUM - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_ASRL_BAUD - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_ASRL_DATA_BITS - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_ASRL_END_IN - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_ASRL_FLOW_CNTRL - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_ASRL_PARITY - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_ASRL_STOP_BITS - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_TERMCHAR - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_TERMCHAR_EN - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_TMO_VALUE - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_WR_BUF_OPER_MODE - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_SUCCESS_MAX_CNT - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_SUCCESS_TERM_CHAR - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_WRITE_BUF - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
viBufRead(int, int) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
viBufWrite(int, byte[], int) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
viClear(int) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
viClose(int) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
Victor - Class in edu.wpi.first.wpilibj
IFI Victor Speed Controller
Victor(int) - Constructor for class edu.wpi.first.wpilibj.Victor
Constructor that assumes the default digital module.
Victor(int, int) - Constructor for class edu.wpi.first.wpilibj.Victor
Constructor that specifies the digital module.
viFlush(int, int) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
viGetAttribute(int, int) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
viOpen(int, String, int, int) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
viOpenDefaultRM() - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
VirtualMachineError - Error in java.lang
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
VirtualMachineError() - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String) - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.
Visa - Class in edu.wpi.first.wpilibj.visa
This port of visa.h includes only the functions and definitions used in SerialPort.java
Visa() - Constructor for class edu.wpi.first.wpilibj.visa.Visa
 
VisaException - Exception in edu.wpi.first.wpilibj.visa
Exception class which looks up visa error codes
VisaException(String, int) - Constructor for exception edu.wpi.first.wpilibj.visa.VisaException
Create a new VisaException
viSetAttribute(int, int, int) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
viSetAttribute(int, int, boolean) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
visit(IntHashtableVisitor) - Method in class com.sun.squawk.util.IntHashtable
Visitor
visitIntHashtable(int, Object) - Method in interface com.sun.squawk.util.IntHashtableVisitor
Visit method.
viVPrintf(int, String) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
VM - Class in com.sun.squawk
This 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.
VM.Stats - Class in com.sun.squawk
Virtual machine statistics.
VM.Stats() - Constructor for class com.sun.squawk.VM.Stats
Create a new Stats object, This is primarily used when calling VM.Stats.sendStatData(java.io.DataOutputStream).
voltsToValue(int, double) - Method in class edu.wpi.first.wpilibj.AnalogModule
Convert a voltage to a raw value for a specified channel.
VxWorks - Class in com.sun.spot.ota
 

W

wait() - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object.
wait(long) - Method in class java.lang.Object
Causes current thread to wait until either another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or a specified amount of time has elapsed.
wait(long, int) - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.
WAIT_FOR_DEEP_SLEEP - Static variable in class com.sun.squawk.vm.ChannelConstants
 
waitForInterrupt(double) - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
In synchronous mode, wait for the defined interrupt to occur.
wasMalloced() - Method in class com.sun.squawk.realtime.RawMemoryAccess
Return true if this specific RawMemoryAccess allocated native memory.
watch(int) - Method in class edu.wpi.first.wpilibj.fpga.tInterruptManager
 
Watchdog - Class in edu.wpi.first.wpilibj
Watchdog timer class.
Watchdog() - Constructor for class edu.wpi.first.wpilibj.Watchdog
The Watchdog is born.
WCHAR_SIZE - Static variable in class com.sun.cldc.jna.Native
 
WeakReference - Class in java.lang.ref
This class provides support for weak references.
WeakReference(Object) - Constructor for class java.lang.ref.WeakReference
Creates a new weak reference that refers to the given object.
WEDNESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Wednesday.
width - Variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ResolutionT
Number of pixels wide.
Windows - Class in com.sun.cldc.jna
 
Windows() - Constructor for class com.sun.cldc.jna.Windows
 
wordsToBytes() - Method in class com.sun.squawk.Offset
Scales this offset which currently expresses an offset in words to express the same offset in bytes.
write() - Method in class com.sun.cldc.jna.OpaqueStructure
 
write() - Method in class com.sun.cldc.jna.Structure
Copy the java fields of the struct to native memory from the Java fields
write(int) - Method in class com.sun.squawk.io.BufferedWriter
Write a single character.
write(String, int, int) - Method in class com.sun.squawk.io.BufferedWriter
Write a portion of a String.
write(char[], int, int) - Method in class com.sun.squawk.io.BufferedWriter
Write a portion of an array of characters.
write(int) - Method in class com.sun.squawk.io.j2me.pipe.PipeOutputStream
 
write(int) - Method in class com.sun.squawk.io.j2me.pipe.PipeServerSocketListener
 
write(int) - Method in class com.sun.squawk.io.MulticastOutputStream
Writes the specified byte to this output stream. The close method of MulticastOutputStream invokes the write(byte) method of all the contained streams.
write(byte[], int, int) - Method in class com.sun.squawk.io.MulticastOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream. The close method of MulticastOutputStream invokes the write(byte[], int, int) method of all the contained streams.
write() - Method in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Write new data in the structure
write - Variable in class edu.wpi.first.wpilibj.fpga.DMAChannelDescriptors.tDMAChannelDescriptor
 
write(int, int) - Method in class edu.wpi.first.wpilibj.I2C
Execute a write transaction with the device.
write(String) - Method in class edu.wpi.first.wpilibj.image.BinaryImage
 
write() - Method in class edu.wpi.first.wpilibj.image.CurveOptions
 
write() - Method in class edu.wpi.first.wpilibj.image.EllipseDescriptor
 
write(String) - Method in class edu.wpi.first.wpilibj.image.Image
Write the image to a file.
write() - Method in class edu.wpi.first.wpilibj.image.RegionOfInterest
 
write() - Method in class edu.wpi.first.wpilibj.image.ShapeDetectionOptions
 
write(byte[], int) - Method in class edu.wpi.first.wpilibj.SerialPort
Write raw bytes to the buffer.
write(int) - Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
write(byte[]) - Method in interface java.io.DataOutput
Writes to the output stream all the bytes in array b.
write(byte[], int, int) - Method in interface java.io.DataOutput
Writes len bytes from array b, in order, to the output stream.
write(int) - Method in class java.io.DataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(byte[], int, int) - Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(int) - Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class java.io.OutputStreamWriter
Write a single character.
write(String, int, int) - Method in class java.io.OutputStreamWriter
Write a portion of a string.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
Write a portion of an array of characters.
write(int) - Method in class java.io.PrintStream
Write the specified byte to this stream.
write(byte[], int, int) - Method in class java.io.PrintStream
Write len bytes from the specified byte array starting at offset off to this stream.
write(int) - Method in class java.io.Writer
Write a single character.
write(String) - Method in class java.io.Writer
Write a string.
write(String, int, int) - Method in class java.io.Writer
Write a portion of a string.
write(char[]) - Method in class java.io.Writer
Write an array of characters.
write(char[], int, int) - Method in class java.io.Writer
Write a portion of an array of characters.
WRITE - Static variable in class javax.microedition.io.Connector
Access mode WRITE.
WRITE_SECURED_SILICON_AREA - Static variable in class com.sun.squawk.vm.ChannelConstants
 
WRITE_SERIAL_CHARS - Static variable in class com.sun.squawk.vm.ChannelConstants
 
writeAverageBits(int, int) - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
writeBFL(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeBlock(IMemoryHeapBlock, INorFlashMemoryHeapScanner, Address) - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
writeBoolean(boolean) - Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBoolean(boolean) - Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeBrightness(int) - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Write the brightness for the camera to use.
WRITEBUF - Static variable in class com.sun.squawk.vm.ChannelConstants
 
WRITEBYTE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
writeByte(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low- order bits of the argument v.
writeByte(int) - Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeBytes(int, byte[], int, int) - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
writeBytes(byte[], int, int) - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
writeBytes(int, byte[], int, int) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
writeBytes(byte[], int, int) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
writeCenter(int) - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
writeChannels(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeChannels_MISO_Channel(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeChannels_MISO_Module(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeChannels_MOSI_Channel(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeChannels_MOSI_Module(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeChannels_SCLK_Channel(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeChannels_SCLK_Module(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeChannels_SS_Channel(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeChannels_SS_Module(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeChar(int) - Method in interface java.io.DataOutput
Writes a char value, which is comprised of two bytes, to the output stream.
writeChar(int) - Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChars(String) - Method in interface java.io.DataOutput
Writes every character in the string s, to the output stream, in order, two bytes per character.
writeChars(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeColorLevel(int) - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Set the color level of images returned from the camera.
writeCommand(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSysWatchdog
 
writeCompression(int) - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Write the level of JPEG compression to use on images returned from the camera.
writeConfig(int) - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
writeConfig(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig(int) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig(int) - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
writeConfig(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeConfig_ASource_AnalogTrigger(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_ASource_Channel(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_ASource_Module(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_BSource_AnalogTrigger(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_BSource_Channel(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_BSource_Module(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_BusBitWidth(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeConfig_ClockHalfPeriodDelay(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeConfig_ClockPolarity(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeConfig_ConvertRate(int) - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
writeConfig_DataOnFalling(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeConfig_DownFallingEdge(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_DownRisingEdge(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_DownSource_AnalogTrigger(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_DownSource_Channel(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_DownSource_Module(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_Enable(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_Enable(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_Enable_Accumulator0(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_Accumulator1(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_AI0_High(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_AI0_Low(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_AI1_High(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_AI1_Low(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_AIAveraged0_High(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_AIAveraged0_Low(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_AIAveraged1_High(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_AIAveraged1_Low(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_AnalogTriggers(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_Counters_High(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_Counters_Low(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_CounterTimers_High(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_CounterTimers_Low(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_DI(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_Encoders(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_EncoderTimers(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_ExternalClock(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_ExternalClockSource_AnalogTrigger(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_ExternalClockSource_Channel(int) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_ExternalClockSource_Module(int) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_FallingEdge(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_FallingEdge(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
writeConfig_FramePolarity(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeConfig_IndexActiveHigh(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_IndexActiveHigh(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_IndexSource_AnalogTrigger(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_IndexSource_AnalogTrigger(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_IndexSource_Channel(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_IndexSource_Channel(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_IndexSource_Module(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_IndexSource_Module(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_LatchFirst(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeConfig_LatchLast(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeConfig_Mode(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_MSBfirst(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeConfig_Pause(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_PulseLengthThreshold(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_Reverse(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_RisingEdge(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_RisingEdge(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
writeConfig_ScanSize(int) - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
writeConfig_Source_AnalogTrigger(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
writeConfig_Source_Channel(int) - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
writeConfig_Source_Module(int) - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
writeConfig_UpFallingEdge(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_UpRisingEdge(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_UpSource_AnalogTrigger(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_UpSource_Channel(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_UpSource_Module(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_WaitForAck(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
writeConfig_WriteOnly(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeDataToLoad(long) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeDeadband(int) - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
writeDO(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeDO7_0(int, int) - Static method in class edu.wpi.first.wpilibj.fpga.tSolenoid
 
writeDouble(double) - Method in interface java.io.DataOutput
Writes a double value, which is comprised of eight bytes, to the output stream.
writeDouble(double) - Method in class java.io.DataOutputStream
Writes a 64 bit double.
writeEnable(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tAlarm
 
writeExpiration(long) - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
writeExposureControl(AxisCamera.ExposureT) - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Write the exposure mode for the camera to use.
writeExposurePriority(AxisCamera.ExposurePriorityT) - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Write the exposure priority for the camera to use.
writeFilterPeriod(int, int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeFilterSelect(int, int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeFloat(float) - Method in interface java.io.DataOutput
Writes a float value, which is comprised of four bytes, to the output stream.
writeFloat(float) - Method in class java.io.DataOutputStream
Writes a 32 bit float.
writeFPGA_LED(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tGlobal
 
writeHead - Variable in class com.sun.squawk.flash.NorFlashSectorState
 
writeI2CConfig(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeI2CConfig_Address(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeI2CConfig_BytesToRead(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeI2CConfig_BytesToWrite(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeI2CConfig_DataToSendHigh(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeI2CDataToSend(long) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeImmortal(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
WRITEINT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
writeInt(int) - Method in interface java.io.DataOutput
Writes an int value, which is comprised of four bytes, to the output stream.
writeInt(int) - Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
WRITELONG - Static variable in class com.sun.squawk.vm.ChannelConstants
 
writeLong(long) - Method in interface java.io.DataOutput
Writes an long value, which is comprised of four bytes, to the output stream.
writeLong(long) - Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
writeLowerLimit(int) - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
writeOutputEnable(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeOversampleBits(int, int) - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
writePulse(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writePulseLength(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writePWMConfig(int) - Static method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writePWMConfig_MinHigh(int) - Static method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writePWMConfig_Period(int) - Static method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writePWMPeriodScale(int, int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writePWMValue(int, int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
Writer - Class in java.io
Abstract class for writing to character streams.
Writer() - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
Writer(Object) - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the given object.
writeRate(long) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
WRITEREAD - Static variable in class com.sun.squawk.vm.ChannelConstants
 
writeReadSelect(int) - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
writeReadSelect_Averaged(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
writeReadSelect_Channel(int) - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
writeReadSelect_Module(int) - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
writeResolution(AxisCamera.ResolutionT) - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Set the resolution of the images to return.
writeRotation(AxisCamera.RotationT) - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Write the rotation of images for the camera to return.
writeScanList(int, int) - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
WRITESHORT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
writeShort(int) - Method in interface java.io.DataOutput
Writes two bytes to the output stream to represent the value of the argument.
writeShort(int) - Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeSlowValue(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeSlowValue_I2CHeader(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeSlowValue_RelayFwd(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeSlowValue_RelayRev(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeSourceSelect(int) - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
writeSourceSelect_Averaged(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
writeSourceSelect_Channel(int) - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
writeSourceSelect_Filter(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
writeSourceSelect_FloatingRollover(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
writeSourceSelect_Module(int) - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
writeSourceSelect_RolloverLimit(int) - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
writeTimerConfig(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeTimerConfig(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeTimerConfig_AverageSize(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeTimerConfig_AverageSize(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeTimerConfig_StallPeriod(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeTimerConfig_StallPeriod(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeTimerConfig_UpdateWhenEmpty(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeTimerConfig_UpdateWhenEmpty(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeTriggerTime(long) - Static method in class edu.wpi.first.wpilibj.fpga.tAlarm
 
writeUpperLimit(int) - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
writeUTF(String) - Method in interface java.io.DataOutput
Writes two bytes of length information to the output stream, followed by the Java modified UTF representation of every character in the string s.
writeUTF(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner.
writeWhiteBalance(AxisCamera.WhiteBalanceT) - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Write the WhiteBalance for the camera to use.

Y

YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the year.
yield() - Static method in class java.lang.Thread
Causes the currently executing thread object to temporarily pause and allow other threads to execute.

Z

zero() - Static method in class com.sun.squawk.Address
Gets the canonical Address representation of null.
zero() - Static method in class com.sun.squawk.Offset
Gets the canonical Offset representation of null.
zero() - Static method in class com.sun.squawk.UWord
Gets the canonical UWord representation of null.
ZERO_PADDING - Static variable in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 

A B C D E F G H I J K L M N O P Q R S T U V W Y Z

2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.