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 _

N

name() - Method in class java.lang.Enum
 
NAME - Static variable in class lejos.nxt.comm.NXTCommDevice
 
NAME_LEN - Static variable in class lejos.nxt.comm.NXTCommDevice
 
nameToString(byte[]) - Static method in class lejos.nxt.comm.NXTCommDevice
Return a string version of a device devName held as a byte array
NaN - Static variable in class java.lang.Double
 
NaN - Static variable in class java.lang.Float
 
nanoTime() - Static method in class java.lang.System
 
NEGATIVE_INFINITY - Static variable in class java.lang.Double
 
NEGATIVE_INFINITY - Static variable in class java.lang.Float
 
NegativeArraySizeException - Exception in java.lang
 
NegativeArraySizeException() - Constructor for exception java.lang.NegativeArraySizeException
 
NegativeArraySizeException(String) - Constructor for exception java.lang.NegativeArraySizeException
 
newArray(Class, int) - Method in class lejos.realtime.ImmortalMemory
 
newArray(Class, int) - Method in class lejos.realtime.MemoryArea
 
newInstance(Class) - Method in class lejos.realtime.ImmortalMemory
 
newInstance(Class) - Method in class lejos.realtime.MemoryArea
 
newLine() - Method in class java.io.BufferedWriter
 
next() - Method in interface java.util.Iterator
 
nextBoolean() - Method in class java.util.Random
Returns a random boolean in the range 0-1.
nextDouble() - Method in class java.util.Random
 
nextElement() - Method in interface java.util.Enumeration
 
nextElement() - Method in class java.util.StringTokenizer
Method implemented by interface requirement
nextGaussian() - Method in class java.util.Random
Returns the next pseudorandom, Gaussian ("normally") distributed double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence.
nextIndex() - Method in interface java.util.ListIterator
 
nextInt() - Method in class java.util.Random
 
nextInt(int) - Method in class java.util.Random
Returns a random integer in the range 0...n-1.
nextThread - Variable in class lejos.nxt.VM.VMThread
 
nextToken() - Method in class java.util.StringTokenizer
 
NMEASentence - Class in lejos.addon.gps
Class designed to manage all NMEA Sentence.
NMEASentence() - Constructor for class lejos.addon.gps.NMEASentence
 
NO_ACTIVE_PROGRAM - Static variable in interface lejos.nxt.remote.ErrorMessages
 
NO_FREE_MEMORY_IN_COMMUNICATION_BUFFER - Static variable in interface lejos.nxt.remote.ErrorMessages
 
NO_LINEAR_SPACE - Static variable in interface lejos.nxt.remote.ErrorMessages
 
NO_MAX - Static variable in class lejos.realtime.MemoryParameters
 
NO_MORE_FILES - Static variable in interface lejos.nxt.remote.ErrorMessages
 
NO_MORE_HANDLES - Static variable in interface lejos.nxt.remote.ErrorMessages
 
NO_OF_SENSOR_TYPES - Static variable in interface lejos.nxt.remote.NXTProtocol
 
NO_RELEASE - Static variable in interface lejos.nxt.I2CPort
 
NO_SENSOR - Static variable in interface lejos.nxt.remote.NXTProtocol
 
NO_SORTING - Static variable in class lejos.nxt.addon.NXTCam
Used by sortBy() to choose no sorting of detected objects.
NO_SPACE - Static variable in interface lejos.nxt.remote.ErrorMessages
 
NO_WRITE_BUFFERS - Static variable in interface lejos.nxt.remote.ErrorMessages
 
NoClassDefFoundError - Error in java.lang
 
NoClassDefFoundError() - Constructor for error java.lang.NoClassDefFoundError
 
NoClassDefFoundError(String) - Constructor for error java.lang.NoClassDefFoundError
 
NoHeapRealtimeThread - Class in lejos.realtime
 
NoHeapRealtimeThread(SchedulingParameters, MemoryArea) - Constructor for class lejos.realtime.NoHeapRealtimeThread
 
NoHeapRealtimeThread(SchedulingParameters, ReleaseParameters, MemoryArea) - Constructor for class lejos.realtime.NoHeapRealtimeThread
 
NON_PREDICTIVE - Static variable in class javax.microedition.lcdui.TextField
 
NOOF_CHARS - Static variable in class lejos.nxt.LCD
 
norm1() - Method in class lejos.util.Matrix
One norm
NORM_PRIORITY - Static variable in class java.lang.Thread
The priority that is assigned to the primordial thread.
NORM_PRIORITY - Static variable in class lejos.realtime.RealtimeThread
 
normalizedADValue - Variable in class lejos.nxt.remote.InputValues
The normalized value from the Analog to Digital (AD) converter.
normF() - Method in class lejos.util.Matrix
Frobenius norm
normInf() - Method in class lejos.util.Matrix
Infinity norm
NoSuchElementException - Exception in java.util
NoSuchElementException is a Exception used with StringTokenizer
NoSuchElementException() - Constructor for exception java.util.NoSuchElementException
 
NoSuchElementException(String) - Constructor for exception java.util.NoSuchElementException
 
NoSuchFieldError - Error in java.lang
 
NoSuchFieldError() - Constructor for error java.lang.NoSuchFieldError
 
NoSuchFieldError(String) - Constructor for error java.lang.NoSuchFieldError
 
NoSuchMethodError - Error in java.lang
 
NoSuchMethodError() - Constructor for error java.lang.NoSuchMethodError
 
NoSuchMethodError(String) - Constructor for error java.lang.NoSuchMethodError
 
NOT_A_LINEAR_FILE - Static variable in interface lejos.nxt.remote.ErrorMessages
 
NOT_DISCOVERABLE - Static variable in class javax.bluetooth.DiscoveryAgent
Takes the device out of discoverable mode.
NOT_IMPLEMENTED - Static variable in class lejos.nxt.comm.LCP
 
notify() - Method in class java.lang.Object
Wake up one thread blocked on a wait().
notifyAll() - Method in class java.lang.Object
Wake up all threads blocked on a wait().
notifyStateChanged() - Method in class javax.microedition.lcdui.Item
 
NR_RANGE_LONG - Static variable in class lejos.nxt.addon.PFLink
 
NR_RANGE_SHORT - Static variable in class lejos.nxt.addon.PFLink
 
nsDelay(long) - Static method in class lejos.util.Delay
Wait for the specified number of nanoseconds.
NullPointerException - Exception in java.lang
 
NullPointerException() - Constructor for exception java.lang.NullPointerException
 
NullPointerException(String) - Constructor for exception java.lang.NullPointerException
 
Number - Class in java.lang
Superclass for the difference wrapper classes.
Number() - Constructor for class java.lang.Number
Just a constructor doing nothing.
NumberFormatException - Exception in java.lang
 
NumberFormatException() - Constructor for exception java.lang.NumberFormatException
 
NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
 
numberOfLeadingZeros(int) - Static method in class java.lang.Integer
 
numberOfLeadingZeros(long) - Static method in class java.lang.Long
 
numberOfTrailingZeros(int) - Static method in class java.lang.Integer
 
numberOfTrailingZeros(long) - Static method in class java.lang.Long
 
numConstants - Variable in class lejos.nxt.VM.VMImage
 
numEntryClasses - Variable in class lejos.nxt.VM.VMImage
 
NUMERIC - Static variable in class javax.microedition.lcdui.TextField
 
numExceptionHandlers - Variable in class lejos.nxt.VM.VMMethod
 
numLocals - Variable in class lejos.nxt.VM.VMMethod
 
numParameters - Variable in class lejos.nxt.VM.VMMethod
 
numParticles() - Method in class lejos.robotics.localization.MCLParticleSet
Return the number of particles in the set
numParticles() - Method in class lejos.robotics.localization.TachoLocalizer
Get the number of particles
numStaticFields - Variable in class lejos.nxt.VM.VMImage
 
NXJ_DEFRAG - Static variable in class lejos.nxt.comm.LCP
 
NXJ_DEFRAG - Static variable in interface lejos.nxt.remote.NXTProtocol
 
NXJ_DISCONNECT - Static variable in class lejos.nxt.comm.LCP
 
NXJ_DISCONNECT - Static variable in interface lejos.nxt.remote.NXTProtocol
 
NXJ_FIND_FIRST - Static variable in class lejos.nxt.comm.LCP
 
NXJ_FIND_FIRST - Static variable in interface lejos.nxt.remote.NXTProtocol
 
NXJ_FIND_NEXT - Static variable in class lejos.nxt.comm.LCP
 
NXJ_FIND_NEXT - Static variable in interface lejos.nxt.remote.NXTProtocol
 
NXJ_PACKET_MODE - Static variable in class lejos.nxt.comm.LCP
 
NXJ_PACKET_MODE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
NXT - Class in lejos.nxt
Abstraction for the local NXT Device.
NXT() - Constructor for class lejos.nxt.NXT
 
NXTCam - Class in lejos.nxt.addon
Mindsensors NXTCam.
NXTCam(I2CPort) - Constructor for class lejos.nxt.addon.NXTCam
 
NXTComm - Class in lejos.nxt.remote
Initiates communication to a remote NXT.
NXTCommand - Class in lejos.nxt.remote
Sends LCP requests to the NXT and receives replies.
NXTCommand() - Constructor for class lejos.nxt.remote.NXTCommand
Create a NXTCommand object.
NXTCommConnector - Class in lejos.nxt.comm
Standard interface to connect/wait for a connection.
NXTCommConnector() - Constructor for class lejos.nxt.comm.NXTCommConnector
 
NXTCommDevice - Class in lejos.nxt.comm
Base class for nxt communications devices.
NXTCommDevice() - Constructor for class lejos.nxt.comm.NXTCommDevice
 
NXTCommRequest - Interface in lejos.nxt.remote
Interface that all NXTComm implementation classes must implement for low-level communication with the NXT.
NXTConnection - Class in lejos.nxt.comm
Generic lejos nxt connection class.
NXTConnection() - Constructor for class lejos.nxt.comm.NXTConnection
 
NXTe - Class in lejos.nxt.addon
Abstraction for a Lattebox NXT Extension Kit with Lattebox 10-Axis Servo Kit http://www.lattebox.com UML: http://www.juanantonio.info/p_research/robotics/lejos/nxj/lattebox/LatteboxNXTeKit.png
NXTe(SensorPort) - Constructor for class lejos.nxt.addon.NXTe
Constructor
NXTE_ADDRESS - Static variable in class lejos.nxt.addon.NXTe
 
NXTInputStream - Class in lejos.nxt.comm
Extends InputStream for BlueTooth; implements available()
NXTLineLeader - Class in lejos.nxt.addon
This class manages the sensor NXT Line Leader from Mindsensors.
NXTLineLeader(I2CPort) - Constructor for class lejos.nxt.addon.NXTLineLeader
Constructor
NXTname - Variable in class lejos.nxt.remote.DeviceInfo
 
NXTOutputStream - Class in lejos.nxt.comm
Implements an OutputStream over Bluetooth.
NXTProtocol - Interface in lejos.nxt.remote
LEGO Communication Protocol constants.
NXTSERVO_ADDRESS - Static variable in class lejos.nxt.addon.MSC
 

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 _