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

E

E - Static variable in class java.lang.Math
 
echo(String) - Method in class lejos.util.DebugMessages
Show in NXT Screen a message
echo(int) - Method in class lejos.util.DebugMessages
Show in NXT Screen a message
EDFScheduler - Class in lejos.realtime
 
EEPROM_BUFFER - Static variable in class lejos.nxt.addon.RCXLink
 
elapsed() - Method in class lejos.util.Stopwatch
Return elapsed time in milliseconds
elementAt(int) - Method in class java.util.Vector
 
elements() - Method in class java.util.Vector
Returns a convenient Enumaration object to cycle through elements in Vector.
ElementType - Enum in java.lang.annotation
 
ElevationPlatform - Interface in lejos.robotics
 
EMAILADDR - Static variable in class javax.microedition.lcdui.TextField
 
empty() - Method in class java.util.Queue
is this Queue empty?
empty() - Method in class java.util.Stack
is this stack empty?
EmptyQueueException - Exception in java.util
An exception thrown by some Queue class methods to indicate that the Queue is empty
EmptyQueueException() - Constructor for exception java.util.EmptyQueueException
creates a new exception wit null message string
EmptyStackException - Exception in java.util
An exception thrown by some stack class methods to indicate that the stack is empty
EmptyStackException() - Constructor for exception java.util.EmptyStackException
creates a new exception wit null message string
emulateCommand(byte[], int, byte[]) - Static method in class lejos.nxt.comm.LCP
Emulates a Lego firmware Direct or System command
enableColorSensor() - Method in class lejos.nxt.SensorPort
Enable the use of the Color Light Sensor on this port.
enableRunTimeTypeChecks(boolean) - Static method in class lejos.nxt.VM
Enable/Disable strict run time type checking for some operations within the Virtual Machine.
enableTracking(boolean) - Method in class lejos.nxt.addon.NXTCam
 
encode(int, byte[], int) - Method in interface lejos.charset.CharsetEncoder
Writes the encoding of the codepoint to the byte-array.
encode(int, byte[], int) - Method in class lejos.charset.Latin1Encoder
 
encode(int, byte[], int) - Method in class lejos.charset.UTF8Encoder
 
encode(String) - Static method in class lejos.nxt.remote.AsciizCodec
Encode a string as ASCIIZ
Encoder - Interface in lejos.robotics
Abstraction for the tachometer built into NXT motors.
end - Variable in class lejos.nxt.VM.VMException
 
END_OF_FILE - Static variable in interface lejos.nxt.remote.ErrorMessages
 
END_OF_FILE_EXPECTED - Static variable in interface lejos.nxt.remote.ErrorMessages
 
EnergyParameters - Class in lejos.realtime
 
EnergyParameters() - Constructor for class lejos.realtime.EnergyParameters
 
EnergyParameters(int) - Constructor for class lejos.realtime.EnergyParameters
 
EnergyRealtimeThread - Class in lejos.realtime
 
EnergyRealtimeThread() - Constructor for class lejos.realtime.EnergyRealtimeThread
 
EnergyRealtimeThread(EnergyParameters) - Constructor for class lejos.realtime.EnergyRealtimeThread
 
EnergyRealtimeThread(SchedulingParameters, EnergyParameters) - Constructor for class lejos.realtime.EnergyRealtimeThread
 
EnergyRealtimeThread(SchedulingParameters, ReleaseParameters, EnergyParameters) - Constructor for class lejos.realtime.EnergyRealtimeThread
 
EnergyRealtimeThread(SchedulingParameters, ReleaseParameters, MemoryParameters, MemoryArea, EnergyParameters) - Constructor for class lejos.realtime.EnergyRealtimeThread
 
EnergyRealtimeThread(SchedulingParameters, ReleaseParameters, MemoryParameters, MemoryArea, ProcessingGroupParameters, Runnable, EnergyParameters) - Constructor for class lejos.realtime.EnergyRealtimeThread
 
ensureCapacity(int) - Method in class java.io.ByteArrayOutputStream
 
ensureCapacity(int) - Method in class java.lang.StringBuffer
 
ensureCapacity(int) - Method in class java.lang.StringBuilder
 
ensureCapacity(int) - Method in class java.util.ArrayList
Ensure that we have sufficient capacity in the array to store the requested number of elements.
ensureCapacity(int) - Method in class java.util.Vector
 
ENTER - Static variable in class lejos.nxt.Button
The Enter button.
enter() - Method in class lejos.realtime.ImmortalMemory
 
enter() - Method in class lejos.realtime.MemoryArea
 
ENTER_MASK - Static variable in class lejos.nxt.Poll
 
entryClassesOffset - Variable in class lejos.nxt.VM.VMImage
 
Enum<E extends Enum<E>> - Class in java.lang
 
Enumeration - Interface in java.util
Enumeration object allows you to go through collections one object at a time.
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.
EOPD - Class in lejos.nxt.addon
Supports HiTechnics EOPD (Electro Optical Proximity Detector) sensor.
EOPD(ADSensorPort) - Constructor for class lejos.nxt.addon.EOPD
By default the sensor is short range.
EOPD(ADSensorPort, boolean) - Constructor for class lejos.nxt.addon.EOPD
 
equals(Object) - Method in class java.awt.geom.Point2D
Test if this point is equal to a given object
equals(Object) - Method in class java.awt.geom.Rectangle2D
Test if the rectangle is equal to a given object
equals(Object) - Method in class java.awt.Point
 
equals(Object) - Method in class java.awt.Rectangle
Test if the Rectangle is equal to a given object
equals(Object) - Method in interface java.lang.annotation.Annotation
 
equals(Object) - Method in class java.lang.Boolean
 
equals(Object) - Method in class java.lang.Byte
 
equals(Object) - Method in class java.lang.Character
 
equals(Object) - Method in class java.lang.Double
 
equals(Object) - Method in class java.lang.Enum
 
equals(Object) - Method in class java.lang.Float
 
equals(Object) - Method in class java.lang.Integer
 
equals(Object) - Method in class java.lang.Long
 
equals(Object) - Method in class java.lang.Object
 
equals(Object) - Method in class java.lang.Short
 
equals(Object) - Method in class java.lang.String
Compares the String with an Object
equals(Object) - Method in interface java.util.Collection
 
equals(Object) - Method in class java.util.Vector
 
equals(Object) - Method in class javax.bluetooth.RemoteDevice
Determines if two RemoteDevices are equal.
equals(HighResolutionTime) - Method in class lejos.realtime.HighResolutionTime
Returns true if the argument time has the same type and values as this.
equals(Object) - Method in class lejos.realtime.HighResolutionTime
Returns true if the argument object has the same type and values as this.
equalsIgnoreCase(String) - Method in class java.lang.String
 
err - Static variable in class java.lang.System
 
Error - Error in java.lang
 
Error() - Constructor for error java.lang.Error
 
Error(String) - Constructor for error java.lang.Error
 
ErrorMessages - Interface in lejos.nxt.remote
Error messages that can be returned after a call to the NXT brick.
errors - Variable in class lejos.addon.gps.SimpleGPS
 
ESCAPE - Static variable in class lejos.nxt.Button
The Escape button.
ESCAPE_MASK - Static variable in class lejos.nxt.Poll
 
estimateByteCount(byte[], int, int) - Method in interface lejos.charset.CharsetDecoder
Calculates the number of bytes that are needed to decode a full Unicode codepoint at the given position in the byte array.
estimateByteCount(int) - Method in interface lejos.charset.CharsetEncoder
Return the number of bytes needed to encode the given codepoint.
estimateByteCount(byte[], int, int) - Method in class lejos.charset.Latin1Decoder
 
estimateByteCount(int) - Method in class lejos.charset.Latin1Encoder
 
estimateByteCount(byte[], int, int) - Method in class lejos.charset.UTF8Decoder
 
estimateByteCount(int) - Method in class lejos.charset.UTF8Encoder
 
EventListener - Interface in java.util
Every event in Java implement this interface
eventOptions(int, int) - Static method in class lejos.nxt.debug.DebugInterface
Allow events to be enabled/disabled/ignored.
ExcecuteInArea(Object) - Static method in class lejos.realtime.ImmortalMemory
 
ExcecuteInArea(Object) - Static method in class lejos.realtime.MemoryArea
 
Exception - Exception in java.lang
 
Exception() - Constructor for exception java.lang.Exception
 
Exception(String) - Constructor for exception java.lang.Exception
 
exception - Variable in class lejos.nxt.debug.DebugInterface
 
exceptionTable - Variable in class lejos.nxt.VM.VMMethod
 
EXCLUSIVE - Static variable in interface javax.microedition.lcdui.Choice
 
exec() - Method in class java.io.File
If the file is a binary executable, begins running it.
exec(int, int) - Static method in class lejos.nxt.Flash
 
executeProgram(int) - Static method in class lejos.nxt.VM
leJOS allows several "programs" to be linked into a single nxj file the system by default will start execution of program 0.
exists() - Method in class java.io.File
Indicates if the file exists in the flash memory.
exit(int) - Static method in class java.lang.System
Terminate the application.
EXIT - Static variable in class javax.microedition.lcdui.Command
 
exit(int) - Static method in class lejos.nxt.NXT
Terminate the application.
exp(double) - Static method in class java.lang.Math
Exponential function.
ExtendedPlatform - Class in lejos.robotics
 
ExtendedPlatform(TachoMotor, TachoMotor) - Constructor for class lejos.robotics.ExtendedPlatform
 
ExtendedPlatform(TachoMotor, boolean, TachoMotor, boolean) - Constructor for class lejos.robotics.ExtendedPlatform
 
ExtendedPlatform(TachoMotor, boolean, double, TachoMotor, boolean, double) - Constructor for class lejos.robotics.ExtendedPlatform
 
EXTENSION - Static variable in class javax.microedition.location.AddressInfo
Address field denoting address extension, e.g. flat number.

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