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
V
valueOf(String)
- Static method in class java.lang.
Double
Returns a new Double object initialized to the value represented by the specified string.
valueOf(String)
- Static method in class java.lang.
Float
Returns the floating point value represented by the specified String.
valueOf(String)
- Static method in class java.lang.
Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String, int)
- Static method in class java.lang.
Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(boolean)
- Static method in class java.lang.
String
Returns the string representation of the boolean argument.
valueOf(char)
- Static method in class java.lang.
String
Returns the string representation of the char argument.
valueOf(char[])
- Static method in class java.lang.
String
Returns the string representation of the char array argument.
valueOf(char[], int, int)
- Static method in class java.lang.
String
Returns the string representation of a specific subarray of the char array argument.
valueOf(double)
- Static method in class java.lang.
String
Returns the string representation of the double argument.
valueOf(float)
- Static method in class java.lang.
String
Returns the string representation of the float argument.
valueOf(int)
- Static method in class java.lang.
String
Returns the string representation of the int argument.
valueOf(long)
- Static method in class java.lang.
String
Returns the string representation of the long argument.
valueOf(Object)
- Static method in class java.lang.
String
Returns the string representation of the Object argument.
Vector
- Class in
java.util
The Vector class implements a growable array of objects.
Vector()
- Constructor for class java.util.
Vector
Constructs an empty vector.
Vector(int)
- Constructor for class java.util.
Vector
Constructs an empty vector with the specified initial capacity.
Vector(int, int)
- Constructor for class java.util.
Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
VirtualMachineError
- Error in
java.lang
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
VirtualMachineError()
- Constructor for error java.lang.
VirtualMachineError
Constructs a VirtualMachineError with no specified detail message.
VirtualMachineError(String)
- Constructor for error java.lang.
VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.
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