- tailMap(K, boolean) - Method in interface java.util.NavigableMap
-
Returns a view of the portion of this map whose keys are greater than (or
equal to, if inclusive
is true) fromKey
.
- tailMap(K) - Method in interface java.util.NavigableMap
-
Returns a view of the portion of the map greater than or equal to
fromKey.
- tailMap(K) - Method in interface java.util.SortedMap
-
Returns a view of the portion of the map greater than or equal to
fromKey.
- tailMap(K) - Method in class java.util.TreeMap
-
Returns a view of this Map including all entries with keys greater or
equal to fromKey
.
- tailMap(K, boolean) - Method in class java.util.TreeMap
-
Returns a view of this Map including all entries with keys greater or
equal to fromKey
.
- tailSet(E, boolean) - Method in interface java.util.NavigableSet
-
Returns a view of the portion of this set whose elements are greater
than (or equal to, if inclusive
is true) fromElement
.
- tailSet(E) - Method in interface java.util.NavigableSet
-
Returns a view of the portion of the set greater than or equal to
fromElement.
- tailSet(E) - Method in interface java.util.SortedSet
-
Returns a view of the portion of the set greater than or equal to
fromElement.
- tailSet(T) - Method in class java.util.TreeSet
-
Returns a view of this Set including all elements greater or equal to
from
.
- tailSet(T, boolean) - Method in class java.util.TreeSet
-
Returns a view of this Set including all elements greater (or equal to,
if inclusive
is true) from
.
- tan(double) - Static method in class java.lang.Math
-
Tangent function.
- Target - Annotation Type in java.lang.annotation
-
- testValidity(Object) - Static method in class tijos.framework.util.json.JSONObject
-
Throw an exception if the object is a NaN or infinite number.
- Thread - Class in java.lang
-
A thread of execution (or task).
- Thread() - Constructor for class java.lang.Thread
-
- Thread(String) - Constructor for class java.lang.Thread
-
- Thread(Runnable) - Constructor for class java.lang.Thread
-
- Thread(Runnable, String) - Constructor for class java.lang.Thread
-
- Thread.UncaughtExceptionHandler - Interface in java.lang
-
- ThreadDeath - Error in java.lang
-
This is a special Error, which isn't reported by the
VM if uncaught.
- ThreadDeath() - Constructor for error java.lang.ThreadDeath
-
- Throwable - Class in java.lang
-
All exceptions and errors extend this class.
- Throwable() - Constructor for class java.lang.Throwable
-
Create a Throwable object.
- Throwable(String) - Constructor for class java.lang.Throwable
-
Create a Throwable object.
- Throwable(String, Throwable) - Constructor for class java.lang.Throwable
-
Create a Throwable object.
- Throwable(Throwable) - Constructor for class java.lang.Throwable
-
Create a Throwable object.
- THURSDAY - Static variable in class java.util.Calendar
-
Constant representing Thursday.
- TiADC - Class in tijos.framework.devicecenter
-
The TiADC for devicecenter of framework.
- TiAPP - Class in tijos.framework.appcenter
-
The TiAPP for appcenter of framework.
- TiAPP() - Constructor for class tijos.framework.appcenter.TiAPP
-
- TiAPPManager - Class in tijos.framework.appcenter
-
The TiAPPManager for appcenter of framework.
- TiButton - Class in tijos.framework.sensor.button
-
- TiButton(TiGPIO, int) - Constructor for class tijos.framework.sensor.button.TiButton
-
TiButton initialization, default:highLevel=false
- TiButton(TiGPIO, int, boolean) - Constructor for class tijos.framework.sensor.button.TiButton
-
TiButton initialization
- TiBuzzer - Class in tijos.framework.transducer.buzzer
-
- TiBuzzer(TiGPIO, int) - Constructor for class tijos.framework.transducer.buzzer.TiBuzzer
-
TiBuzzer initialization, default:highLevel=false
- TiBuzzer(TiGPIO, int, boolean) - Constructor for class tijos.framework.transducer.buzzer.TiBuzzer
-
TiBuzzer initialization
- TiDebugger - Class in tijos.framework.platform
-
The TiDebugger for platform of framework.
- TiDHT - Class in tijos.framework.sensor.dht
-
- TiDHT(TiGPIO, int) - Constructor for class tijos.framework.sensor.dht.TiDHT
-
TiDHT initialization, default:model=DHT11
- TiDHT(TiGPIO, int, boolean) - Constructor for class tijos.framework.sensor.dht.TiDHT
-
TiDHT initialization
- TiDNS - Class in tijos.framework.networkcenter.dns
-
The TiDNS for networkcenter of framework.
- TiDotMatrix - Class in tijos.framework.util.text
-
- TiDotMatrix(int) - Constructor for class tijos.framework.util.text.TiDotMatrix
-
initialization
- TiDS18B20 - Class in tijos.framework.sensor.ds18b20
-
- TiDS18B20(TiOWMaster, int) - Constructor for class tijos.framework.sensor.ds18b20.TiDS18B20
-
TiDS18B20 initialization
- TiDS18B20ROM - Class in tijos.framework.sensor.ds18b20
-
- TiDS18B20ROM(long) - Constructor for class tijos.framework.sensor.ds18b20.TiDS18B20ROM
-
TiDS18B20ROM initialization
- TiEventService - Class in tijos.framework.eventcenter
-
Hardware event handler for OS, like Keyboard, GPIO, ...
- TiEventType - Enum in tijos.framework.eventcenter
-
Hardware event type, like GPIO, USB, ...
- TiGeneralSensor - Class in tijos.framework.sensor.general
-
General and simple sensor, like temperature, light, sound ...
- TiGeneralSensor(TiGPIO, int) - Constructor for class tijos.framework.sensor.general.TiGeneralSensor
-
TiGeneralSensor initialization, without adc
- TiGeneralSensor(TiGPIO, int, TiADC, int) - Constructor for class tijos.framework.sensor.general.TiGeneralSensor
-
TiGeneralSensor initialization, with adc
- TiGPIO - Class in tijos.framework.devicecenter
-
The TiGPIO for devicecenter of framework.
- TiGPIOEvent - Class in tijos.framework.eventcenter
-
GPIO event object
- TiGPIOEvent(int, int, int, int, long) - Constructor for class tijos.framework.eventcenter.TiGPIOEvent
-
TiGPIOEvent initialization
- TiHCSR04 - Class in tijos.framework.sensor.hcsr
-
- TiHCSR04(TiGPIO, int, int) - Constructor for class tijos.framework.sensor.hcsr.TiHCSR04
-
TiHCSR04 initialization
- TiI2CMaster - Class in tijos.framework.devicecenter
-
The TiI2CMaster for devicecenter of framework.
- TiIOAgentEvent - Class in tijos.framework.eventcenter
-
IOAgent event object
- TiIOAgentEvent() - Constructor for class tijos.framework.eventcenter.TiIOAgentEvent
-
- tijos.framework.appcenter - package tijos.framework.appcenter
-
Application center class
- tijos.framework.devicecenter - package tijos.framework.devicecenter
-
Device bus related classes, such as GPIO I2C, PWM, etc., can be used to develop the sensor which is not supported in the standard library
- tijos.framework.eventcenter - package tijos.framework.eventcenter
-
Event center class, which deals with events from hardware peripherals, such as GPIO events
- tijos.framework.networkcenter.dns - package tijos.framework.networkcenter.dns
-
DNS client
- tijos.framework.networkcenter.mqtt - package tijos.framework.networkcenter.mqtt
-
MQTT3.1.1 client
- tijos.framework.networkcenter.ntp - package tijos.framework.networkcenter.ntp
-
Network time protocol client class
- tijos.framework.platform - package tijos.framework.platform
-
System Settings related classes, like host name and other settings
- tijos.framework.platform.lan - package tijos.framework.platform.lan
-
Local Area Network,LAN class
- tijos.framework.platform.lpwan - package tijos.framework.platform.lpwan
-
Low Power Wide Area Network classes, such as: NB-IoT, LoRaWAN, etc
- tijos.framework.platform.peripheral - package tijos.framework.platform.peripheral
-
Classes to access the peripherals on the development board, like keyboard, button, light, etc
- tijos.framework.platform.wlan - package tijos.framework.platform.wlan
-
WIFI class
- tijos.framework.sensor.button - package tijos.framework.sensor.button
-
Button classes
- tijos.framework.sensor.dht - package tijos.framework.sensor.dht
-
DHT11(22) classes
- tijos.framework.sensor.ds18b20 - package tijos.framework.sensor.ds18b20
-
DS18B20 classes
- tijos.framework.sensor.general - package tijos.framework.sensor.general
-
General Sensor classes
- tijos.framework.sensor.hcsr - package tijos.framework.sensor.hcsr
-
HCSR04(04+) classes
- tijos.framework.sensor.mq - package tijos.framework.sensor.mq
-
MQn classes
- tijos.framework.sensor.vs1838b - package tijos.framework.sensor.vs1838b
-
VS1838B classes
- tijos.framework.transducer.buzzer - package tijos.framework.transducer.buzzer
-
Buzzer classse
- tijos.framework.transducer.led - package tijos.framework.transducer.led
-
LED classes
- tijos.framework.transducer.oled - package tijos.framework.transducer.oled
-
OLED classes
- tijos.framework.transducer.relay - package tijos.framework.transducer.relay
-
Relay classes
- tijos.framework.util - package tijos.framework.util
-
Utility
- tijos.framework.util.base64 - package tijos.framework.util.base64
-
Utility classes for base64
- tijos.framework.util.crc - package tijos.framework.util.crc
-
Utility classes for CRC
- tijos.framework.util.json - package tijos.framework.util.json
-
JSON-java suppport
- tijos.framework.util.logging - package tijos.framework.util.logging
-
Utility classes for logging
- tijos.framework.util.text - package tijos.framework.util.text
-
Dot matrix font class
- TiKeyboard - Class in tijos.framework.platform.peripheral
-
- TiKeyboardEvent - Class in tijos.framework.eventcenter
-
Keyboard event object
- TiKeyboardEvent(int, int, long) - Constructor for class tijos.framework.eventcenter.TiKeyboardEvent
-
TiKeyboardEvent initialization
- TiLAN - Class in tijos.framework.platform.lan
-
The TiLAN for platform of framework.
- TiLED - Class in tijos.framework.transducer.led
-
- TiLED(TiGPIO, int) - Constructor for class tijos.framework.transducer.led.TiLED
-
TiLED initialization, default:highLevel=false
- TiLED(TiGPIO, int, boolean) - Constructor for class tijos.framework.transducer.led.TiLED
-
TiLED initialization
- TiLight - Class in tijos.framework.platform.peripheral
-
- TiLoRaWAN - Class in tijos.framework.platform.lpwan
-
The TiLoRaWAN for platform of framework.
- TimeInfo - Class in tijos.framework.networkcenter.ntp
-
Wrapper class to network time packet messages (NTP, etc) that computes
related timing info and stats.
- TimeInfo(NtpV3Packet, long) - Constructor for class tijos.framework.networkcenter.ntp.TimeInfo
-
Create TimeInfo object with raw packet message and destination time received.
- TimeInfo(NtpV3Packet, long, List<String>) - Constructor for class tijos.framework.networkcenter.ntp.TimeInfo
-
Create TimeInfo object with raw packet message and destination time received.
- TimeInfo(NtpV3Packet, long, boolean) - Constructor for class tijos.framework.networkcenter.ntp.TimeInfo
-
Create TimeInfo object with raw packet message and destination time received.
- TimeInfo(NtpV3Packet, long, List<String>, boolean) - Constructor for class tijos.framework.networkcenter.ntp.TimeInfo
-
Create TimeInfo object with raw packet message and destination time received.
- Timer - Class in java.util
-
Timer that can run TimerTasks at a later time.
- Timer() - Constructor for class java.util.Timer
-
Creates a new Timer with a non daemon Thread as Scheduler, with normal
priority and a default name.
- Timer(boolean) - Constructor for class java.util.Timer
-
Creates a new Timer with a daemon Thread as scheduler if daemon is true,
with normal priority and a default name.
- Timer(String) - Constructor for class java.util.Timer
-
Create a new Timer whose Thread has the indicated name.
- Timer(String, boolean) - Constructor for class java.util.Timer
-
Create a new Timer whose Thread has the indicated name.
- TimerTask - Class in java.util
-
Task that can be run at a later time if given to a Timer.
- timestamp() - Method in class java.util.UUID
-
Returns the 60-bit timestamp value of the UUID in a long.
- TimeStamp - Class in tijos.framework.networkcenter.ntp
-
TimeStamp class represents the Network Time Protocol (NTP) timestamp
as defined in RFC-1305 and SNTP (RFC-2030).
- TimeStamp(long) - Constructor for class tijos.framework.networkcenter.ntp.TimeStamp
-
Constructs a newly allocated NTP timestamp object
that represents the native 64-bit long argument.
- TimeStamp(String) - Constructor for class tijos.framework.networkcenter.ntp.TimeStamp
-
Constructs a newly allocated NTP timestamp object
that represents the value represented by the string
in hexdecimal form (e.g.
- TimeStamp(Date) - Constructor for class tijos.framework.networkcenter.ntp.TimeStamp
-
Constructs a newly allocated NTP timestamp object
that represents the Java Date argument.
- TiMQ - Class in tijos.framework.sensor.mq
-
- TiMQ(TiGPIO, int) - Constructor for class tijos.framework.sensor.mq.TiMQ
-
TiMQn initialization, without adc
- TiMQ(TiGPIO, int, TiADC, int) - Constructor for class tijos.framework.sensor.mq.TiMQ
-
TiMQn initialization, with adc
- TiNBIoT - Class in tijos.framework.platform.lpwan
-
The TiNBIoT for platform of framework.
- TiOLED_UG2864 - Class in tijos.framework.transducer.oled
-
- TiOLED_UG2864(TiI2CMaster, int) - Constructor for class tijos.framework.transducer.oled.TiOLED_UG2864
-
TiOLED_UG2864 initialization
- TiOWMaster - Class in tijos.framework.devicecenter
-
The TiOWMaster for devicecenter of framework.
- TiPower - Class in tijos.framework.platform
-
The TiPower for platform of framework.
- TiPWM - Class in tijos.framework.devicecenter
-
The TiPWM for devicecenter of framework.
- TiRelay1CH - Class in tijos.framework.transducer.relay
-
- TiRelay1CH(TiGPIO, int) - Constructor for class tijos.framework.transducer.relay.TiRelay1CH
-
TiRelay1CH initialization, default:highLevel=true
- TiRelay1CH(TiGPIO, int, boolean) - Constructor for class tijos.framework.transducer.relay.TiRelay1CH
-
TiRelay1CH initialization
- TiRGBLED - Class in tijos.framework.transducer.led
-
- TiRGBLED(TiPWM, int, int, int) - Constructor for class tijos.framework.transducer.led.TiRGBLED
-
TiRGBLED initialization, default:highLevel=false
- TiRGBLED(TiPWM, int, int, int, boolean) - Constructor for class tijos.framework.transducer.led.TiRGBLED
-
TiRGBLED initialization
- TiSettings - Class in tijos.framework.platform
-
The TiSetting for platform of framework.
- TiSPIMaster - Class in tijos.framework.devicecenter
-
The TiSPIMaster for devicecenter of framework.
- TiUART - Class in tijos.framework.devicecenter
-
The TiUART for devicecenter of framework.
- TiVS1838BNEC - Class in tijos.framework.sensor.vs1838b
-
- TiVS1838BNEC(TiGPIO, int) - Constructor for class tijos.framework.sensor.vs1838b.TiVS1838BNEC
-
TiVS1838B initialization
- TiWiFi - Class in tijos.framework.platform.wlan
-
The TiWiFi for platform of framework.
- toArray() - Method in class java.util.AbstractCollection
-
Return an array containing the elements of this collection.
- toArray(T[]) - Method in class java.util.AbstractCollection
-
Copy the collection into a given array if it will fit, or into a
dynamically created array of the same run-time type as the given array if
not.
- toArray() - Method in class java.util.ArrayDeque
-
Returns an array containing all of the elements in this deque
in proper sequence (from first to last element).
- toArray(T[]) - Method in class java.util.ArrayDeque
-
Returns an array containing all of the elements in this deque in
proper sequence (from first to last element); the runtime type of the
returned array is that of the specified array.
- toArray() - Method in class java.util.ArrayList
-
Returns an Object array containing all of the elements in this ArrayList.
- toArray(T[]) - Method in class java.util.ArrayList
-
Returns an Array whose component type is the runtime component type of
the passed-in Array.
- toArray() - Method in interface java.util.Collection
-
Copy the current contents of this collection into an array.
- toArray(T[]) - Method in interface java.util.Collection
-
Copy the current contents of this collection into an array.
- toArray() - Method in class java.util.LinkedList
-
Returns an array which contains the elements of the list in order.
- toArray(S[]) - Method in class java.util.LinkedList
-
Returns an Array whose component type is the runtime component type of
the passed-in Array.
- toArray() - Method in interface java.util.List
-
Copy the current contents of this list into an array.
- toArray(T[]) - Method in interface java.util.List
-
Copy the current contents of this list into an array.
- toArray() - Method in interface java.util.Set
-
Returns an array containing the elements of this set.
- toArray(T[]) - Method in interface java.util.Set
-
Returns an array containing the elements of this set, of the same runtime
type of the argument.
- toArray() - Method in class java.util.Vector
-
Returns an Object array with the contents of this Vector, in the order
they are stored within this Vector.
- toArray(S[]) - Method in class java.util.Vector
-
Returns an array containing the contents of this Vector.
- toASCIIString() - Method in class java.net.URI
-
Returns the URI as US-ASCII string.
- toBinaryString(int) - Static method in class java.lang.Integer
-
- toBinaryString(long) - Static method in class java.lang.Long
-
- toByteArray() - Method in class java.io.ByteArrayOutputStream
-
This method returns a byte array containing the bytes that have been
written to this stream so far.
- toCharArray() - Method in class java.io.CharArrayWriter
-
This method returns a char array containing the chars that have been
written to this stream so far.
- toCharArray() - Method in class java.lang.String
-
Converts the String into an array of characters
- toChars(int) - Static method in class java.lang.Character
-
- toChars(int, char[], int) - Static method in class java.lang.Character
-
- toCodePoint(char, char) - Static method in class java.lang.Character
-
- toDateString() - Method in class tijos.framework.networkcenter.ntp.TimeStamp
-
Converts this TimeStamp
object to a String
of the form:
- toDegrees(double) - Static method in class java.lang.Math
-
Converts radians to degrees.
- toHexString(int) - Static method in class java.lang.Integer
-
Return the hex representation of an int as a String
- toHexString(long) - Static method in class java.lang.Long
-
- toHexString(byte) - Static method in class tijos.framework.util.Formatter
-
Convert byte to a string in hex, like %02x
- toHexString(byte[]) - Static method in class tijos.framework.util.Formatter
-
Convert byte array to a string
- toHexString(byte[], int, int, String) - Static method in class tijos.framework.util.Formatter
-
Convert byte array to a string
- ToInt16(byte[], int) - Static method in class tijos.framework.util.BigBitConverter
-
Returns a 16-bit signed integer converted from two bytes at a specified position in a byte array.
- ToInt16(byte[], int) - Static method in class tijos.framework.util.LittleBitConverter
-
Returns a 16-bit signed integer converted from two bytes at a specified position in a byte array.
- ToInt32(byte[], int) - Static method in class tijos.framework.util.BigBitConverter
-
Returns a 32-bit signed integer converted from four bytes at a specified position in a byte array.
- ToInt32(byte[], int) - Static method in class tijos.framework.util.LittleBitConverter
-
Returns a 32-bit signed integer converted from four bytes at a specified position in a byte array.
- toJSONArray(JSONArray) - Method in class tijos.framework.util.json.JSONObject
-
Produce a JSONArray containing the values of the members of this
JSONObject.
- toJSONObject(JSONArray) - Method in class tijos.framework.util.json.JSONArray
-
Produce a JSONObject by combining a JSONArray of names with the values of
this JSONArray.
- toJSONString() - Method in interface tijos.framework.util.json.JSONString
-
The toJSONString
method allows a class to produce its own JSON
serialization.
- toList() - Method in class tijos.framework.util.json.JSONArray
-
Returns a java.util.List containing all of the elements in this array.
- toLocalizedPattern() - Method in class java.text.DecimalFormat
-
Synthesizes a localized pattern string that represents the current
state of this Format object.
- toLowerCase(int) - Static method in class java.lang.Character
-
Converts a Unicode character into its lowercase equivalent mapping.
- toLowerCase(char) - Static method in class java.lang.Character
-
- toLowerCase() - Method in class java.lang.String
-
- toMap() - Method in class tijos.framework.util.json.JSONObject
-
Returns a java.util.Map containing all of the entries in this object.
- toOctalString(int) - Static method in class java.lang.Integer
-
- toOctalString(long) - Static method in class java.lang.Long
-
- toPattern() - Method in class java.text.DecimalFormat
-
Synthesizes a pattern string that represents the current state
of this Format object.
- toRadians(double) - Static method in class java.lang.Math
-
Converts degrees to radians.
- toString() - Method in class java.io.ByteArrayOutputStream
-
Returns the bytes in the internal array as a String
.
- toString(String) - Method in class java.io.ByteArrayOutputStream
-
Returns the bytes in the internal array as a String
.
- toString() - Method in class java.io.CharArrayWriter
-
Returns the chars in the internal array as a String
.
- toString() - Method in class java.io.File
-
- toString() - Method in class java.io.StreamTokenizer
-
Returns the string representation of the current stream token and
the line number it occurs on.
- toString() - Method in class java.io.StringWriter
-
Return the buffer's current value as a string.
- toString() - Method in interface java.lang.annotation.Annotation
-
- toString() - Method in class java.lang.Boolean
-
- toString(boolean) - Static method in class java.lang.Boolean
-
- toString() - Method in class java.lang.Byte
-
- toString(byte) - Static method in class java.lang.Byte
-
- toString() - Method in class java.lang.Character
-
- toString(char) - Static method in class java.lang.Character
-
- toString() - Method in interface java.lang.CharSequence
-
Returns the complete CharSequence
as a String
.
- toString() - Method in class java.lang.Class
-
- toString() - Method in class java.lang.Double
-
- toString(double) - Static method in class java.lang.Double
-
Convert a double to a String
- toString() - Method in class java.lang.Enum
-
- toString() - Method in class java.lang.Float
-
- toString(float) - Static method in class java.lang.Float
-
Convert a float to a String
- 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
-
- toString() - Method in class java.lang.Long
-
- toString(long) - Static method in class java.lang.Long
-
- toString(long, int) - Static method in class java.lang.Long
-
- toString() - Method in class java.lang.Object
-
- toString() - Method in class java.lang.Short
-
- toString(short) - Static method in class java.lang.Short
-
- toString() - Method in class java.lang.String
-
Returns itself.
- toString() - Method in class java.lang.StringBuffer
-
- toString() - Method in class java.lang.StringBuilder
-
- toString() - Method in class java.lang.Throwable
-
Return a string version of the Throwable.
- toString() - Method in class java.net.InetAddress
-
Converts this address to a String.
- toString() - Method in class java.net.InetSocketAddress
-
Returns the InetSocketAddress
as string
- toString() - Method in class java.net.ServerSocket
-
Returns the value of this socket as a String
.
- toString() - Method in class java.net.Socket
-
Converts this Socket
to a String
.
- toString() - Method in class java.net.URI
-
Returns the URI as a String.
- toString() - Method in class java.text.Annotation
-
Returns the String representation of this Annotation.
- toString() - Method in class java.text.AttributedCharacterIterator.Attribute
-
Returns a string representation of the object.
- toString() - Method in class java.text.FieldPosition
-
Return a string representation of this FieldPosition.
- toString() - Method in class java.text.ParsePosition
-
Return a string representation of this ParsePosition.
- toString() - Method in class java.util.AbstractCollection
-
Creates a String representation of the Collection.
- toString() - Method in class java.util.AbstractMap.SimpleEntry
-
This provides a string representation of the entry.
- toString() - Method in class java.util.AbstractMap
-
Returns a String representation of this map.
- toString(boolean[]) - Static method in class java.util.Arrays
-
Returns a String representation of the argument array.
- toString(byte[]) - Static method in class java.util.Arrays
-
Returns a String representation of the argument array.
- toString(char[]) - Static method in class java.util.Arrays
-
Returns a String representation of the argument array.
- toString(short[]) - Static method in class java.util.Arrays
-
Returns a String representation of the argument array.
- toString(int[]) - Static method in class java.util.Arrays
-
Returns a String representation of the argument array.
- toString(long[]) - Static method in class java.util.Arrays
-
Returns a String representation of the argument array.
- toString(float[]) - Static method in class java.util.Arrays
-
Returns a String representation of the argument array.
- toString(double[]) - Static method in class java.util.Arrays
-
Returns a String representation of the argument array.
- toString(Object[]) - Static method in class java.util.Arrays
-
Returns a String representation of the argument array.
- toString() - Method in class java.util.BitSet
-
Returns the string representation of this bit set.
- toString() - Method in class java.util.Calendar
-
Returns a string representation of this object.
- toString() - Method in class java.util.Date
-
Returns a string representation of this date using
the following date format:
- toString() - Method in class java.util.Formatter
-
- toString() - Method in class java.util.Hashtable
-
Converts this Hashtable to a String, surrounded by braces, and with
key/value pairs listed with an equals sign between, separated by a
comma and space.
- toString() - Method in class java.util.Locale
-
Gets the string representation of the current locale.
- toString() - Method in class java.util.UUID
-
Returns a String representation of the UUID.
- toString() - Method in class java.util.Vector
-
Returns a string representation of this Vector in the form
"[element0, element1, ...
- toString() - Method in class tijos.framework.networkcenter.mqtt.MqttConnectOptions
-
- toString() - Method in class tijos.framework.networkcenter.ntp.NtpV3Impl
-
Returns details of NTP packet as a string.
- toString() - Method in class tijos.framework.networkcenter.ntp.TimeStamp
-
Converts this TimeStamp
object to a String
.
- toString(long) - Static method in class tijos.framework.networkcenter.ntp.TimeStamp
-
Converts 64-bit NTP timestamp value to a String
.
- toString() - Method in class tijos.framework.util.json.JSONArray
-
Make a JSON text of this JSONArray.
- toString(int) - Method in class tijos.framework.util.json.JSONArray
-
Make a prettyprinted JSON text of this JSONArray.
- toString() - Method in class tijos.framework.util.json.JSONObject
-
Make a JSON text of this JSONObject.
- toString(int) - Method in class tijos.framework.util.json.JSONObject
-
Make a prettyprinted JSON text of this JSONObject.
- toString() - Method in class tijos.framework.util.json.JSONStringer
-
Return the JSON text.
- toString() - Method in class tijos.framework.util.json.JSONTokener
-
Make a printable string of this JSONTokener.
- totalFiles - Static variable in class java.io.File
-
The total number of files in the file system.
- totalMemory() - Method in class java.lang.Runtime
-
Return the size of the heap in bytes.
- ToUInt16(byte[], int) - Static method in class tijos.framework.util.BigBitConverter
-
Returns a 16-bit unsigned integer converted from two bytes at a specified position in a byte array.
- ToUInt16(byte[], int) - Static method in class tijos.framework.util.LittleBitConverter
-
Returns a 16-bit unsigned integer converted from two bytes at a specified position in a byte array.
- ToUInt32(byte[], int) - Static method in class tijos.framework.util.BigBitConverter
-
Returns a 32-bit unsigned integer converted from four bytes at a specified position in a byte array.
- ToUInt32(byte[], int) - Static method in class tijos.framework.util.LittleBitConverter
-
Returns a 32-bit unsigned integer converted from four bytes at a specified position in a byte array.
- ToUInt64(byte[], int) - Static method in class tijos.framework.util.LittleBitConverter
-
Returns a 64-bit unsigned integer converted from eight bytes at a specified position in a byte array.
- toUpperCase(char) - Static method in class java.lang.Character
-
Converts a Unicode character into its uppercase equivalent mapping.
- toUpperCase() - Method in class java.lang.String
-
- toUTCString() - Method in class tijos.framework.networkcenter.ntp.TimeStamp
-
Converts this TimeStamp
object to a String
of the form:
- TreeMap<K,V> - Class in java.util
-
This class provides a red-black tree implementation of the SortedMap
interface.
- TreeMap() - Constructor for class java.util.TreeMap
-
Instantiate a new TreeMap with no elements, using the keys' natural
ordering to sort.
- TreeMap(Comparator<? super K>) - Constructor for class java.util.TreeMap
-
Instantiate a new TreeMap with no elements, using the provided comparator
to sort.
- TreeMap(Map<? extends K, ? extends V>) - Constructor for class java.util.TreeMap
-
Instantiate a new TreeMap, initializing it with all of the elements in
the provided Map.
- TreeMap(SortedMap<K, ? extends V>) - Constructor for class java.util.TreeMap
-
Instantiate a new TreeMap, initializing it with all of the elements in
the provided SortedMap.
- TreeSet<T> - Class in java.util
-
This class provides a TreeMap-backed implementation of the SortedSet
interface.
- TreeSet() - Constructor for class java.util.TreeSet
-
Construct a new TreeSet whose backing TreeMap using the "natural"
ordering of keys.
- TreeSet(Comparator<? super T>) - Constructor for class java.util.TreeSet
-
Construct a new TreeSet whose backing TreeMap uses the supplied
Comparator.
- TreeSet(Collection<? extends T>) - Constructor for class java.util.TreeSet
-
Construct a new TreeSet whose backing TreeMap uses the "natural"
orering of the keys and which contains all of the elements in the
supplied Collection.
- TreeSet(SortedSet<T>) - Constructor for class java.util.TreeSet
-
Construct a new TreeSet, using the same key ordering as the supplied
SortedSet and containing all of the elements in the supplied SortedSet.
- trim() - Method in class java.lang.String
-
- trimToSize() - Method in class java.lang.StringBuffer
-
- trimToSize() - Method in class java.lang.StringBuilder
-
- trimToSize() - Method in class java.util.ArrayList
-
Trims the capacity of this List to be equal to its size;
a memory saver.
- trimToSize() - Method in class java.util.Vector
-
Trims the Vector down to size.
- TRUE - Static variable in class java.lang.Boolean
-
- TT_EOF - Static variable in class java.io.StreamTokenizer
-
A constant indicating that the end of the stream has been read.
- TT_EOL - Static variable in class java.io.StreamTokenizer
-
A constant indicating that the end of the line has been read.
- TT_NUMBER - Static variable in class java.io.StreamTokenizer
-
A constant indicating that a number token has been read.
- TT_WORD - Static variable in class java.io.StreamTokenizer
-
A constant indicating that a word token has been read.
- ttype - Variable in class java.io.StreamTokenizer
-
After a call to the nextToken
method, this field
contains the type of the token just read.
- TUESDAY - Static variable in class java.util.Calendar
-
Constant representing Tuesday.
- turnOff(int) - Method in class tijos.framework.platform.peripheral.TiLight
-
Turn off the light
- turnOff() - Method in class tijos.framework.transducer.buzzer.TiBuzzer
-
Turn off
- turnOff() - Method in class tijos.framework.transducer.led.TiLED
-
Turn off
- turnOff() - Method in class tijos.framework.transducer.oled.TiOLED_UG2864
-
Turn off screen
- turnOff() - Method in class tijos.framework.transducer.relay.TiRelay1CH
-
Turn off
- turnOn(int) - Method in class tijos.framework.platform.peripheral.TiLight
-
Turn on the light
- turnOn() - Method in class tijos.framework.transducer.buzzer.TiBuzzer
-
Turn on
- turnOn() - Method in class tijos.framework.transducer.led.TiLED
-
Turn on
- turnOn() - Method in class tijos.framework.transducer.oled.TiOLED_UG2864
-
Turn on screen
- turnOn() - Method in class tijos.framework.transducer.relay.TiRelay1CH
-
Turn on
- turnOver(int) - Method in class tijos.framework.platform.peripheral.TiLight
-
Turn over the light
- turnOver() - Method in class tijos.framework.transducer.led.TiLED
-
Turn over
- TYPE - Static variable in class java.lang.Boolean
-
- TYPE - Static variable in class java.lang.Byte
-
- TYPE - Static variable in class java.lang.Character
-
- TYPE - Static variable in class java.lang.Double
-
- TYPE - Static variable in class java.lang.Float
-
- TYPE - Static variable in class java.lang.Integer
-
- TYPE - Static variable in class java.lang.Long
-
- TYPE - Static variable in class java.lang.Short
-
- TYPE - Static variable in class java.lang.Void
-
- TYPE_DAYTIME - Static variable in interface tijos.framework.networkcenter.ntp.NtpV3Packet
-
- TYPE_DIO - Static variable in class tijos.framework.devicecenter.TiSPIMaster
-
double io type, 16bits
- TYPE_ICMP - Static variable in interface tijos.framework.networkcenter.ntp.NtpV3Packet
-
- TYPE_NTP - Static variable in interface tijos.framework.networkcenter.ntp.NtpV3Packet
-
- TYPE_PIO - Static variable in class tijos.framework.devicecenter.TiSPIMaster
-
Parallel io type
- TYPE_QIO - Static variable in class tijos.framework.devicecenter.TiSPIMaster
-
Quad io type, 32bits
- TYPE_SIO - Static variable in class tijos.framework.devicecenter.TiSPIMaster
-
Single io type, 8bits
- TYPE_TIME - Static variable in interface tijos.framework.networkcenter.ntp.NtpV3Packet
-