Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

L

LAO - Static variable in class ej.microui.display.FontIdentifiers
Constant for lao font identifier.
lastElement() - Method in class java.util.Vector
Returns the last component of the vector.
lastIndexOf(int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(String) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified substring.
lastIndexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified substring, searching backward starting at the specified index.
lastIndexOf(String) - Method in class java.lang.StringBuffer
Returns the index within this string of the rightmost occurrence of the specified substring.
lastIndexOf(String, int) - Method in class java.lang.StringBuffer
Returns the index within this string of the last occurrence of the specified substring.
lastIndexOf(String) - Method in class java.lang.StringBuilder
Returns the index within this string of the rightmost occurrence of the specified substring.
lastIndexOf(String, int) - Method in class java.lang.StringBuilder
Returns the index within this string of the last occurrence of the specified substring.
lastIndexOf(Object) - Method in class java.util.AbstractList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class java.util.ArrayList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in interface java.util.List
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified element in this vector, or -1 if this vector does not contain the element.
lastIndexOf(Object, int) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified element in this vector, searching backwards from index, or returns -1 if the element is not found.
LATIN - Static variable in class ej.microui.display.FontIdentifiers
Constant for latin font identifier.
leaveGroup(InetAddress) - Method in class java.net.MulticastSocket
Leave a multicast group.
leaveGroup(SocketAddress, NetworkInterface) - Method in class java.net.MulticastSocket
Leave a multicast group on a specified local interface.
Leds - Class in ej.microui.led
This class is used to manage all LEDs available on the platform.
Leds() - Constructor for class ej.microui.led.Leds
 
LEFT - Static variable in class ej.microui.event.generator.Command
Constant for "left" command.
length() - Method in class ej.bon.ResourceArray
Gets the number of elements contained in the array (not the size in bytes).
length() - Method in interface java.lang.CharSequence
Returns the length of this character sequence.
length() - Method in class java.lang.String
Returns the length of this string.
length() - Method in class java.lang.StringBuffer
 
length() - Method in class java.lang.StringBuilder
Returns the length (character count).
LEPCHA - Static variable in class ej.microui.display.FontIdentifiers
Constant for lepcha font identifier.
LIMBU - Static variable in class ej.microui.display.FontIdentifiers
Constant for limbu font identifier.
LIME - Static variable in class ej.microui.display.Colors
Constant for lime color.
limit(int, int, int) - Static method in class ej.bon.XMath
Limits a value between two others: If value is lower than min, returns min. If value is greater than max, returns max. Otherwise, returns value.
limit(float, float, float) - Static method in class ej.bon.XMath
Limits a value between two others: If value is lower than min, returns min. If value is greater than max, returns max. Otherwise, returns value.
limit(long, long, long) - Static method in class ej.bon.XMath
Limits a value between two others: If value is lower than min, returns min. If value is greater than max, returns max. Otherwise, returns value.
limit(double, double, double) - Static method in class ej.bon.XMath
Limits a value between two others: If value is lower than min, returns min. If value is greater than max, returns max. Otherwise, returns value.
LinkageError - Error in java.lang
Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
LinkageError() - Constructor for error java.lang.LinkageError
Constructs a LinkageError with no detail message.
LinkageError(String) - Constructor for error java.lang.LinkageError
Constructs a LinkageError with the specified detail message.
LinkageError(String, Throwable) - Constructor for error java.lang.LinkageError
Constructs a LinkageError with the specified detail message and cause.
List<E> - Interface in java.util
An ordered collection (also known as a sequence).
listIterator() - Method in class java.util.AbstractList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class java.util.AbstractList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in class java.util.ArrayList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class java.util.ArrayList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in interface java.util.List
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in interface java.util.List
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
ListIterator<E> - Interface in java.util
An iterator for lists that allows the programmer to traverse the list in either direction, modify the list during iteration, and obtain the iterator's current position in the list.
listIterator() - Method in class java.util.Vector
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in class java.util.Vector
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
LISU - Static variable in class ej.microui.display.FontIdentifiers
Constant for lisu font identifier.
LITTLE_ENDIAN - Static variable in class ej.bon.ByteArray
Access mode little endian.
load(InputStream, char[]) - Method in class java.security.KeyStore
Loads this KeyStore from the given input stream.
loadImage(String) - Static method in class ej.microui.display.ResourceImage
Loads an immutable image from a resource.
loadImage(String, ResourceImage.OutputFormat) - Static method in class ej.microui.display.ResourceImage
Loads an immutable image from a resource.
loadImage(InputStream, int) - Static method in class ej.microui.display.ResourceImage
Loads an immutable image from an InputStream.
loadImage(InputStream, int, ResourceImage.OutputFormat) - Static method in class ej.microui.display.ResourceImage
Loads an immutable image from an InputStream.
log(double) - Static method in class ej.bon.XMath
Returns the natural logarithm (base e) of a double value.
log(double) - Static method in class java.lang.Math
Returns the natural logarithm (base e) of a double value.
log10(double) - Static method in class java.lang.Math
Returns the base 10 logarithm of a double value.
log1p(double) - Static method in class java.lang.Math
Returns the natural logarithm of the sum of the argument and 1.
LONG - Static variable in class ej.microui.event.generator.Buttons
Constant for "long" action (button pressed for a "long" time).
Long - Class in java.lang
The Long class wraps a value of the primitive type long in an object.
Long(long) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the specified long argument.
Long(String) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the long value indicated by the String parameter.
LONG - Static variable in class java.util.Calendar
A style specifier indicating a long name, such as "January".
LONG - Static variable in class java.util.TimeZone
A style specifier for getDisplayName() indicating a long name, such as "Pacific Standard Time."
LONG_SIZE - Static variable in class ej.bon.ByteArray
The size of a long.
longBitsToDouble(long) - Static method in class java.lang.Double
Returns the double value corresponding to a given bit representation.
longValue() - Method in class java.lang.Byte
Returns the value of this Byte as a long.
longValue() - Method in class java.lang.Double
Returns the value of this Double as a long (by casting to type long).
longValue() - Method in class java.lang.Float
Returns value of this Float as a long (by casting to type long).
longValue() - Method in class java.lang.Integer
Returns the value of this Integer as a long.
longValue() - Method in class java.lang.Long
Returns the value of this Long as a long value.
longValue() - Method in class java.lang.Number
Returns the value of the specified number as a long.
longValue() - Method in class java.lang.Short
Returns the value of this Short as a long.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links