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 

U

uncaughtException(Thread, Throwable) - Method in interface java.lang.Thread.UncaughtExceptionHandler
 
UNDECIMBER - Static variable in class java.util.Calendar
Constant representing Undecimber.
UnknownHostException - Exception in java.net
This exception indicates that an attempt was made to reference a hostname or IP address that is not valid.
UnknownHostException() - Constructor for exception java.net.UnknownHostException
Create a new instance without a descriptive error message.
UnknownHostException(String) - Constructor for exception java.net.UnknownHostException
Create a new instance with a descriptive error message, such as the name of the host that could not be resolved.
unmodifiableCollection(Collection<? extends T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the given collection.
unmodifiableList(List<? extends T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the given list.
unmodifiableMap(Map<? extends K, ? extends V>) - Static method in class java.util.Collections
Returns an unmodifiable view of the given map.
unmodifiableSet(Set<? extends T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the given set.
unmodifiableSortedMap(SortedMap<K, ? extends V>) - Static method in class java.util.Collections
Returns an unmodifiable view of the given sorted map.
unmodifiableSortedSet(SortedSet<T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the given sorted set.
unread(int) - Method in class java.io.PushbackInputStream
This method pushes a single byte of data into the pushback buffer.
unread(byte[]) - Method in class java.io.PushbackInputStream
This method pushes all of the bytes in the passed byte array into the pushback bfer.
unread(byte[], int, int) - Method in class java.io.PushbackInputStream
This method pushed back bytes from the passed in array into the pushback buffer.
unread(int) - Method in class java.io.PushbackReader
This method pushes a single char of data into the pushback buffer.
unread(char[]) - Method in class java.io.PushbackReader
This method pushes all of the chars in the passed char array into the pushback buffer.
unread(char[], int, int) - Method in class java.io.PushbackReader
This method pushed back chars from the passed in array into the pushback buffer.
unregisterEvent(ITiEventListener) - Method in class tijos.framework.eventcenter.TiEventService
Unregister the event
unsubscribe(String) - Method in class tijos.framework.networkcenter.mqtt.MqttClient
unsubscribe a topic from the server
unsubscribeCompleted(Object, int, String, int) - Method in interface tijos.framework.networkcenter.mqtt.MqttClientListener
the event to indicate the result of the topic unsubscribe
UnsupportedEncodingException - Exception in java.io
This exception is thrown when the requested character encoding is not supported.
UnsupportedEncodingException() - Constructor for exception java.io.UnsupportedEncodingException
Create an exception without a descriptive error message.
UnsupportedEncodingException(String) - Constructor for exception java.io.UnsupportedEncodingException
Create an exception with a descriptive error message.
UnsupportedOperationException - Exception in java.lang
 
UnsupportedOperationException() - Constructor for exception java.lang.UnsupportedOperationException
 
UnsupportedOperationException(String) - Constructor for exception java.lang.UnsupportedOperationException
 
update(Observable, Object) - Method in interface java.util.Observer
This method is called whenever the observable object changes, and has called notifyObservers.
update(int) - Method in class tijos.framework.util.crc.CRC16_CCITT_FALSE
Perform the CRC16 on the data element based on a zero seed.
update(byte[], int, int) - Method in class tijos.framework.util.crc.CRC16_CCITT_FALSE
 
update(byte[]) - Method in class tijos.framework.util.crc.CRC16_CCITT_FALSE
Updates checksum with specified array of bytes.
update(int) - Method in class tijos.framework.util.crc.CRC16_IBM
Perform the CRC16 on the data element based on a zero seed.
update(byte[], int, int) - Method in class tijos.framework.util.crc.CRC16_IBM
 
update(byte[]) - Method in class tijos.framework.util.crc.CRC16_IBM
Updates checksum with specified array of bytes.
updateBrightness() - Method in class tijos.framework.transducer.led.TiRGBLED
Update the red,green,and blue brightness
updateFreqAndDuty() - Method in class tijos.framework.devicecenter.TiPWM
Update frequency and duty
UPPERCASE - Static variable in class java.util.FormattableFlags
Requires the output to be in uppercase.
URI - Class in java.net
A URI instance represents that defined by RFC3986, with some deviations.
URI(String) - Constructor for class java.net.URI
Creates an URI from the given string
URI(String, String, String, int, String, String, String) - Constructor for class java.net.URI
Create an URI from the given components
URI(String, String, String, String, String) - Constructor for class java.net.URI
Create an URI from the given components
URI(String, String, String, String) - Constructor for class java.net.URI
Create an URI from the given components
URI(String, String, String) - Constructor for class java.net.URI
Create an URI from the given components
URISyntaxException - Exception in java.net
This exception is thrown when a String cannot be parsed as a URI.
URISyntaxException(String, String) - Constructor for exception java.net.URISyntaxException
Create an exception from the invalid string, with the index set to -1.
URISyntaxException(String, String, int) - Constructor for exception java.net.URISyntaxException
Create an exception from the invalid string, with the index of the point of failure.
US - Static variable in class java.util.Locale
Locale which represents the United States.
usDelay(long) - Static method in class tijos.framework.util.Delay
Wait for the specified number of microseconds.
UTFDataFormatException - Exception in java.io
When reading a UTF string from an input stream, this exception is thrown to indicate that the data read is invalid.
UTFDataFormatException() - Constructor for exception java.io.UTFDataFormatException
Create a new UTFDataFormatException without a descriptive error message.
UTFDataFormatException(String) - Constructor for exception java.io.UTFDataFormatException
Create a new UTFDataFormatException with a descriptive error message.
UUID - Class in java.util
This class represents a 128-bit UUID value.
UUID(long, long) - Constructor for class java.util.UUID
Constructs a new UUID.
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