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 _

M

M_NATIVE - Static variable in class lejos.nxt.VM.VMMethod
 
M_STATIC - Static variable in class lejos.nxt.VM.VMMethod
 
M_SYNCHRONIZED - Static variable in class lejos.nxt.VM.VMMethod
 
magicNumber - Variable in class lejos.nxt.VM.VMImage
 
MAILBOX_EMPTY - Static variable in class lejos.nxt.comm.LCP
 
main(String[]) - Static method in class lejos.nxt.debug.DebugMonitor
 
MapPathFinder - Class in lejos.robotics.proposal
PathFinder that takes a map and a dummy set of range readings.
MapPathFinder(RangeMap, RangeReadings) - Constructor for class lejos.robotics.proposal.MapPathFinder
 
mark(int) - Method in class java.io.ByteArrayInputStream
 
mark(int) - Method in class java.io.FilterInputStream
 
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.Reader
 
markSupported() - Method in class java.io.ByteArrayInputStream
 
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.Reader
 
Math - Class in java.lang
Mathematical functions.
Matrix - Class in lejos.util
 
Matrix(int, int) - Constructor for class lejos.util.Matrix
Construct an m-by-n matrix of zeros.
Matrix(int, int, double) - Constructor for class lejos.util.Matrix
Construct an m-by-n constant matrix.
Matrix(double[][]) - Constructor for class lejos.util.Matrix
Construct a matrix from a 2-D array.
Matrix(double[][], int, int) - Constructor for class lejos.util.Matrix
Construct a matrix quickly without checking arguments.
Matrix(double[], int) - Constructor for class lejos.util.Matrix
Construct a matrix from a one-dimensional packed array
max(int, int) - Static method in class java.lang.Math
Returns the greater of two integer values.
max(long, long) - Static method in class java.lang.Math
Returns the greater of two long values.
max(float, float) - Static method in class java.lang.Math
Returns the greater of two float values.
max(double, double) - Static method in class java.lang.Math
Returns the greater of two double values.
MAX_CODE_POINT - Static variable in class java.lang.Character
 
MAX_CONNECTIONS - Static variable in class lejos.nxt.comm.RS485
 
MAX_EXPONENT - Static variable in class java.lang.Double
 
MAX_EXPONENT - Static variable in class java.lang.Float
 
MAX_FILES - Static variable in class java.io.File
Number of files the file system can store.
MAX_HIGH_SURROGATE - Static variable in class java.lang.Character
 
MAX_LOW_SURROGATE - Static variable in class java.lang.Character
 
MAX_PRIORITY - Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_PRIORITY - Static variable in class lejos.realtime.RealtimeThread
 
MAX_RADIX - Static variable in class java.lang.Character
 
MAX_RADIX - Static variable in class java.lang.Integer
Deprecated. use constant in Character
MAX_SURROGATE - Static variable in class java.lang.Character
 
MAX_USER_PAGES - Static variable in class lejos.nxt.Flash
Maximum number of pages available to user flash memory.
MAX_VALUE - Static variable in class java.lang.Byte
 
MAX_VALUE - Static variable in class java.lang.Character
 
MAX_VALUE - Static variable in class java.lang.Double
 
MAX_VALUE - Static variable in class java.lang.Float
 
MAX_VALUE - Static variable in class java.lang.Integer
The largest value of type int.
MAX_VALUE - Static variable in class java.lang.Long
 
MAX_VALUE - Static variable in class java.lang.Short
 
maxIterations - Static variable in class lejos.robotics.localization.MCLParticleSet
 
maxOperands - Variable in class lejos.nxt.VM.VMMethod
 
MCLParticle - Class in lejos.robotics.localization
Represents a particle for the particle filtering algorithm.
MCLParticle(Pose) - Constructor for class lejos.robotics.localization.MCLParticle
Create a particle with a specific pose
MCLParticleSet - Class in lejos.robotics.localization
Represents a particle set for the particle filtering algorithm.
MCLParticleSet(RangeMap, int, int) - Constructor for class lejos.robotics.localization.MCLParticleSet
Create a set of particles randomly distributed with the given map.
MCLPoseProvider - Class in lejos.robotics.localization
 
MCLPoseProvider(MovementProvider, RangeScanner, RangeMap, int, int) - Constructor for class lejos.robotics.localization.MCLPoseProvider
 
MemoryArea - Class in lejos.realtime
 
memoryConsumed() - Method in class lejos.realtime.ImmortalMemory
 
memoryConsumed() - Method in class lejos.realtime.MemoryArea
 
MemoryParameters - Class in lejos.realtime
 
MemoryParameters() - Constructor for class lejos.realtime.MemoryParameters
 
memoryRemaining() - Method in class lejos.realtime.ImmortalMemory
 
memoryRemaining() - Method in class lejos.realtime.MemoryArea
 
MESSAGE_READ - Static variable in class lejos.nxt.comm.LCP
 
MESSAGE_READ - Static variable in interface lejos.nxt.remote.NXTProtocol
 
MESSAGE_WRITE - Static variable in class lejos.nxt.comm.LCP
 
MESSAGE_WRITE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
messageRead(byte, byte, boolean) - Method in class lejos.nxt.remote.NXTCommand
 
messageWrite(int, String) - Static method in class lejos.nxt.comm.LCP
 
messageWrite(byte[], byte) - Method in class lejos.nxt.remote.NXTCommand
Sends a message to an inbox on the NXT for storage(?)
META_DOWN_MASK - Static variable in class lejos.addon.keyboard.KeyEvent
 
META_MASK - Static variable in class lejos.addon.keyboard.KeyEvent
 
method - Variable in class lejos.nxt.debug.DebugInterface
 
methodBase - Variable in class lejos.nxt.debug.DebugInterface
 
methodRecord - Variable in class lejos.nxt.VM.VMStackFrame
 
mflags - Variable in class lejos.nxt.VM.VMMethod
 
min(int, int) - Static method in class java.lang.Math
Returns the lesser of two integer values.
min(long, long) - Static method in class java.lang.Math
Returns the lesser of two long values.
min(float, float) - Static method in class java.lang.Math
Returns the lesser of two float values.
min(double, double) - Static method in class java.lang.Math
Returns the lesser of two double values.
MIN_CODE_POINT - Static variable in class java.lang.Character
 
MIN_EXPONENT - Static variable in class java.lang.Double
 
MIN_EXPONENT - Static variable in class java.lang.Float
 
MIN_HIGH_SURROGATE - Static variable in class java.lang.Character
 
MIN_LOW_SURROGATE - Static variable in class java.lang.Character
 
MIN_NORMAL - Static variable in class java.lang.Double
 
MIN_NORMAL - Static variable in class java.lang.Float
 
MIN_PRIORITY - Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_PRIORITY - Static variable in class lejos.realtime.RealtimeThread
 
MIN_RADIX - Static variable in class java.lang.Character
 
MIN_RADIX - Static variable in class java.lang.Integer
Deprecated. use constant in Character
MIN_SUPPLEMENTARY_CODE_POINT - Static variable in class java.lang.Character
 
MIN_SURROGATE - Static variable in class java.lang.Character
 
MIN_VALUE - Static variable in class java.lang.Byte
 
MIN_VALUE - Static variable in class java.lang.Character
 
MIN_VALUE - Static variable in class java.lang.Double
 
MIN_VALUE - Static variable in class java.lang.Float
 
MIN_VALUE - Static variable in class java.lang.Integer
The smallest value of type int.
MIN_VALUE - Static variable in class java.lang.Long
 
MIN_VALUE - Static variable in class java.lang.Short
 
minus(Matrix) - Method in class lejos.util.Matrix
C = A - B
minusEquals(Matrix) - Method in class lejos.util.Matrix
A = A - B
mitViolationExceptnew - Static variable in class lejos.realtime.SporadicParameters
 
mitViolationIgnore - Static variable in class lejos.realtime.SporadicParameters
 
mitViolationReplace - Static variable in class lejos.realtime.SporadicParameters
 
mitViolationSave - Static variable in class lejos.realtime.SporadicParameters
 
mode - Variable in class lejos.nxt.remote.OutputState
 
MODE_ANGLESTEP - Static variable in interface lejos.nxt.SensorConstants
 
MODE_BOOLEAN - Static variable in interface lejos.nxt.SensorConstants
 
MODE_CELSIUS - Static variable in interface lejos.nxt.SensorConstants
 
MODE_FARENHEIT - Static variable in interface lejos.nxt.SensorConstants
 
MODE_PCTFULLSCALE - Static variable in interface lejos.nxt.SensorConstants
 
MODE_PERIODCOUNTER - Static variable in interface lejos.nxt.SensorConstants
 
MODE_RAW - Static variable in interface lejos.nxt.SensorConstants
 
MODE_TRANSITIONCNT - Static variable in interface lejos.nxt.SensorConstants
 
MODEMASK - Static variable in interface lejos.nxt.remote.NXTProtocol
 
MODULE_NOT_FOUND - Static variable in interface lejos.nxt.remote.ErrorMessages
 
monitor - Variable in class lejos.nxt.VM.VMStackFrame
 
MonitorControl - Class in lejos.realtime
 
monitorCount - Variable in class lejos.nxt.VM.VMThread
 
monitoringStateChanged(boolean) - Method in interface javax.microedition.location.ProximityListener
Called to notify that the state of the proximity monitoring has changed.
Motor - Class in lejos.nxt
Abstraction for a NXT motor.
Motor(TachoMotorPort) - Constructor for class lejos.nxt.Motor
Use this constructor to assign a variable of type motor connected to a particular port.
Motor.Regulator - Class in lejos.nxt
inner class to regulate speed; also stop motor at desired rotation angle
Motor.Regulator() - Constructor for class lejos.nxt.Motor.Regulator
 
MOTOR_A_FORWARD - Static variable in class lejos.nxt.addon.RCXLink
 
MOTOR_A_REVERSED - Static variable in class lejos.nxt.addon.RCXLink
 
MOTOR_B_FORWARD - Static variable in class lejos.nxt.addon.RCXLink
 
MOTOR_B_REVERSED - Static variable in class lejos.nxt.addon.RCXLink
 
MOTOR_C_FORWARD - Static variable in class lejos.nxt.addon.RCXLink
 
MOTOR_C_REVERSED - Static variable in class lejos.nxt.addon.RCXLink
 
MOTOR_CH1_A_BRAKE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH1_A_FLOAT - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH1_A_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH1_A_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH1_B_BRAKE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH1_B_FLOAT - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH1_B_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH1_B_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH2_A_BRAKE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH2_A_FLOAT - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH2_A_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH2_A_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH2_B_BRAKE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH2_B_FLOAT - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH2_B_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH2_B_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH3_A_BRAKE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH3_A_FLOAT - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH3_A_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH3_A_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH3_B_BRAKE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH3_B_FLOAT - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH3_B_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH3_B_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH4_A_BRAKE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH4_A_FLOAT - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH4_A_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH4_A_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH4_B_BRAKE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH4_B_FLOAT - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH4_B_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH4_B_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_RUN_STATE_IDLE - Static variable in interface lejos.nxt.remote.NXTProtocol
Output will be idle
MOTOR_RUN_STATE_RAMPDOWN - Static variable in interface lejos.nxt.remote.NXTProtocol
Output will ramp-down
MOTOR_RUN_STATE_RAMPUP - Static variable in interface lejos.nxt.remote.NXTProtocol
Output will ramp-up
MOTOR_RUN_STATE_RUNNING - Static variable in interface lejos.nxt.remote.NXTProtocol
Output will be running
MotorEvent - Class in lejos.robotics
 
MotorEvent(int) - Constructor for class lejos.robotics.MotorEvent
 
MOTORON - Static variable in interface lejos.nxt.remote.NXTProtocol
Turn on the specified motor
MotorPort - Class in lejos.nxt
Abstraction for a NXT output port.
move(int, int) - Method in class java.awt.Point
Move the location of the point to (x,y)
MoveListener - Interface in lejos.robotics
Any class that wants to be updated automatically by a MovementProvider should implement this interface/
Movement - Class in lejos.robotics
Models a movement performed by a pilot
Movement(Movement.MovementType, float, float, boolean) - Constructor for class lejos.robotics.Movement
Create a movement object to record a movement made by a pilot
Movement.MovementType - Enum in lejos.robotics
The type of movement made in sufficient detail to allow errors in the movement to be modelled.
MovementProvider - Interface in lejos.robotics
Should be implemented by a Pilot that provides a partial movement to a pose when requested.
movementStarted(Movement, MovementProvider) - Method in class lejos.robotics.localization.MCLPoseProvider
 
movementStarted(Movement, MovementProvider) - Method in interface lejos.robotics.MoveListener
Called when a Movement Provider starts a move
movementStarted(Movement, MovementProvider) - Method in class lejos.robotics.proposal.DeadReckonerPoseProvider
 
movementStarted(Movement, MovementProvider) - Method in class lejos.robotics.proposal.UpdateablePose
 
movementStopped(Movement, MovementProvider) - Method in class lejos.robotics.localization.MCLPoseProvider
 
movementStopped(Movement, MovementProvider) - Method in interface lejos.robotics.MoveListener
Called by the movementr provider when a move stops
movementStopped(Movement, MovementProvider) - Method in class lejos.robotics.proposal.DeadReckonerPoseProvider
 
movementStopped(Movement, MovementProvider) - Method in class lejos.robotics.proposal.UpdateablePose
 
moveToTop() - Method in class java.io.File
Move the file to become the last one in flash memory.
moveUpdate(float) - Method in class lejos.robotics.Pose
Move the specified distance in the direction of current heading.
MSC - Class in lejos.nxt.addon
This class has been designed to manage the device MSC8, Mindsensors NXT Servo which manages up to 8 RC Servos.
MSC(SensorPort) - Constructor for class lejos.nxt.addon.MSC
Constructor
MSC8_VBATT - Static variable in class lejos.nxt.addon.MSC
 
msDelay(long) - Static method in class lejos.util.Delay
Wait for the specified number of milliseconds.
MServo - Class in lejos.nxt.addon
MServo, is a abstraction to model any RC Servo (continuous and non continuous) plugged to
MServo(SensorPort, int) - Constructor for class lejos.nxt.addon.MServo
The initial Constructor.
MServo(SensorPort, int, String) - Constructor for class lejos.nxt.addon.MServo
The initial Constructor.
MServo(SensorPort, int, String, int, int) - Constructor for class lejos.nxt.addon.MServo
Constructor with the feature to set min, max and init angle
MSG_ACCEPT_CONNECTION - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_ADD_DEVICE - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_ANY - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_BEGIN_INQUIRY - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_CANCEL_INQUIRY - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_CLOSE_CONNECTION - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_CLOSE_CONNECTION_RESULT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_CLOSE_PORT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_CLOSE_PORT_RESULT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_CONNECT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_CONNECT_RESULT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_CONNECTION_STATUS_RESULT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_DUMP_LIST - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_GET_BRICK_STATUSBYTE - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_GET_BRICK_STATUSBYTE_RESULT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_GET_CONNECTION_STATUS - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_GET_DISCOVERABLE - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_GET_DISCOVERABLE_RESULT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_GET_FRIENDLY_NAME - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_GET_FRIENDLY_NAME_RESULT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_GET_LINK_QUALITY - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_GET_LOCAL_ADDR - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_GET_LOCAL_ADDR_RESULT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_GET_OPERATING_MODE - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_GET_PORT_OPEN - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_GET_PORT_OPEN_RESULT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_GET_VERSION - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_GET_VERSION_RESULT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_GOTO_DFU_MODE - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_HEARTBEAT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_INQUIRY_RESULT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_INQUIRY_RUNNING - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_INQUIRY_STOPPED - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_LINK_QUALITY_RESULT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_LIST_DUMP_STOPPED - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_LIST_ITEM - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_LIST_RESULT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_LOOKUP_NAME - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_LOOKUP_NAME_FAILURE - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_LOOKUP_NAME_RESULT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_OPEN_PORT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_OPEN_STREAM - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_OPERATING_MODE_RESULT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_PIN_CODE - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_PIN_CODE_ACK - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_PORT_OPEN_RESULT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_REMOVE_DEVICE - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_REQUEST_CONNECTION - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_REQUEST_PIN_CODE - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_RESET_INDICATION - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_SET_BRICK_STATUSBYTE - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_SET_BRICK_STATUSBYTE_RESULT - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_SET_DISCOVERABLE - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_SET_DISCOVERABLE_ACK - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_SET_FACTORY_SETTINGS - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_SET_FACTORY_SETTINGS_ACK - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_SET_FRIENDLY_NAME - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_SET_FRIENDLY_NAME_ACK - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_SET_OPERATING_MODE - Static variable in class lejos.nxt.comm.Bluetooth
 
MSG_START_HEART - Static variable in class lejos.nxt.comm.Bluetooth
 
MTA_ASSISTED - Static variable in class javax.microedition.location.Location
Location method is assisted by the other party (Terminal assisted for Network based, Network assisted for terminal based).
MTA_UNASSISTED - Static variable in class javax.microedition.location.Location
Location method is unassisted.
MTE_ANGLEOFARRIVAL - Static variable in class javax.microedition.location.Location
Location method Angle of Arrival for cellular / terrestrial RF system.
MTE_CELLID - Static variable in class javax.microedition.location.Location
Location method Cell-ID for cellular (in GSM, this is the same as CGI, Cell Global Identity).
MTE_SATELLITE - Static variable in class javax.microedition.location.Location
Location method using satellites (for example, Global Positioning System (GPS)).
MTE_SHORTRANGE - Static variable in class javax.microedition.location.Location
Location method Short-range positioning system (for example, Bluetooth LP).
MTE_TIMEDIFFERENCE - Static variable in class javax.microedition.location.Location
Location method Time Difference for cellular / terrestrial RF system (for example, Enhanced Observed Time Difference (E-OTD) for GSM).
MTE_TIMEOFARRIVAL - Static variable in class javax.microedition.location.Location
Location method Time of Arrival (TOA) for cellular / terrestrial RF system.
MTY_NETWORKBASED - Static variable in class javax.microedition.location.Location
Location method is of type network based.
MTY_TERMINALBASED - Static variable in class javax.microedition.location.Location
Location method is of type terminal based.
MULTIPLE - Static variable in interface javax.microedition.lcdui.Choice
 

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 _