- identityHashCode(Object) - Static method in class java.lang.System
-
Returns the same hash code for the given object as would be returned by the default method
hashCode(), whether or not the given object's class overrides hashCode().
- IEEEremainder(double, double) - Static method in class java.lang.Math
-
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
- IllegalAccessError - Error in java.lang
-
Thrown if an application attempts to access or modify a field, or to call a method that it does
not have access to.
- IllegalAccessError() - Constructor for error java.lang.IllegalAccessError
-
Constructs an IllegalAccessError
with no detail message.
- IllegalAccessError(String) - Constructor for error java.lang.IllegalAccessError
-
Constructs an IllegalAccessError
with the specified detail message.
- IllegalAccessException - Exception in java.lang
-
An IllegalAccessException is thrown when an application tries to reflectively create an instance
(other than an array), set or get a field, or invoke a method, but the currently executing method
does not have access to the definition of the specified class, field, method or constructor.
- IllegalAccessException() - Constructor for exception java.lang.IllegalAccessException
-
Constructs an IllegalAccessException
without a detail message.
- IllegalAccessException(String) - Constructor for exception java.lang.IllegalAccessException
-
Constructs an IllegalAccessException
with a detail message.
- IllegalArgumentException - Exception in java.lang
-
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
- 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 a new exception with the specified detail message and cause.
- IllegalArgumentException(Throwable) - Constructor for exception java.lang.IllegalArgumentException
-
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).
- IllegalMonitorStateException - Exception in java.lang
-
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other
threads waiting on an object's monitor without owning the specified monitor.
- IllegalMonitorStateException() - Constructor for exception java.lang.IllegalMonitorStateException
-
Constructs an IllegalMonitorStateException
with no detail message.
- IllegalMonitorStateException(String) - Constructor for exception java.lang.IllegalMonitorStateException
-
Constructs an IllegalMonitorStateException
with the specified detail message.
- IllegalStateException - Exception in ej.bon
-
Signals that a method has been invoked at an illegal or inappropriate time.
- IllegalStateException() - Constructor for exception ej.bon.IllegalStateException
-
Constructs an IllegalStateException with no detail message.
- IllegalStateException(String) - Constructor for exception ej.bon.IllegalStateException
-
Constructs an IllegalStateException with the specified detail message.
- IllegalStateException - Exception in java.lang
-
Signals that a method has been invoked at an illegal or inappropriate time.
- IllegalStateException() - Constructor for exception java.lang.IllegalStateException
-
Constructs an IllegalStateException with no detail message.
- IllegalStateException(String) - Constructor for exception java.lang.IllegalStateException
-
Constructs an IllegalStateException with the specified detail message.
- IllegalStateException(String, Throwable) - Constructor for exception java.lang.IllegalStateException
-
Constructs a new exception with the specified detail message and cause.
- IllegalStateException(Throwable) - Constructor for exception java.lang.IllegalStateException
-
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).
- IllegalThreadStateException - Exception in java.lang
-
Thrown to indicate that a thread is not in an appropriate state for the requested operation.
- IllegalThreadStateException() - Constructor for exception java.lang.IllegalThreadStateException
-
Constructs an IllegalThreadStateException
with no detail message.
- IllegalThreadStateException(String) - Constructor for exception java.lang.IllegalThreadStateException
-
Constructs an IllegalThreadStateException
with the specified detail message.
- Image - Class in ej.microui.display
-
An Image
represents a graphical two-dimensional object.
- Image() - Constructor for class ej.microui.display.Image
-
- IMAGE_OUT_OF_MEMORY - Static variable in exception ej.microui.MicroUIException
-
Exception thrown when there is not enough space in images heap when creating a new image.
- IMAGE_UNKNOWN_FORMAT - Static variable in exception ej.microui.MicroUIException
-
Exception thrown when the image cannot be decoded because there is no runtime decoder able to decode this kind of
image.
- ImagePermission - Class in ej.microui.display
-
Permission to load or create an
Image
.
- ImagePermission() - Constructor for class ej.microui.display.ImagePermission
-
Creates an image permission with null
as name.
- Immutables - Class in ej.bon
-
This class gives access to the global immutable objects pool.
- Immutables() - Constructor for class ej.bon.Immutables
-
- ImmutablesError - Error in ej.bon
-
Indicates an error accessing immutables data.
- ImmutablesError() - Constructor for error ej.bon.ImmutablesError
-
Constructs an ImmutablesError with no detail message.
- ImmutablesError(String) - Constructor for error ej.bon.ImmutablesError
-
Constructs an ImmutablesError with the specified detail message.
- implies(Permission) - Method in class ej.microui.display.DisplayPermission
-
- implies(Permission) - Method in class ej.microui.display.FontPermission
-
- implies(Permission) - Method in class ej.microui.display.ImagePermission
-
- implies(Permission) - Method in class ej.microui.event.EventPermission
-
- implies(Permission) - Method in class ej.microui.MicroUIPermission
-
- implies(Permission) - Method in class java.net.SocketPermission
-
Checks if this socket permission object "implies" the specified permission.
- implies(Permission) - Method in class java.security.BasicPermission
-
Checks if the specified permission is "implied" by this object.
- implies(Permission) - Method in class java.security.Permission
-
Checks if the specified permission's actions are "implied by" this object's actions.
- implies(Permission) - Method in class java.util.PropertyPermission
-
Checks if this PropertyPermission object "implies" the specified permission.
- IncompatibleClassChangeError - Error in java.lang
-
Thrown when an incompatible class change has occurred to some class definition.
- IncompatibleClassChangeError() - Constructor for error java.lang.IncompatibleClassChangeError
-
Constructs an IncompatibleClassChangeError
with no detail message.
- IncompatibleClassChangeError(String) - Constructor for error java.lang.IncompatibleClassChangeError
-
Constructs an IncompatibleClassChangeError
with the specified detail message.
- indexOf(int) - Method in class java.lang.String
-
Returns the index within this string of the first occurrence of the specified 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
-
Returns the index within this string of the first occurrence of the specified substring.
- indexOf(String, int) - Method in class java.lang.String
-
Returns the index within this string of the first occurrence of the specified substring, starting
at the specified index.
- indexOf(String) - Method in class java.lang.StringBuffer
-
Returns the index within this string of the first occurrence of the specified substring.
- indexOf(String, int) - Method in class java.lang.StringBuffer
-
Returns the index within this string of the first occurrence of the specified substring, starting
at the specified index.
- indexOf(String) - Method in class java.lang.StringBuilder
-
Returns the index within this string of the first occurrence of the specified substring.
- indexOf(String, int) - Method in class java.lang.StringBuilder
-
Returns the index within this string of the first occurrence of the specified substring, starting
at the specified index.
- indexOf(Object) - Method in class java.util.AbstractList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this
list does not contain the element.
- indexOf(Object) - Method in class java.util.ArrayList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this
list does not contain the element.
- indexOf(Object) - Method in interface java.util.List
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this
list does not contain the element.
- indexOf(Object) - Method in class java.util.Vector
-
Returns the index of the first occurrence of the specified element in this vector, or -1 if this
vector does not contain the element.
- indexOf(Object, int) - Method in class java.util.Vector
-
Returns the index of the first occurrence of the specified element in this vector, searching
forwards from index
, or returns -1 if the element is not found.
- IndexOutOfBoundsException - Exception in java.lang
-
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector)
is out of range.
- 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
with the specified detail message.
- Inet4Address - Class in java.net
-
- Inet4Address() - Constructor for class java.net.Inet4Address
-
- Inet6Address - Class in java.net
-
- Inet6Address() - Constructor for class java.net.Inet6Address
-
- InetAddress - Class in java.net
-
This class represents an Internet Protocol (IP) address.
- InetAddress() - Constructor for class java.net.InetAddress
-
- InetSocketAddress - Class in java.net
-
This class implements an IP Socket Address (IP address + port number) It can also be a pair (hostname + port number),
in which case an attempt will be made to resolve the hostname.
- InetSocketAddress(int) - Constructor for class java.net.InetSocketAddress
-
Creates a socket address where the IP address is the wildcard address and the port number a specified value.
- InetSocketAddress(InetAddress, int) - Constructor for class java.net.InetSocketAddress
-
Creates a socket address from an IP address and a port number.
- InetSocketAddress(String, int) - Constructor for class java.net.InetSocketAddress
-
Creates a socket address from a hostname and a port number.
- INHERITED - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for inherited font identifier.
- Inherited - Annotation Type in java.lang.annotation
-
Indicates that an annotation type is automatically inherited.
- init(KeyStore, char[]) - Method in class javax.net.ssl.KeyManagerFactory
-
Initializes this factory with a source of key material.
- init(KeyManager[], TrustManager[], SecureRandom) - Method in class javax.net.ssl.SSLContext
-
Initializes this context.
- init(KeyStore) - Method in class javax.net.ssl.TrustManagerFactory
-
Initializes this factory with a source of certificate authorities and related trust material.
- initCause(Throwable) - Method in class java.lang.Throwable
-
Initializes the cause of this throwable to the specified value.
- InputStream - Class in java.io
-
This abstract class is the superclass of all classes representing an input stream of bytes.
- InputStream() - Constructor for class java.io.InputStream
-
- InputStreamReader - Class in java.io
-
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and
decodes them into characters using a specified charset
.
- InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
-
Creates an InputStreamReader that uses the default charset.
- InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
-
Creates an InputStreamReader that uses the named charset.
- insert(int, boolean) - Method in class java.lang.StringBuffer
-
Inserts the string representation of the boolean
argument into this sequence.
- insert(int, char) - Method in class java.lang.StringBuffer
-
Inserts the string representation of the char
argument into this sequence.
- insert(int, char[]) - Method in class java.lang.StringBuffer
-
Inserts the string representation of the char
array argument into this sequence.
- insert(int, char[], int, int) - Method in class java.lang.StringBuffer
-
Inserts the string representation of a subarray of the str
array argument into this
sequence.
- insert(int, CharSequence) - Method in class java.lang.StringBuffer
-
Inserts the specified CharSequence
into this sequence.
- insert(int, CharSequence, int, int) - Method in class java.lang.StringBuffer
-
Inserts a subsequence of the specified CharSequence
into this sequence.
- insert(int, double) - Method in class java.lang.StringBuffer
-
Inserts the string representation of the double
argument into this sequence.
- insert(int, float) - Method in class java.lang.StringBuffer
-
Inserts the string representation of the float
argument into this sequence.
- insert(int, int) - Method in class java.lang.StringBuffer
-
Inserts the string representation of the second int
argument into this sequence.
- insert(int, long) - Method in class java.lang.StringBuffer
-
Inserts the string representation of the long
argument into this sequence.
- insert(int, Object) - Method in class java.lang.StringBuffer
-
Inserts the string representation of the Object
argument into this character sequence.
- insert(int, String) - Method in class java.lang.StringBuffer
-
Inserts the string into this character sequence.
- insert(int, boolean) - Method in class java.lang.StringBuilder
-
Inserts the string representation of the boolean
argument into this sequence.
- insert(int, char) - Method in class java.lang.StringBuilder
-
Inserts the string representation of the char
argument into this sequence.
- insert(int, char[]) - Method in class java.lang.StringBuilder
-
Inserts the string representation of the char
array argument into this sequence.
- insert(int, char[], int, int) - Method in class java.lang.StringBuilder
-
Inserts the string representation of a subarray of the str
array argument into this
sequence.
- insert(int, CharSequence) - Method in class java.lang.StringBuilder
-
Inserts the specified CharSequence
into this sequence.
- insert(int, CharSequence, int, int) - Method in class java.lang.StringBuilder
-
Inserts a subsequence of the specified CharSequence
into this sequence.
- insert(int, double) - Method in class java.lang.StringBuilder
-
Inserts the string representation of the double
argument into this sequence.
- insert(int, float) - Method in class java.lang.StringBuilder
-
Inserts the string representation of the float
argument into this sequence.
- insert(int, int) - Method in class java.lang.StringBuilder
-
Inserts the string representation of the second int
argument into this sequence.
- insert(int, long) - Method in class java.lang.StringBuilder
-
Inserts the string representation of the long
argument into this sequence.
- insert(int, Object) - Method in class java.lang.StringBuilder
-
Inserts the string representation of the Object
argument into this character sequence.
- insert(int, String) - Method in class java.lang.StringBuilder
-
Inserts the string into this character sequence.
- insertElementAt(E, int) - Method in class java.util.Vector
-
Inserts the specified object as a component in this vector at the specified index
.
- InstantiationError - Error in java.lang
-
Thrown when an application tries to use the Java new
construct to instantiate an
abstract class or an interface.
- InstantiationError() - Constructor for error java.lang.InstantiationError
-
Constructs an InstantiationError
with no detail message.
- InstantiationError(String) - Constructor for error java.lang.InstantiationError
-
Constructs an InstantiationError
with the specified detail message.
- InstantiationException - Exception in java.lang
-
Thrown when an application tries to create an instance of a class using the newInstance
method in class Class
, but the specified class object cannot be instantiated.
- InstantiationException() - Constructor for exception java.lang.InstantiationException
-
Constructs an InstantiationException
with no detail message.
- InstantiationException(String) - Constructor for exception java.lang.InstantiationException
-
Constructs an InstantiationException
with the specified detail message.
- INT_SIZE - Static variable in class ej.bon.ByteArray
-
The size of an int.
- intBitsToFloat(int) - Static method in class java.lang.Float
-
Returns the float
value corresponding to a given bit representation.
- Integer - Class in java.lang
-
The Integer
class wraps a value of the primitive type int
in an object.
- Integer(int) - Constructor for class java.lang.Integer
-
Constructs a newly allocated Integer
object that represents the specified int
value.
- Integer(String) - Constructor for class java.lang.Integer
-
Constructs a newly allocated Integer
object that represents the int
value
indicated by the String
parameter.
- InterfaceAddress - Class in java.net
-
This class represents a Network Interface address.
- InterfaceAddress() - Constructor for class java.net.InterfaceAddress
-
- intern() - Method in class java.lang.String
-
Returns a canonical representation for the string object.
- InternalError - Error in java.lang
-
Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.
- InternalError() - Constructor for error java.lang.InternalError
-
Constructs an InternalError
with no detail message.
- InternalError(String) - Constructor for error java.lang.InternalError
-
Constructs an InternalError
with the specified detail message.
- internalGet(int) - Method in class java.util.Calendar
-
Returns the value of the given calendar field.
- interrupt() - Method in class java.lang.Thread
-
Interrupts this thread.
- interrupted() - Static method in class java.lang.Thread
-
Tests whether the current thread has been interrupted.
- InterruptedException - Exception in java.lang
-
Thrown when a thread is waiting, sleeping, or otherwise occupied, and the thread is interrupted,
either before or during the activity.
- InterruptedException() - Constructor for exception java.lang.InterruptedException
-
Constructs an InterruptedException
with no detail message.
- InterruptedException(String) - Constructor for exception java.lang.InterruptedException
-
Constructs an InterruptedException
with the specified detail message.
- InterruptedIOException - Exception in java.io
-
Signals that an I/O operation has been interrupted.
- InterruptedIOException() - Constructor for exception java.io.InterruptedIOException
-
Constructs an InterruptedIOException
with null
as its error detail
message.
- InterruptedIOException(String) - Constructor for exception java.io.InterruptedIOException
-
Constructs an InterruptedIOException
with the specified detail message.
- intersectClip(int, int, int, int) - Method in class ej.microui.display.GraphicsContext
-
Combines the given clipping rectangle with the clipping area of this graphics context.
- intValue() - Method in class java.lang.Byte
-
Returns the value of this Byte
as an int
.
- intValue() - Method in class java.lang.Double
-
Returns the value of this Double
as an int
(by casting to type int
).
- intValue() - Method in class java.lang.Float
-
Returns the value of this Float
as an int
(by casting to type int
).
- intValue() - Method in class java.lang.Integer
-
Returns the value of this Integer
as an int
.
- intValue() - Method in class java.lang.Long
-
Returns the value of this Long
as an int
.
- intValue() - Method in class java.lang.Number
-
Returns the value of the specified number as an int
.
- intValue() - Method in class java.lang.Short
-
Returns the value of this Short
as an int
.
- InvalidAlgorithmParameterException - Exception in java.security
-
- InvalidAlgorithmParameterException() - Constructor for exception java.security.InvalidAlgorithmParameterException
-
Constructs an InvalidAlgorithmParameterException with no detail message.
- InvalidAlgorithmParameterException(String) - Constructor for exception java.security.InvalidAlgorithmParameterException
-
Constructs an InvalidAlgorithmParameterException with the specified detail message.
- InvalidAlgorithmParameterException(String, Throwable) - Constructor for exception java.security.InvalidAlgorithmParameterException
-
Creates a InvalidAlgorithmParameterException
with the specified detail message and cause.
- InvalidAlgorithmParameterException(Throwable) - Constructor for exception java.security.InvalidAlgorithmParameterException
-
Creates a InvalidAlgorithmParameterException
with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
- invoke() - Method in class ej.kf.Proxy
-
This method has for effect to invoke the same method on the reference.
- invokeBoolean() - Method in class ej.kf.Proxy
-
This method has for effect to invoke the same method on the reference.
- invokeByte() - Method in class ej.kf.Proxy
-
This method has for effect to invoke the same method on the reference.
- invokeChar() - Method in class ej.kf.Proxy
-
This method has for effect to invoke the same method on the reference.
- invokeDouble() - Method in class ej.kf.Proxy
-
This method has for effect to invoke the same method on the reference.
- invokeFloat() - Method in class ej.kf.Proxy
-
This method has for effect to invoke the same method on the reference.
- invokeInt() - Method in class ej.kf.Proxy
-
This method has for effect to invoke the same method on the reference.
- invokeLong() - Method in class ej.kf.Proxy
-
This method has for effect to invoke the same method on the reference.
- invokeRef() - Method in class ej.kf.Proxy
-
This method has for effect to invoke the same method on the reference.
- invokeShort() - Method in class ej.kf.Proxy
-
This method has for effect to invoke the same method on the reference.
- IOException - Exception in java.io
-
Signals that an I/O exception of some sort has occurred.
- IOException() - Constructor for exception java.io.IOException
-
Constructs an IOException
with null
as its error detail message.
- IOException(String) - Constructor for exception java.io.IOException
-
Constructs an IOException
with the specified detail message.
- IOException(String, Throwable) - Constructor for exception java.io.IOException
-
Constructs an IOException
with the specified detail message and cause.
- IOException(Throwable) - Constructor for exception java.io.IOException
-
Constructs an IOException
with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail
message of cause
).
- IP_MULTICAST_IF - Static variable in interface java.net.SocketOptions
-
Set which outgoing interface on which to send multicast packets.
- IP_MULTICAST_IF2 - Static variable in interface java.net.SocketOptions
-
Same as above.
- IP_MULTICAST_LOOP - Static variable in interface java.net.SocketOptions
-
This option enables or disables local loopback of multicast datagrams.
- IP_TOS - Static variable in interface java.net.SocketOptions
-
This option sets the type-of-service or traffic class field in the IP header for a TCP or UDP socket.
- isAlive() - Method in class java.lang.Thread
-
Tests if this thread is alive.
- isAnyLocalAddress() - Method in class java.net.Inet4Address
-
Utility routine to check if the InetAddress in 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
-
Determines if this Class
object represents an array class.
- isAssignableFrom(Class<?>) - Method in class java.lang.Class
-
Determines if the class or interface represented by this Class
object is either the same
as, or is a superclass or superinterface of, the class or interface represented by the specified
Class
parameter.
- isBold() - Method in class ej.microui.display.Font
-
Returns whether this font is bold.
- isBound() - Method in class java.net.DatagramSocket
-
Returns the binding state of the socket.
- isBound() - Method in class java.net.ServerSocket
-
Returns the binding state of the ServerSocket.
- isBound() - Method in class java.net.Socket
-
Returns the binding state of the socket.
- isCertificateEntry(String) - Method in class java.security.KeyStore
-
Returns true if the entry identified by the given alias was created by a call to setCertificateEntry
, or
created by a call to setEntry
with a TrustedCertificateEntry
.
- isClicked(int) - Static method in class ej.microui.event.generator.Buttons
-
Tells if an button event is a click event.
- isClosed() - Method in class ej.microui.display.ResourceImage
-
Returns whether this image has been closed.
- isClosed() - Method in class java.net.DatagramSocket
-
Returns whether the socket is closed or not.
- isClosed() - Method in class java.net.ServerSocket
-
Returns the closed state of the ServerSocket.
- isClosed() - Method in class java.net.Socket
-
Returns the closed state of the socket.
- isColor() - Method in class ej.microui.display.Display
-
Tells whether the display offers color.
- isConnected() - Method in class java.net.DatagramSocket
-
Returns the connection state of the socket.
- isConnected() - Method in class java.net.Socket
-
Returns the connection state of the socket.
- isDaemon() - Method in class java.lang.Thread
-
Tests if this thread is a daemon thread.
- isDigit(char) - Static method in class java.lang.Character
-
Determines if the specified character is a digit.
- isDoubleBuffered() - Method in class ej.microui.display.Display
-
Returns if the display uses an underlying double buffer (either hardware or software).
- isDoubleClicked(int) - Static method in class ej.microui.event.generator.Buttons
-
Tells if an button event is a double click event.
- isDragged(int) - Static method in class ej.microui.event.generator.Pointer
-
Tells if a pointer event is a drag event.
- isEmpty() - Method in class java.lang.String
-
- isEmpty() - Method in class java.util.AbstractCollection
-
Returns true if this collection contains no elements.
- isEmpty() - Method in class java.util.AbstractMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class java.util.ArrayList
-
Returns true if this list contains no elements.
- isEmpty() - Method in interface java.util.Collection
-
Returns true if this collection contains no elements.
- isEmpty() - Method in class java.util.Dictionary
-
Tests if this dictionary maps no keys to value.
- isEmpty() - Method in class java.util.HashMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class java.util.Hashtable
-
Tests if this hashtable maps no keys to values.
- isEmpty() - Method in interface java.util.List
-
Returns true if this list contains no elements.
- isEmpty() - Method in interface java.util.Map
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in interface java.util.Set
-
Returns true if this set contains no elements.
- isEmpty() - Method in class java.util.Vector
-
Tests if this vector has no components.
- isEmpty() - Method in class java.util.WeakHashMap
-
Returns true if this map contains no key-value mappings.
- isEnqueued() - Method in class java.lang.ref.Reference
-
Tells whether or not this reference object has been enqueued, either by the program or by the
garbage collector.
- isIdentifierSupported(int) - Method in class ej.microui.display.Font
-
Returns whether this font supports the given identifier.
- isImmutable(Object) - Static method in class ej.bon.Immutables
-
Gets whether or not the given object is in the immutable objects pool or not.
- isInfinite(double) - Static method in class java.lang.Double
-
Returns true
if the specified number is infinitely large in magnitude, false
otherwise.
- isInfinite() - Method in class java.lang.Double
-
Returns true
if this Double
value is infinitely large in magnitude, false
otherwise.
- isInfinite(float) - Static method in class java.lang.Float
-
Returns true
if the specified number is infinitely large in magnitude, false
otherwise.
- isInfinite() - Method in class java.lang.Float
-
Returns true
if this Float
value is infinitely large in magnitude, false
otherwise.
- isInstance(Object) - Method in class java.lang.Class
-
Determines if the specified Object
is assignment-compatible with the object represented
by this Class
.
- isInterface() - Method in class java.lang.Class
-
Determines if the specified Class
object represents an interface type.
- isInterrupted() - Method in class java.lang.Thread
-
Tests whether this thread has been interrupted.
- isIPv4CompatibleAddress() - Method in class java.net.Inet6Address
-
Utility routine to check if the InetAddress is an IPv4 compatible IPv6 address.
- isISOControl(char) - Static method in class java.lang.Character
-
Determines if the specified character is an ISO control character.
- isItalic() - Method in class ej.microui.display.Font
-
Returns whether this font is italic.
- isKeyEntry(String) - Method in class java.security.KeyStore
-
Returns true if the entry identified by the given alias was created by a call to setKeyEntry
, or created
by a call to setEntry
with a PrivateKeyEntry
or a SecretKeyEntry
.
- isLenient() - Method in class java.util.Calendar
-
- isLinkLocalAddress() - Method in class java.net.Inet4Address
-
Utility routine to check if the InetAddress is an 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 the InetAddress is an link local address.
- isLong(int) - Static method in class ej.microui.event.generator.Buttons
-
Tells if an button event is a long event.
- isLoopback() - Method in class java.net.NetworkInterface
-
Returns whether a network interface is a loopback interface.
- isLoopbackAddress() - Method in class java.net.Inet4Address
-
Utility routine to check if the InetAddress 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.
- isLowerCase(char) - Static method in class java.lang.Character
-
Determines if the specified character is a lowercase character.
- isMCGlobal() - Method in class java.net.Inet4Address
-
Utility routine to check if the 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 the multicast address has global scope.
- isMCLinkLocal() - Method in class java.net.Inet4Address
-
Utility routine to check if the 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 the multicast address has link scope.
- isMCNodeLocal() - Method in class java.net.Inet4Address
-
Utility routine to check if the 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 the multicast address has node scope.
- isMCOrgLocal() - Method in class java.net.Inet4Address
-
Utility routine to check if the 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 the multicast address has organization scope.
- isMCSiteLocal() - Method in class java.net.Inet4Address
-
Utility routine to check if the 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 the multicast address has site scope.
- isMonospaced() - Method in class ej.microui.display.Font
-
Returns whether this font is monospaced.
- isMoved(int) - Static method in class ej.microui.event.generator.Pointer
-
Tells if a pointer event is a move event.
- isMulticastAddress() - Method in class java.net.Inet4Address
-
Utility routine to check if the InetAddress is an IP 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
-
Utility routine to check if the InetAddress is an IP multicast address.
- isNaN(double) - Static method in class java.lang.Double
-
Returns true
if the specified number is a Not-a-Number (NaN) value, false
otherwise.
- isNaN() - Method in class java.lang.Double
-
Returns true
if this Double
value is a Not-a-Number (NaN), false
otherwise.
- isNaN(float) - Static method in class java.lang.Float
-
Returns true
if the specified number is a Not-a-Number (NaN) value, false
otherwise.
- isNaN() - Method in class java.lang.Float
-
Returns true
if this Float
value is a Not-a-Number (NaN), false
otherwise.
- isPlain() - Method in class ej.microui.display.Font
-
Returns whether this font is plain.
- isPressed(int) - Static method in class ej.microui.event.generator.Buttons
-
Tells if a button event is a press event.
- isReleased(int) - Static method in class ej.microui.event.generator.Buttons
-
Tells if a button event is a release event.
- isRepeated(int) - Static method in class ej.microui.event.generator.Buttons
-
Tells if a button event is a repeat event.
- isSet(int) - Method in class java.util.Calendar
-
Determines if the given calendar field has a value set, including cases that
the value has been set by internal fields calculations triggered by a
get
method call.
- isShown(Displayable) - Method in class ej.microui.display.Display
-
Checks whether the given displayable is visible on the display.
- isSiteLocalAddress() - Method in class java.net.Inet4Address
-
Utility routine to check if the InetAddress 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 the InetAddress is a site local address.
- isSpaceChar(char) - Static method in class java.lang.Character
-
Determines if the specified character is a Unicode space character.
- isStarted() - Static method in class ej.microui.MicroUI
-
Checks if MicroUI has been started.
- isTransparent() - Method in class ej.microui.display.Image
-
Returns whether this image is transparent.
- isUIThread(Thread) - Static method in class ej.microui.MicroUI
-
Gets whether the given thread is the MicroUI thread.
- isUIThread() - Static method in class ej.microui.MicroUI
-
Gets whether the current thread is the MicroUI thread.
- isUnresolved() - Method in class java.net.InetSocketAddress
-
Checks whether the address has been resolved or not.
- isUp() - Method in class java.net.NetworkInterface
-
Returns whether a network interface is up and running.
- isUpperCase(char) - Static method in class java.lang.Character
-
Determines if the specified character is an uppercase character.
- isWhitespace(char) - Static method in class java.lang.Character
-
Determines if the specified character is white space according to Java.
- Iterable<T> - Interface in java.lang
-
Implementing this interface allows an object to be the target of the "foreach" statement.
- iterator() - Method in interface java.lang.Iterable
-
Returns an iterator over a set of elements of type T.
- iterator() - Method in class java.util.AbstractCollection
-
Returns an iterator over the elements in this collection.
- iterator() - Method in class java.util.AbstractList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in class java.util.ArrayList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in interface java.util.Collection
-
Returns an iterator over the elements in this collection.
- Iterator<E> - Interface in java.util
-
An iterator over a collection.
- iterator() - Method in interface java.util.List
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in interface java.util.Set
-
Returns an iterator over the elements in this set.
- iterator() - Method in class java.util.Vector
-
Returns a list iterator over the elements in this list (in proper sequence).