- identityHashCode(Object) - Static method in class java.lang.System
-
- IdentityHashMap<K,V> - Class in java.util
-
This class provides a hashtable-backed implementation of the
Map interface, but uses object identity to do its hashing.
- IdentityHashMap() - Constructor for class java.util.IdentityHashMap
-
Create a new IdentityHashMap with the default capacity (21 entries).
- IdentityHashMap(int) - Constructor for class java.util.IdentityHashMap
-
Create a new IdentityHashMap with the indicated number of
entries.
- IdentityHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.IdentityHashMap
-
Create a new IdentityHashMap whose contents are taken from the
given Map.
- IllegalArgumentException - Exception in java.lang
-
- IllegalArgumentException() - Constructor for exception java.lang.IllegalArgumentException
-
Constructs an IllegalArgumentException
with no
detail message.
- IllegalArgumentException(String) - Constructor for exception java.lang.IllegalArgumentException
-
Constructs an IllegalArgumentException
with the
specified detail message.
- IllegalArgumentException(String, Throwable) - Constructor for exception java.lang.IllegalArgumentException
-
Constructs an IllegalArgumentException
with the
specified detail message and cause.
- IllegalArgumentException(Throwable) - Constructor for exception java.lang.IllegalArgumentException
-
Constructs an IllegalArgumentException
with the
specified cause.
- IllegalMonitorStateException - Exception in java.lang
-
- IllegalMonitorStateException() - Constructor for exception java.lang.IllegalMonitorStateException
-
- IllegalMonitorStateException(String) - Constructor for exception java.lang.IllegalMonitorStateException
-
- IllegalStateException - Exception in java.lang
-
- IllegalStateException() - Constructor for exception java.lang.IllegalStateException
-
- IllegalStateException(String) - Constructor for exception java.lang.IllegalStateException
-
- in - Static variable in class java.lang.System
-
- increment(String) - Method in class tijos.framework.util.json.JSONObject
-
Increment a property of a JSONObject.
- indexOf(int) - Method in class java.lang.String
-
Find the index of a character.
- indexOf(int, int) - Method in class java.lang.String
-
Returns the index within this string of the first occurrence of the
specified character, starting the search at the specified index.
- indexOf(String) - Method in class java.lang.String
-
Finds the location of a string within this string
- indexOf(String, int) - Method in class java.lang.String
-
Find location of String starting at a given index
- indexOf(String) - Method in class java.lang.StringBuffer
-
- indexOf(String, int) - Method in class java.lang.StringBuffer
-
- indexOf(String) - Method in class java.lang.StringBuilder
-
- indexOf(String, int) - Method in class java.lang.StringBuilder
-
- indexOf(Object) - Method in class java.util.AbstractList
-
Obtain the first index at which a given object is to be found in this
list.
- indexOf(Object) - Method in class java.util.ArrayList
-
Returns the lowest index at which element appears in this List, or
-1 if it does not appear.
- indexOf(Object) - Method in class java.util.LinkedList
-
Returns the first index where the element is located in the list, or -1.
- indexOf(Object) - Method in interface java.util.List
-
Obtain the first index at which a given object is to be found in this
list.
- indexOf(Object) - Method in class java.util.Vector
-
Returns the first occurrence of elem
in the Vector, or -1 if
elem
is not found.
- indexOf(Object, int) - Method in class java.util.Vector
-
Searches the vector starting at index
for object
elem
and returns the index of the first occurrence of this
Object.
- indexOfSubList(List<?>, List<?>) - Static method in class java.util.Collections
-
Returns the starting index where the specified sublist first occurs
in a larger list, or -1 if there is no matching position.
- IndexOutOfBoundsException - Exception in java.lang
-
- IndexOutOfBoundsException() - Constructor for exception java.lang.IndexOutOfBoundsException
-
Constructs an IndexOutOfBoundsException
with no
detail message.
- IndexOutOfBoundsException(String) - Constructor for exception java.lang.IndexOutOfBoundsException
-
Constructs an IndexOutOfBoundsException
class
with the specified detail message.
- Inet4Address - Class in java.net
-
- Inet6Address - Class in java.net
-
- InetAddress - Class in java.net
-
This class models an Internet address.
- InetSocketAddress - Class in java.net
-
InetSocketAddress instances represent socket addresses in the java.nio
package.
- InetSocketAddress(InetAddress, int) - Constructor for class java.net.InetSocketAddress
-
Constructs an InetSocketAddress instance.
- InetSocketAddress(int) - Constructor for class java.net.InetSocketAddress
-
Constructs an InetSocketAddress instance.
- InetSocketAddress(String, int) - Constructor for class java.net.InetSocketAddress
-
Constructs an InetSocketAddress instance.
- INFO - Static variable in class tijos.framework.util.logging.Logger
-
Log records whose level is INFO
are used in purely informational
situations that do not constitute serious errors or potential problems.
- info(String, String) - Static method in class tijos.framework.util.logging.Logger
-
Logs a message with severity level INFO.
- initCause(Throwable) - Method in class java.lang.Throwable
-
Initializes the cause of this throwable to the specified value.
- INPUT_BOTHEDGE - Static variable in class tijos.framework.devicecenter.TiPWM
-
Input both edge mode
- INPUT_FALLING - Static variable in class tijos.framework.devicecenter.TiPWM
-
Input falling edge mode
- INPUT_FLOATING - Static variable in class tijos.framework.devicecenter.TiGPIO
-
Floating input
- INPUT_PULLDOWN - Static variable in class tijos.framework.devicecenter.TiGPIO
-
Pull-down input
- INPUT_PULLUP - Static variable in class tijos.framework.devicecenter.TiGPIO
-
Pull-up input
- INPUT_RISING - Static variable in class tijos.framework.devicecenter.TiPWM
-
Input rising edge mode
- InputStream - Class in java.io
-
This abstract class forms the base of the hierarchy of classes that read
input as a stream of bytes.
- InputStream() - Constructor for class java.io.InputStream
-
Default, no-arg, public constructor
- InputStreamReader - Class in java.io
-
- InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
-
- InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
-
- insert(int, char[], int, int) - Method in class java.lang.StringBuffer
-
Insert a subarray of the char[]
argument into this
StringBuffer
.
- insert(int, char[]) - Method in class java.lang.StringBuffer
-
Insert the char[]
argument into this
StringBuffer
.
- insert(int, Object) - Method in class java.lang.StringBuffer
-
Insert the String
value of the argument into this
StringBuffer
.
- insert(int, String) - Method in class java.lang.StringBuffer
-
Insert the String
argument into this
StringBuffer
.
- insert(int, char[], int, int) - Method in class java.lang.StringBuilder
-
Insert a subarray of the char[]
argument into this
StringBuffer
.
- insert(int, char[]) - Method in class java.lang.StringBuilder
-
Insert the char[]
argument into this
StringBuffer
.
- insert(int, Object) - Method in class java.lang.StringBuilder
-
Insert the String
value of the argument into this
StringBuffer
.
- insert(int, String) - Method in class java.lang.StringBuilder
-
Insert the String
argument into this
StringBuffer
.
- insertElementAt(T, int) - Method in class java.util.Vector
-
Inserts a new element into the Vector at index
.
- intBitsToFloat(int) - Static method in class java.lang.Float
-
Returns the single-float corresponding to a given bit represention.
- Integer - Class in java.lang
-
Minimal Integer implementation that supports converting an int to a String.
- Integer(int) - Constructor for class java.lang.Integer
-
Constructs a newly allocated Integer
object that
represents the primitive int
argument.
- Integer(String) - Constructor for class java.lang.Integer
-
- INTEGER - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the integer field.
- INTEGER_FIELD - Static variable in class java.text.NumberFormat
-
Field constant used to construct a FieldPosition object.
- intern() - Method in class java.lang.String
-
- InternalError - Error in java.lang
-
- InternalError() - Constructor for error java.lang.InternalError
-
- InternalError(String) - Constructor for error java.lang.InternalError
-
- interrupt() - Method in class java.lang.Thread
-
Set the interrupted flag.
- interrupted() - Static method in class java.lang.Thread
-
Tests the interrupted state of the current thread.
- InterruptedException - Exception in java.lang
-
- InterruptedException() - Constructor for exception java.lang.InterruptedException
-
- InterruptedException(String) - Constructor for exception java.lang.InterruptedException
-
- InterruptedIOException - Exception in java.io
-
This exception is thrown when a in process I/O operation is interrupted
for some reason.
- InterruptedIOException() - Constructor for exception java.io.InterruptedIOException
-
Create an extends without a descriptive error message.
- InterruptedIOException(String) - Constructor for exception java.io.InterruptedIOException
-
Create an exception with a descriptive error message.
- intersects(BitSet) - Method in class java.util.BitSet
-
Returns true if the specified BitSet and this one share at least one
common true bit.
- intValue() - Method in class java.lang.Byte
-
- intValue() - Method in class java.lang.Double
-
- intValue() - Method in class java.lang.Float
-
- intValue() - Method in class java.lang.Integer
-
returns the value of this Integer as int
- intValue() - Method in class java.lang.Long
-
- intValue() - Method in class java.lang.Number
-
Return the int value of this Number.
- intValue() - Method in class java.lang.Short
-
- IO_FLOATING_OD - Static variable in class tijos.framework.devicecenter.TiGPIO
-
Floating input and open drain output
- IO_OVERDRIVE - Static variable in class tijos.framework.devicecenter.TiOWMaster
-
Over driver I/O mode
- IO_STANDARD - Static variable in class tijos.framework.devicecenter.TiOWMaster
-
Standard I/O mode
- IOException - Exception in java.io
-
This exception is thrown to indicate an I/O problem of some sort
occurred.
- IOException() - Constructor for exception java.io.IOException
-
Create an exception without a descriptive error message.
- IOException(String) - Constructor for exception java.io.IOException
-
Create an exception with a descriptive error message.
- ioException() - Method in class java.util.Formatter
-
Returns the last I/O exception thrown by the
append()
operation of the underlying
output stream.
- isAbsolute() - Method in class java.net.URI
-
Tells whether this URI is absolute or not
- isAlive() - Method in class java.lang.Thread
-
- isAnnotation() - Method in class java.lang.Class
-
- isAnyLocalAddress() - Method in class java.net.Inet4Address
-
Checks if this address is a wildcard address
- isAnyLocalAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress in a wildcard address
- isAnyLocalAddress() - Method in class java.net.InetAddress
-
Utility routine to check if the InetAddress in a wildcard address
- isArray() - Method in class java.lang.Class
-
- isAssignableFrom(Class<?>) - Method in class java.lang.Class
-
- isAutomaticReconnect() - Method in class tijos.framework.networkcenter.mqtt.MqttConnectOptions
-
Returns whether the client will automatically attempt to reconnect to the
server if the connection is lost
- isAutorun() - Method in class tijos.framework.appcenter.TiAPP
-
Check if the APP is autorun
- isBound() - Method in class java.net.DatagramSocket
-
Returns the binding state of the socket.
- isBound() - Method in class java.net.ServerSocket
-
Returns true when the socket is bound, otherwise false
- isBound() - Method in class java.net.Socket
-
Checks if the socket is already bound.
- isCleanSession() - Method in class tijos.framework.networkcenter.mqtt.MqttConnectOptions
-
Returns whether the client and server should remember state for the client
across reconnects.
- isClosed() - Method in class java.net.DatagramSocket
-
Checks if the datagram socket is closed.
- isClosed() - Method in class java.net.ServerSocket
-
Returns true if the socket is closed, otherwise false
- isClosed() - Method in class java.net.Socket
-
Checks if the socket is closed.
- isConnected() - Method in class java.net.DatagramSocket
-
Returns the connection state of the socket.
- isConnected() - Method in class java.net.Socket
-
Checks if the socket is connected
- isConnected() - Method in class tijos.framework.networkcenter.mqtt.MqttClient
-
- isConnected() - Method in class tijos.framework.platform.wlan.TiWiFi
-
Check if WiFi is connected
- isDaemon() - Method in class java.lang.Thread
-
Set the daemon flag.
- isDecimalSeparatorAlwaysShown() - Method in class java.text.DecimalFormat
-
Allows you to get the behavior of the decimal separator with integers.
- isDigit(char) - Static method in class java.lang.Character
-
Identifies if a character is a numerical digit.
- isEmpty() - Method in class java.lang.String
-
Returns true, if and only if this string is of zero length.
- isEmpty() - Method in class java.util.AbstractCollection
-
Test whether this collection is empty.
- isEmpty() - Method in class java.util.AbstractMap
-
Returns true if the map contains no mappings.
- isEmpty() - Method in class java.util.ArrayDeque
-
Returns true if this deque contains no elements.
- isEmpty() - Method in class java.util.ArrayList
-
Checks if the list is empty.
- isEmpty() - Method in class java.util.BitSet
-
Returns true if this set contains no true bits.
- isEmpty() - Method in interface java.util.Collection
-
Test whether this collection is empty, that is, if size() == 0.
- isEmpty() - Method in class java.util.Dictionary
-
Returns true when there are no elements in this Dictionary.
- isEmpty() - Method in class java.util.HashMap
-
Returns true if there are no key-value mappings currently in this Map.
- isEmpty() - Method in class java.util.HashSet
-
Returns true if this set has no elements in it.
- isEmpty() - Method in class java.util.Hashtable
-
Returns true if there are no key-value mappings currently in this table.
- isEmpty() - Method in class java.util.IdentityHashMap
-
Returns true if there are no key-value mappings currently in this Map
- isEmpty() - Method in interface java.util.List
-
Test whether this list is empty, that is, if size() == 0.
- isEmpty() - Method in interface java.util.Map
-
Returns true if the map contains no mappings.
- isEmpty() - Method in interface java.util.Set
-
Returns true if the set contains no elements.
- isEmpty() - Method in class java.util.TreeSet
-
Returns true if this Set has size 0, false otherwise.
- isEmpty() - Method in class java.util.Vector
-
Returns true if this Vector is empty, false otherwise
- isEnum() - Method in class java.lang.Class
-
- isGreaterThanThreshold() - Method in class tijos.framework.sensor.mq.TiMQ
-
Check if greater than the threshold value
- isGroupingUsed() - Method in class java.text.NumberFormat
-
Returns true if grouping is used in this format.
- isHidden() - Method in class java.io.File
-
- isHighSurrogate(char) - Static method in class java.lang.Character
-
- isInfinite() - Method in class java.lang.Double
-
- isInfinite(double) - Static method in class java.lang.Double
-
- isInfinite() - Method in class java.lang.Float
-
- isInfinite(float) - Static method in class java.lang.Float
-
- isInputShutdown() - Method in class java.net.Socket
-
Checks if the socket's input stream is shutdown
- isInstance(Object) - Method in class java.lang.Class
-
- isInterface() - Method in class java.lang.Class
-
- isInterrupted() - Method in class java.lang.Thread
-
Tests to see if the current thread has been interrupted but leaves the
interrupted state unchanged.
- isIPv4CompatibleAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress is an IPv4 compatible IPv6
address
- isLeapYear(int) - Method in class java.util.GregorianCalendar
-
Determines if the given year is a leap year.
- isLenient() - Method in class java.util.Calendar
-
Tells if the date/time interpretation is lenient.
- isLetterOrDigit(char) - Static method in class java.lang.Character
-
- isLinkLocalAddress() - Method in class java.net.Inet4Address
-
Checks if this address is a link local address
- isLinkLocalAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress is an link local address
- isLinkLocalAddress() - Method in class java.net.InetAddress
-
Utility routine to check if InetAddress is a link local address
- isLoggable(int) - Method in class tijos.framework.util.logging.Logger
-
Returns whether or not a message of the specified level would be logged by
this logger.
- isLoopbackAddress() - Method in class java.net.Inet4Address
-
Checks if this address is a loopback address
- isLoopbackAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress is a loopback address
- isLoopbackAddress() - Method in class java.net.InetAddress
-
Utility routine to check if the InetAddress is a loopback address
- isLowSurrogate(char) - Static method in class java.lang.Character
-
- isMCGlobal() - Method in class java.net.Inet4Address
-
Checks if this multicast address has global scope
- isMCGlobal() - Method in class java.net.Inet6Address
-
Utility routine to check if the multicast address has global scope
- isMCGlobal() - Method in class java.net.InetAddress
-
Utility routine to check if InetAddress is a global multicast address
- isMCLinkLocal() - Method in class java.net.Inet4Address
-
Checks if this multicast address has link scope
- isMCLinkLocal() - Method in class java.net.Inet6Address
-
Utility routine to check if the multicast address has link scope
- isMCLinkLocal() - Method in class java.net.InetAddress
-
Utility routine to check if InetAddress is a link local multicast address.
- isMCNodeLocal() - Method in class java.net.Inet4Address
-
Checks if this multicast address has node scope
- isMCNodeLocal() - Method in class java.net.Inet6Address
-
Utility routine to check if the multicast address has node scope
- isMCNodeLocal() - Method in class java.net.InetAddress
-
Utility routine to check if InetAddress is a node local multicast address.
- isMCOrgLocal() - Method in class java.net.Inet4Address
-
Checks if this multicast address has organization scope
- isMCOrgLocal() - Method in class java.net.Inet6Address
-
Utility routine to check if the multicast address has organization scope
- isMCOrgLocal() - Method in class java.net.InetAddress
-
Utility routine to check if InetAddress is a organization local multicast
address.
- isMCSiteLocal() - Method in class java.net.Inet4Address
-
Checks if this multicast address has site scope
- isMCSiteLocal() - Method in class java.net.Inet6Address
-
Utility routine to check if the multicast address has site scope
- isMCSiteLocal() - Method in class java.net.InetAddress
-
Utility routine to check if InetAddress is a site local multicast address.
- isMulticastAddress() - Method in class java.net.Inet4Address
-
Checks if the address is a multicast address
- isMulticastAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress is an IP multicast address
- isMulticastAddress() - Method in class java.net.InetAddress
-
Returns true if this address is a multicast address, false otherwise.
- isNaN() - Method in class java.lang.Double
-
- isNaN(double) - Static method in class java.lang.Double
-
- isNaN() - Method in class java.lang.Float
-
- isNaN(float) - Static method in class java.lang.Float
-
- isNull(int) - Method in class tijos.framework.util.json.JSONArray
-
Determine if the value is null.
- isNull(String) - Method in class tijos.framework.util.json.JSONObject
-
Determine if the value associated with the key is null or if there is no
value.
- isOpaque() - Method in class java.net.URI
-
Tell whether this URI is opaque or not
- isOutputShutdown() - Method in class java.net.Socket
-
Checks if the socket's output stream is shutdown
- isParseIntegerOnly() - Method in class java.text.NumberFormat
-
Returns true if this format will parse numbers as integers only.
- isPrimitive() - Method in class java.lang.Class
-
- isRunning() - Method in class tijos.framework.appcenter.TiAPP
-
Check if the APP is running
- isSet(int) - Method in class java.util.Calendar
-
Determines if the specified field has a valid value.
- isSiteLocalAddress() - Method in class java.net.Inet4Address
-
Checks if this address is a site local address
- isSiteLocalAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress is a site local address
- isSiteLocalAddress() - Method in class java.net.InetAddress
-
Utility routine to check if InetAddress is a site local address
- isSpace(char) - Static method in class java.lang.Character
-
Determines if the specified character is ISO-LATIN-1 white space.
- isSupplementaryCodePoint(int) - Static method in class java.lang.Character
-
- isSurrogatePair(char, char) - Static method in class java.lang.Character
-
- isTurnedOn() - Method in class tijos.framework.transducer.buzzer.TiBuzzer
-
Check if turned on
- isTurnedOn() - Method in class tijos.framework.transducer.led.TiLED
-
Check if turned on
- isTurnedOn() - Method in class tijos.framework.transducer.relay.TiRelay1CH
-
Check if turned on
- isUnresolved() - Method in class java.net.InetSocketAddress
-
Checks wether the address has been resolved or not
- isUpperCase(char) - Static method in class java.lang.Character
-
- isValidCodePoint(int) - Static method in class java.lang.Character
-
- isWhitespace(char) - Static method in class java.lang.Character
-
Determines if a character is Java whitespace.
- Iterable<E> - Interface in java.lang
-
Interface needed by Java foreach loops.
- iterator() - Method in interface java.lang.Iterable
-
- iterator() - Method in class java.util.AbstractCollection
-
Return an Iterator over this collection.
- iterator() - Method in class java.util.AbstractList
-
Obtain an Iterator over this list, whose sequence is the list order.
- iterator() - Method in class java.util.AbstractSequentialList
-
Obtain an Iterator over this list, whose sequence is the list order.
- iterator() - Method in class java.util.ArrayDeque
-
Returns an iterator over the elements in this deque.
- iterator() - Method in interface java.util.Collection
-
Obtain an Iterator over this collection.
- iterator() - Method in interface java.util.Deque
-
Returns an iterator over the elements in this deque in proper sequence.
- iterator() - Method in class java.util.HashSet
-
Returns an Iterator over the elements of this Set, which visits the
elements in no particular order.
- Iterator<E> - Interface in java.util
-
An object which iterates over a collection.
- iterator() - Method in interface java.util.List
-
Obtain an Iterator over this list, whose sequence is the list order.
- iterator() - Method in interface java.util.NavigableSet
-
Returns an iterator over the elements in this set, in ascending order.
- iterator() - Method in class java.util.PriorityQueue
-
- iterator() - Method in interface java.util.Set
-
Returns an iterator over the set.
- iterator() - Method in class java.util.TreeSet
-
Returns in Iterator over the elements in this TreeSet, which traverses
in ascending order.
- iterator() - Method in class tijos.framework.util.json.JSONArray
-
- ITiButtonEventListener - Interface in tijos.framework.sensor.button
-
- ITiEvent - Interface in tijos.framework.eventcenter
-
Hardware Event interface
- ITiEventListener - Interface in tijos.framework.eventcenter
-
Hardware event listener interface
- ITiGeneralSensorEventListener - Interface in tijos.framework.sensor.general
-
- ITiKeyboardListener - Interface in tijos.framework.platform.peripheral
-
- ITiMQEventListener - Interface in tijos.framework.sensor.mq
-
- ITiVS1838BNECEventListener - Interface in tijos.framework.sensor.vs1838b
-