Skip navigation links
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

Map<K,V> - Interface in java.util
An object that maps keys onto values.
Map.Entry<K,V> - Interface in java.util
A map entry (key-value pair).
MARCH - Static variable in class java.util.Calendar
Constant representing March.
mark(int) - Method in class java.io.BufferedInputStream
This method marks a position in the input to which the stream can be "reset" by calling the reset() method.
mark(int) - Method in class java.io.BufferedReader
Marks the present 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.CharArrayReader
This method sets the mark position in this stream to the current position.
mark(int) - Method in class java.io.FilterInputStream
Calls the in.mark(int) method.
mark(int) - Method in class java.io.FilterReader
Calls the in.mark(int) method.
mark(int) - Method in class java.io.InputStream
This method marks a position in the input to which the stream can be "reset" by calling the reset() method.
mark(int) - Method in class java.io.LineNumberReader
Mark the present position in the stream.
mark(int) - Method in class java.io.PushbackReader
This method throws an exception when called since this class does not support mark/reset.
mark(int) - Method in class java.io.Reader
Marks a position in the input to which the stream can be "reset" by calling the reset() method.
mark(int) - Method in class java.io.StringReader
Marks the present position in the stream.
markSupported() - Method in class java.io.BufferedInputStream
This method returns true to indicate that this class supports mark/reset functionality.
markSupported() - Method in class java.io.BufferedReader
Tells whether this stream supports the mark() operation, which it does.
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if this InputStream supports mark/reset.
markSupported() - Method in class java.io.CharArrayReader
This method overrides the markSupported method in Reader in order to return true - indicating that this stream class supports mark/reset functionality.
markSupported() - Method in class java.io.FilterInputStream
Calls the in.markSupported() method.
markSupported() - Method in class java.io.FilterReader
Calls the in.markSupported() method.
markSupported() - Method in class java.io.InputStream
This method returns a boolean that indicates whether the mark/reset methods are supported in this class.
markSupported() - Method in class java.io.PushbackInputStream
This method returns false to indicate that it does not support mark/reset functionality.
markSupported() - Method in class java.io.PushbackReader
This method returns false to indicate that it does not support mark/reset functionality.
markSupported() - Method in class java.io.Reader
Returns a boolean that indicates whether the mark/reset methods are supported in this class.
markSupported() - Method in class java.io.StringReader
Tells whether this stream supports the mark() operation, which it does.
Math - Class in java.lang
Mathematical functions.
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(Collection<? extends T>) - Static method in class java.util.Collections
Find the maximum element in a Collection, according to the natural ordering of the elements.
max(Collection<? extends T>, Comparator<? super T>) - Static method in class java.util.Collections
Find the maximum element in a Collection, according to a specified Comparator.
MAX_CODE_POINT - Static variable in class java.lang.Character
 
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_RADIX - Static variable in class java.lang.Character
 
MAX_SURROGATE - Static variable in class java.lang.Character
 
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
 
MAY - Static variable in class java.util.Calendar
Constant representing May.
measure() - Method in class tijos.framework.sensor.dht.TiDHT
Startup humiture measurement
measure() - Method in class tijos.framework.sensor.ds18b20.TiDS18B20
Startup temperature measurement
measure() - Method in class tijos.framework.sensor.hcsr.TiHCSR04
Startup distance measurement
messageArrived(int) - Method in class tijos.framework.networkcenter.mqtt.MqttClient
 
messageArrived(Object, String, byte[]) - Method in interface tijos.framework.networkcenter.mqtt.MqttClientListener
the event to indicate that there is a topic update from server
messageCompleted(int, int) - Method in class tijos.framework.networkcenter.mqtt.MqttClient
 
MILLISECOND - Static variable in class java.util.Calendar
Constant representing the millisecond time field.
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(Collection<? extends T>) - Static method in class java.util.Collections
Find the minimum element in a Collection, according to the natural ordering of the elements.
min(Collection<? extends T>, Comparator<? super T>) - Static method in class java.util.Collections
Find the minimum element in a Collection, according to a specified Comparator.
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_RADIX - Static variable in class java.lang.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
 
MINUTE - Static variable in class java.util.Calendar
Constant representing the minute of hour time field.
MissingResourceException - Exception in java.util
This exception is thrown when a resource is missing.
MissingResourceException(String, String, String) - Constructor for exception java.util.MissingResourceException
Creates a new exception, with the specified parameters.
MODE0 - Static variable in class tijos.framework.devicecenter.TiSPIMaster
MODE0, CPOL=0,CPHA=0
MODE1 - Static variable in class tijos.framework.devicecenter.TiSPIMaster
MODE1, CPOL=0,CPHA=1
MODE2 - Static variable in class tijos.framework.devicecenter.TiSPIMaster
MODE2, CPOL=1,CPHA=0
MODE3 - Static variable in class tijos.framework.devicecenter.TiSPIMaster
MODE3, CPOL=1,CPHA=1
MODE_BROADCAST - Static variable in interface tijos.framework.networkcenter.ntp.NtpV3Packet
 
MODE_CLIENT - Static variable in interface tijos.framework.networkcenter.ntp.NtpV3Packet
 
MODE_CONTROL_MESSAGE - Static variable in interface tijos.framework.networkcenter.ntp.NtpV3Packet
 
MODE_PRIVATE - Static variable in interface tijos.framework.networkcenter.ntp.NtpV3Packet
 
MODE_RESERVED - Static variable in interface tijos.framework.networkcenter.ntp.NtpV3Packet
 
MODE_SERVER - Static variable in interface tijos.framework.networkcenter.ntp.NtpV3Packet
 
MODE_SYMMETRIC_ACTIVE - Static variable in interface tijos.framework.networkcenter.ntp.NtpV3Packet
 
MODE_SYMMETRIC_PASSIVE - Static variable in interface tijos.framework.networkcenter.ntp.NtpV3Packet
 
MONDAY - Static variable in class java.util.Calendar
Constant representing Monday.
MONTH - Static variable in class java.util.Calendar
Constant representing the month time field.
more() - Method in class tijos.framework.util.json.JSONTokener
Determine if the source string still contains characters that next() can consume.
moveToTop() - Method in class java.io.File
Move the file to become the last one in flash memory.
MQTT_VERSION_3_1_1 - Static variable in class tijos.framework.networkcenter.mqtt.MqttConnectOptions
Mqtt Version 3.1.1
MqttClient - Class in tijos.framework.networkcenter.mqtt
MQTT client
MqttClient(String, String) - Constructor for class tijos.framework.networkcenter.mqtt.MqttClient
Initialize the MQTT server URI, client id
MqttClientListener - Interface in tijos.framework.networkcenter.mqtt
Implementers of this interface will be notified when a message arrives.
MqttConnectOptions - Class in tijos.framework.networkcenter.mqtt
Holds the set of options that control how the client connects to a server.
MqttConnectOptions() - Constructor for class tijos.framework.networkcenter.mqtt.MqttConnectOptions
Constructs a new MqttConnectOptions object using the default values.
MqttException - Exception in tijos.framework.networkcenter.mqtt
This exception is thrown to indicate an mqtt problem of some sort occurred.
MqttException() - Constructor for exception tijos.framework.networkcenter.mqtt.MqttException
Create an exception without a descriptive error message.
MqttException(String) - Constructor for exception tijos.framework.networkcenter.mqtt.MqttException
Create an exception with a descriptive error message.
msDelay(long) - Static method in class tijos.framework.util.Delay
Wait for the specified number of milliseconds.
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 
Skip navigation links