- UCS2Hex2Java(String) - Static method in class com.cinterion.io.ATStringConverter
 
- 
Converts a string in the UCS2 hex format into a Java encoded string.
 
- ulp(double) - Static method in class java.lang.Math
 
- 
Returns the size of an ulp of the argument.
 
- ulp(float) - Static method in class java.lang.Math
 
- 
Returns the size of an ulp of the argument.
 
- uncaughtException(Timer, Throwable) - Method in class ej.bon.TimerTask
 
- 
 
- uncaughtException(Thread, Throwable) - Method in interface java.lang.Thread.UncaughtExceptionHandler
 
- 
Method invoked when the given thread terminates due to the given uncaught exception.
 
- UNDECIMBER - Static variable in class java.util.Calendar
 
- 
Value of the 
Calendar.MONTH field indicating the thirteenth month of the year.
 
 
- UNINITIALIZED - Static variable in class java.security.Signature
 
- 
Possible #state value, signifying that this signature object has not yet been initialized.
 
- uninstall(Application) - Method in interface ej.wadapps.application.ApplicationInstaller
 
- 
Uninstalls an application.
 
- uninstall(Application, IProgressMonitor) - Method in interface ej.wadapps.application.ApplicationInstaller
 
- 
Uninstalls an application.
 
- UNINSTALL_ACTION - Static variable in class ej.wadapps.application.ApplicationPermission
 
- 
 
- UnknownError - Error in java.lang
 
- 
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
 
- UnknownError() - Constructor for error java.lang.UnknownError
 
- 
Constructs an UnknownError with no detail message.
 
- UnknownError(String) - Constructor for error java.lang.UnknownError
 
- 
Constructs an UnknownError with the specified detail message.
 
- UnrecoverableEntryException - Exception in java.security
 
-  
 
- UnrecoverableEntryException() - Constructor for exception java.security.UnrecoverableEntryException
 
- 
Constructs an UnrecoverableEntryException with no detail message.
 
- UnrecoverableEntryException(String) - Constructor for exception java.security.UnrecoverableEntryException
 
- 
Constructs an UnrecoverableEntryException with the specified detail message, which provides more information
 about why this exception has been thrown.
 
- UnrecoverableKeyException - Exception in java.security
 
-  
 
- UnrecoverableKeyException() - Constructor for exception java.security.UnrecoverableKeyException
 
- 
Constructs an UnrecoverableKeyException with no detail message.
 
- UnrecoverableKeyException(String) - Constructor for exception java.security.UnrecoverableKeyException
 
- 
Constructs an UnrecoverableKeyException with the specified detail message, which provides more information about
 why this exception has been thrown.
 
- unregister(Class<T>, T) - Method in class ej.service.registry.SimpleServiceRegistry
 
-  
 
- unregister(Class<T>, T) - Method in interface ej.service.ServiceRegistry
 
- 
Unregisters a service instance.
 
- UNREGISTER_ACTION - Static variable in class ej.service.ServicePermission
 
- 
 
- UnsatisfiedLinkError - Error in java.lang
 
- 
Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a
 method declared native.
 
- UnsatisfiedLinkError() - Constructor for error java.lang.UnsatisfiedLinkError
 
- 
Constructs an UnsatisfiedLinkError with no detail message.
 
- UnsatisfiedLinkError(String) - Constructor for error java.lang.UnsatisfiedLinkError
 
- 
Constructs an UnsatisfiedLinkError with the specified detail message.
 
- unsetBooleanProperty(int, int) - Static method in class ej.basictool.BitFieldHelper
 
- 
Forces the boolean to false in a bit field.
 
- unsetBooleanPropertyAtOffset(int, int) - Static method in class ej.basictool.BitFieldHelper
 
- 
Forces the boolean to false in a bit field.
 
- unsubscribe(String) - Method in class com.cinterion.mqtt.MqttClient
 
- 
Unsubscribes from a topic.
 
- UnsupportedClassVersionError - Error in java.lang
 
- 
Thrown when the Java Virtual Machine attempts to read a class file and determines that the major
 and minor version numbers in the file are not supported.
 
- UnsupportedClassVersionError() - Constructor for error java.lang.UnsupportedClassVersionError
 
- 
Constructs a UnsupportedClassVersionError with no detail message.
 
- UnsupportedClassVersionError(String) - Constructor for error java.lang.UnsupportedClassVersionError
 
- 
Constructs a UnsupportedClassVersionError with the specified detail message.
 
- UnsupportedEncodingException - Exception in java.io
 
- 
The Character Encoding is not supported.
 
- UnsupportedEncodingException() - Constructor for exception java.io.UnsupportedEncodingException
 
- 
Constructs an UnsupportedEncodingException without a detail message.
 
- UnsupportedEncodingException(String) - Constructor for exception java.io.UnsupportedEncodingException
 
- 
Constructs an UnsupportedEncodingException with a detail message.
 
- UnsupportedOperationException - Exception in java.lang
 
- 
Thrown to indicate that the requested operation is not supported.
 
- UnsupportedOperationException() - Constructor for exception java.lang.UnsupportedOperationException
 
- 
Constructs an UnsupportedOperationException with no detail message.
 
- UnsupportedOperationException(String) - Constructor for exception java.lang.UnsupportedOperationException
 
- 
Constructs an UnsupportedOperationException with the specified detail message.
 
- UnsupportedOperationException(String, Throwable) - Constructor for exception java.lang.UnsupportedOperationException
 
- 
Constructs a new exception with the specified detail message and cause.
 
- UnsupportedOperationException(Throwable) - Constructor for exception java.lang.UnsupportedOperationException
 
- 
Constructs a new exception with the specified cause and a detail message of
 (cause==null ? null : cause.toString()) (which typically contains the class and detail
 message of cause).
 
- unwrap(byte[], String, int) - Method in class javax.crypto.Cipher
 
- 
Unwrap a previously wrapped key.
 
- UNWRAP_MODE - Static variable in class javax.crypto.Cipher
 
- 
Constant used to initialize cipher to key-unwrapping mode.
 
- unwrapKey(Object) - Method in class ej.basictool.map.AbstractPackedMap
 
- 
Unwraps a wrapped key.
 
- unwrapKey(Object) - Method in class ej.basictool.map.AbstractWeakPackedMap
 
-  
 
- update(byte) - Method in class java.security.MessageDigest
 
- 
Updates the digest using the specified byte.
 
- update(byte[], int, int) - Method in class java.security.MessageDigest
 
- 
Updates the digest using the specified array of bytes, starting at the specified offset.
 
- update(byte[]) - Method in class java.security.MessageDigest
 
- 
Updates the digest using the specified array of bytes.
 
- update(byte) - Method in class java.security.Signature
 
- 
Updates the data to be signed or verified by a byte.
 
- update(byte[]) - Method in class java.security.Signature
 
- 
Updates the data to be signed or verified, using the specified array of bytes.
 
- update(byte[], int, int) - Method in class java.security.Signature
 
- 
Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
 
- update(Observable, Object) - Method in interface java.util.Observer
 
- 
This method is called whenever the observed object is changed.
 
- update(byte[]) - Method in class javax.crypto.Cipher
 
- 
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized),
 processing another data part.
 
- update(byte[], int, int) - Method in class javax.crypto.Cipher
 
- 
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized),
 processing another data part.
 
- update(byte[], int, int, byte[]) - Method in class javax.crypto.Cipher
 
- 
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized),
 processing another data part.
 
- update(byte[], int, int, byte[], int) - Method in class javax.crypto.Cipher
 
- 
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized),
 processing another data part.
 
- update(byte) - Method in class javax.crypto.Mac
 
- 
Processes the given byte.
 
- update(byte[]) - Method in class javax.crypto.Mac
 
- 
Processes the given array of bytes.
 
- update(byte[], int, int) - Method in class javax.crypto.Mac
 
- 
Processes the first len bytes in input, starting at offset inclusive.
 
- updateAAD(byte[]) - Method in class javax.crypto.Cipher
 
- 
Continues a multi-part update of the Additional Authentication Data (AAD).
 
- updateAAD(byte[], int, int) - Method in class javax.crypto.Cipher
 
- 
Continues a multi-part update of the Additional Authentication Data (AAD), using a subset of the provided buffer.
 
- updateInit() - Static method in class com.cinterion.update.SafeUpdate
 
- 
Reset the update partition, see gina_update_init() in GINA Service API.
 
- updateInstall() - Static method in class com.cinterion.update.SafeUpdate
 
- 
Trigger the upgrade process, see gina_update_install() in GINA Service API.
 
- updateRelease() - Static method in class com.cinterion.update.SafeUpdate
 
- 
Release the data stored in the partition and return the upgrade result, see
 gina_update_release() in GINA Service API.
 
- updateStore(byte[], int, boolean) - Static method in class com.cinterion.update.SafeUpdate
 
- 
Flash the Firmware to the update partition, see gina_update_store() in GINA
 Service API.
 
- useDaylightTime() - Method in class java.util.TimeZone
 
- 
Queries if this TimeZone uses Daylight Saving Time.
 
- UTFDataFormatException - Exception in java.io
 
- 
Signals that a malformed string in 
modified UTF-8
 format has been read in a data input stream or by any class that implements the data input
 interface.
 
 
- UTFDataFormatException() - Constructor for exception java.io.UTFDataFormatException
 
- 
Constructs a UTFDataFormatException with null as its error detail
 message.
 
- UTFDataFormatException(String) - Constructor for exception java.io.UTFDataFormatException
 
- 
Constructs a UTFDataFormatException with the specified detail message.
 
- Util - Class in ej.bon
 
- 
This class offers basic services for B-ON implementation.
 
- Util() - Constructor for class ej.bon.Util
 
-  
 
- Util() - Constructor for class org.json.me.JSONObject.Util
 
-