A B C D E F G H I J K L M N O P R S T U V W

V

VOLATILE - Static variable in class java.lang.reflect.Modifier
The int value representing the volatile modifier.
Vector - class java.util.Vector.
The Vector class implements a growable array of objects.
Vector(int, int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
Vector(int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and with its capacity increment equal to zero.
Vector() - Constructor for class java.util.Vector
Constructs an empty vector so that its internal data array has size 10 and its standard capacity increment is zero.
Vector(Collection) - Constructor for class java.util.Vector
Constructs a vector containing the elements of the specified collection, in the order they are returned by the collection's iterator.
VerifyError - error java.lang.VerifyError.
This error is thrown when the VM notices that an attempt is made to load a class which does not pass the class verification phase.
VerifyError() - Constructor for class java.lang.VerifyError
Constructs a new instance of this class with its walkback filled in.
VerifyError(String) - Constructor for class java.lang.VerifyError
Constructs a new instance of this class with its walkback and message filled in.
VirtualMachineError - error java.lang.VirtualMachineError.
This class is the superclass of all classes which represent errors that occur during the operation of the virtual machine.
VirtualMachineError() - Constructor for class java.lang.VirtualMachineError
Constructs a new instance of this class with its walkback filled in.
VirtualMachineError(String) - Constructor for class java.lang.VirtualMachineError
Constructs a new instance of this class with its walkback and message filled in.
Void - class java.lang.Void.
The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the Java keyword void.
values() - Method in class java.util.AbstractMap
Returns a collection view of the values contained in this map.
values() - Method in class java.util.HashMap
Returns a collection view of the values contained in this map.
values() - Method in class java.util.Hashtable
Returns a Collection view of the values contained in this Hashtable.
values() - Method in interface java.util.Map
Returns all of the current Map values in a Collection.

A B C D E F G H I J K L M N O P R S T U V W