Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Y
L
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(Object)
- Method in class java.util.
Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object, int)
- Method in class java.util.
Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
length()
- Method in class java.lang.
String
Returns the length of this string.
length()
- Method in class java.lang.
StringBuffer
Returns the length (character count) of this string buffer.
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.
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 primitive long argument.
longBitsToDouble(long)
- Static method in class java.lang.
Double
Returns the double-float corresponding to a given bit representation.
longValue()
- Method in class java.lang.
Double
Returns the long value of this Double (by casting to a long).
longValue()
- Method in class java.lang.
Float
Returns the long value of this Float (by casting to a 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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Y