- VAI - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for vai font identifier.
- valueOf(String) - Static method in enum ej.drawing.ShapePainter.Cap
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ej.drawing.TransformPainter.Flip
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ej.microui.display.ResourceImage.OutputFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.lang.annotation.ElementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.lang.annotation.RetentionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in class java.lang.Boolean
-
Returns a Boolean
instance representing the specified boolean
value.
- valueOf(String) - Static method in class java.lang.Boolean
-
Returns a Boolean
with a value represented by the specified string.
- valueOf(byte) - Static method in class java.lang.Byte
-
Returns a Byte
instance representing the specified byte
value.
- valueOf(String) - Static method in class java.lang.Byte
-
Returns a Byte
object holding the value given by the specified String
.
- valueOf(String, int) - Static method in class java.lang.Byte
-
Returns a Byte
object holding the value extracted from the specified String
when
parsed with the radix given by the second argument.
- valueOf(char) - Static method in class java.lang.Character
-
Returns a Character instance representing the specified char value.
- valueOf(double) - Static method in class java.lang.Double
-
Returns a Double
instance representing the specified double
value.
- valueOf(String) - Static method in class java.lang.Double
-
Returns a Double
object holding the double
value represented by the argument
string s
.
- valueOf(Class<T>, String) - Static method in class java.lang.Enum
-
This method is available for compilation purpose.
- valueOf(float) - Static method in class java.lang.Float
-
Returns a Float
instance representing the specified float
value.
- valueOf(String) - Static method in class java.lang.Float
-
Returns a Float
object holding the float
value represented by the argument string
s
.
- valueOf(int) - Static method in class java.lang.Integer
-
Returns an Integer
instance representing the specified int
value.
- valueOf(String) - Static method in class java.lang.Integer
-
Returns an Integer
object holding the value of the specified String
.
- valueOf(String, int) - Static method in class java.lang.Integer
-
Returns an Integer
object holding the value extracted from the specified String
when parsed with the radix given by the second argument.
- valueOf(long) - Static method in class java.lang.Long
-
Returns a Long
instance representing the specified long
value.
- valueOf(String) - Static method in class java.lang.Long
-
Returns a Long
object holding the value of the specified String
.
- valueOf(String, int) - Static method in class java.lang.Long
-
Returns a Long
object holding the value extracted from the specified String
when
parsed with the radix given by the second argument.
- valueOf(short) - Static method in class java.lang.Short
-
Returns a Short
instance representing the specified short
value.
- valueOf(String) - Static method in class java.lang.Short
-
Returns a Short
object holding the value given by the specified String
.
- valueOf(String, int) - Static method in class java.lang.Short
-
Returns a Short
object holding the value extracted from the specified String
when
parsed with the radix given by the second argument.
- 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.
- valueOf(String) - Static method in enum java.lang.Thread.State
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ej.drawing.ShapePainter.Cap
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ej.drawing.TransformPainter.Flip
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ej.microui.display.ResourceImage.OutputFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum java.lang.annotation.ElementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum java.lang.annotation.RetentionPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum java.lang.Thread.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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 map.
- values() - Method in interface java.util.Map
-
Returns a
Collection
view of the values contained in this map.
- values() - Method in class java.util.WeakHashMap
-
Returns a
Collection
view of the values contained in this map.
- Vector<E> - Class in java.util
-
The Vector
class implements a growable array of objects.
- 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<? extends E>) - 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.
- 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(int, int) - Constructor for class java.util.Vector
-
Constructs an empty vector with the specified initial capacity and capacity increment.
- VerifyError - Error in java.lang
-
Thrown when the "verifier" detects that a class file, though well formed, contains some sort of
internal inconsistency or security problem.
- VerifyError() - Constructor for error java.lang.VerifyError
-
Constructs an VerifyError
with no detail message.
- VerifyError(String) - Constructor for error java.lang.VerifyError
-
Constructs an VerifyError
with the specified detail message.
- 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 detail message.
- VirtualMachineError(String) - Constructor for error java.lang.VirtualMachineError
-
Constructs a VirtualMachineError
with the specified detail message.