- 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.
- 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).
- 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.
- lock - Variable in class java.io.Reader
-
The object used to synchronize operations on this stream.
- lock - Variable in class java.io.Writer
-
The object used to synchronize operations on this 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."
- 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
.