- 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.
 
- lastModified() - Method in class java.io.File
 
- 
Returns the time that the file denoted by this abstract pathname was last modified.
 
- length() - Method in class ej.bon.ResourceArray
 
- 
Gets the number of elements contained in the array (not the size in bytes).
 
- length() - Method in class java.io.File
 
- 
Returns the length of the file denoted by this abstract pathname.
 
- 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).
 
- 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() - Method in class java.io.File
 
- 
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname.
 
- list(FilenameFilter) - Method in class java.io.File
 
- 
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname
 that satisfy the specified filter.
 
- List<E> - Interface in java.util
 
- 
An ordered collection (also known as a sequence).
 
- listFiles() - Method in class java.io.File
 
- 
Returns an array of abstract pathnames denoting the files in the directory denoted by this abstract pathname.
 
- listFiles(FilenameFilter) - Method in class java.io.File
 
- 
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this
 abstract pathname that satisfy the specified filter.
 
- listFiles(FileFilter) - Method in class java.io.File
 
- 
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this
 abstract pathname that satisfy the specified filter.
 
- 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.
 
- listRoots() - Static method in class java.io.File
 
- 
List the available filesystem roots.
 
- LITTLE_ENDIAN - Static variable in class ej.bon.ByteArray
 
- 
Access mode little endian.
 
- load(String) - Method in interface ej.storage.Storage
 
- 
Loads the data stored with a specific ID or null if there is none.
 
- load(InputStream, char[]) - Method in class java.security.KeyStore
 
- 
Loads this KeyStore from the given input stream.
 
- load(InputStream) - Method in class java.util.Properties
 
- 
Reads a property list (key and element pairs) from the input
 byte stream.
 
- 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 - 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.