Index of all Fields and Methods Packages Classes   A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

V

valid(). Method in class java.io.FileDescriptor
Determines whether the file descriptor object is valid.
validate(). Method in class java.awt.Component
Validates a component.
validate(). Method in class java.awt.Container
Validates this Container and all of the components contained within it.
valueOf(boolean). Static method in class java.lang.String
Returns a String object that represents the state of the specified boolean.
valueOf(char). Static method in class java.lang.String
Returns a String object that contains a single character
valueOf(char[]). Static method in class java.lang.String
Returns a String that is equivalent to the specified character array.
valueOf(char[], int, int). Static method in class java.lang.String
Returns a String that is equivalent to the specified character array.
valueOf(double). Static method in class java.lang.String
Returns a String object that represents the value of the specified double.
valueOf(float). Static method in class java.lang.String
Returns a String object that represents the value of the specified float.
valueOf(int). Static method in class java.lang.String
Returns a String object that represents the value of the specified integer.
valueOf(long). Static method in class java.lang.String
Returns a String object that represents the value of the specified long.
valueOf(Object). Static method in class java.lang.String
Returns a String that represents the String value of the object.
valueOf(String). Static method in class java.lang.Boolean
Returns the boolean value represented by the specified String.
valueOf(String). Static method in class java.lang.Double
Returns a new Double value 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
Assuming the specified String represents an integer, returns a new Integer object initialized to that value.
valueOf(String). Static method in class java.lang.Long
Assuming the specified String represents a long, returns a new Long object initialized to that value.
valueOf(String, int). Static method in class java.lang.Integer
Assuming the specified String represents an integer, returns a new Integer object initialized to that value.
valueOf(String, int). Static method in class java.lang.Long
Assuming the specified String represents a long, returns a new Long object initialized to that value.
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 storage capacity.
Vector(int, int). Constructor for class java.util.Vector
Constructs an empty vector with the specified storage capacity and the specified capacityIncrement.
VerifyError(). Constructor for class java.lang.VerifyError
Constructor.
VerifyError(String). Constructor for class java.lang.VerifyError
Constructor with a detail message.
VERTICAL. Static variable in class java.awt.GridBagConstraints
VERTICAL. Static variable in class java.awt.Scrollbar
The vertical Scrollbar variable.
VirtualMachineError(). Constructor for class java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String). Constructor for class java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.