- validate() - Method in class javolution.testing.TestCase
-
Validates the test results and possibly checks for limit cases
or exceptions.
- value() - Method in class javolution.io.Struct.Reference32
-
- value() - Method in class javolution.io.Struct.Reference64
-
- valueOf(char...) - Static method in class javolution.text.CharSet
-
Returns the character set holding the specified characters.
- valueOf(Object) - Static method in class javolution.text.Text
-
Returns the text representing the specified object.
- valueOf(char[]) - Static method in class javolution.text.Text
-
Returns the text that contains the characters from the specified
array.
- valueOf(char[], int, int) - Static method in class javolution.text.Text
-
Returns the text that contains the characters from the specified
subarray of characters.
- valueOf(boolean) - Static method in class javolution.text.Text
-
Returns the text representation of the boolean
argument.
- valueOf(char) - Static method in class javolution.text.Text
-
Returns the text instance corresponding to the specified character.
- valueOf(int) - Static method in class javolution.text.Text
-
Returns the decimal representation of the specified int
argument.
- valueOf(int, int) - Static method in class javolution.text.Text
-
Returns the radix representation of the specified int
argument.
- valueOf(long) - Static method in class javolution.text.Text
-
Returns the decimal representation of the specified long
argument.
- valueOf(long, int) - Static method in class javolution.text.Text
-
Returns the radix representation of the specified long
argument.
- valueOf(float) - Static method in class javolution.text.Text
-
Returns the textual representation of the specified float
instance.
- valueOf(double) - Static method in class javolution.text.Text
-
Returns the textual representation of the specified double
argument.
- valueOf(double, int, boolean, boolean) - Static method in class javolution.text.Text
-
Returns the textual representation of the specified double
argument formatted as specified.
- valueOf(char, int) - Static method in class javolution.text.Text
-
Returns the text that contains a specific length sequence of the
character specified.
- valueOf(FastCollection.Record) - Method in class javolution.util.FastBitSet
-
- valueOf(FastCollection.Record) - Method in class javolution.util.FastCollection
-
Returns the collection value for the specified record.
- valueOf(FastCollection.Record) - Method in class javolution.util.FastList
-
- valueOf(FastCollection.Record) - Method in class javolution.util.FastSet
-
- valueOf(FastCollection.Record) - Method in class javolution.util.FastTable
-
- valueOf(int) - Static method in class javolution.util.Index
-
Returns the unique index for the specified
int
value
(creating it as well as the indices toward
zero
if they do not exist).
- valueOf(FastCollection.Record) - Method in class javolution.util.internal.collection.SharedCollectionImpl
-
- valueOf(FastCollection.Record) - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
-
- valueOf(FastCollection.Record) - Method in class javolution.util.MutableList
-
- valueOf(CharSequence) - Static method in class javolution.xml.QName
-
Returns the qualified name corresponding to the specified character
sequence representation (may include the "{namespaceURI}" prefix).
- valueOf(String) - Static method in class javolution.xml.QName
-
- valueOf(CharSequence, CharSequence) - Static method in class javolution.xml.QName
-
Returns the qualified name corresponding to the specified namespace URI
and local name.
- values() - Method in class javolution.util.FastMap
-
- values() - Method in class javolution.util.LocalMap
-
- valuesOf(int...) - Static method in class javolution.util.Index
-
Returns the list of all the indices specified.
- ValueType - Interface in javolution.lang
-
This interface identifies objects which can be manipulated by
value; a JVM implementation may allocate instances of this class
on the stack and pass references by copy.