Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

A

abs(int) - Static method in class _templates.javolution.lang.MathLib
Returns the absolute value of the specified int argument.
abs(long) - Static method in class _templates.javolution.lang.MathLib
Returns the absolute value of the specified long argument.
abs(float) - Static method in class _templates.javolution.lang.MathLib
Returns the absolute value of the specified float argument.
abs(double) - Static method in class _templates.javolution.lang.MathLib
Returns the absolute value of the specified double argument.
abs(int) - Static method in class javolution.lang.MathLib
Returns the absolute value of the specified int argument.
abs(long) - Static method in class javolution.lang.MathLib
Returns the absolute value of the specified long argument.
abs(float) - Static method in class javolution.lang.MathLib
Returns the absolute value of the specified float argument.
abs(double) - Static method in class javolution.lang.MathLib
Returns the absolute value of the specified double argument.
accept(File) - Method in interface _templates.java.io.FileFilter
 
accept(File, String) - Method in interface _templates.java.io.FilenameFilter
 
acos(double) - Static method in class _templates.javolution.lang.MathLib
Returns the arc cosine of the specified value, in the range of 0.0 through pi.
acos(double) - Static method in class javolution.lang.MathLib
Returns the arc cosine of the specified value, in the range of 0.0 through pi.
add(Object) - Method in interface _templates.java.util.Collection
 
add(Object) - Method in interface _templates.java.util.List
 
add(int, Object) - Method in interface _templates.java.util.List
 
add(Object) - Method in interface _templates.java.util.ListIterator
 
add(Object) - Method in interface _templates.java.util.Set
 
add(Object) - Method in class _templates.javolution.lang.Reflection
Adds the specified class loader to the research tree.
add(Object) - Method in class _templates.javolution.util.FastBitSet
Adds the specified index to this set.
add(Object) - Method in class _templates.javolution.util.FastCollection
Appends the specified value to the end of this collection (optional operation).
add(Object) - Method in class _templates.javolution.util.FastList
Appends the specified value to the end of this list (equivalent to FastList.addLast(java.lang.Object)).
add(int, Object) - Method in class _templates.javolution.util.FastList
Inserts the specified value at the specified position in this list.
add(Object) - Method in class _templates.javolution.util.FastSet
Adds the specified value to this set if it is not already present.
add(Object) - Method in class _templates.javolution.util.FastTable
Appends the specified value to the end of this table.
add(int, Object) - Method in class _templates.javolution.util.FastTable
Inserts the specified value at the specified position in this table.
add(Object) - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Adds the specified object or null as an anonymous nested element of unknown type.
add(Object, String) - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Adds the specified object as a named nested element of unknown type (null objects are ignored).
add(Object, String, String) - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Adds the specified object as a fully qualified nested element of unknown type (null objects are ignored).
add(Object, String, Class) - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Adds the specified object as a named nested element of specified actual type (null objects are ignored).
add(Object, String, String, Class) - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Adds the specified object as a fully qualified nested element of specified actual type (null objects are ignored).
add(Object) - Method in class javolution.lang.Reflection
Adds the specified class loader to the research tree.
add(Index) - Method in class javolution.util.FastBitSet
Adds the specified index to this set.
add(E) - Method in class javolution.util.FastCollection
Appends the specified value to the end of this collection (optional operation).
add(E) - Method in class javolution.util.FastList
Appends the specified value to the end of this list (equivalent to FastList.addLast(E)).
add(int, E) - Method in class javolution.util.FastList
Inserts the specified value at the specified position in this list.
add(E) - Method in class javolution.util.FastSet
Adds the specified value to this set if it is not already present.
add(E) - Method in class javolution.util.FastTable
Appends the specified value to the end of this table.
add(int, E) - Method in class javolution.util.FastTable
Inserts the specified value at the specified position in this table.
add(Object) - Method in class javolution.xml.XMLFormat.OutputElement
Adds the specified object or null as an anonymous nested element of unknown type.
add(Object, String) - Method in class javolution.xml.XMLFormat.OutputElement
Adds the specified object as a named nested element of unknown type (null objects are ignored).
add(Object, String, String) - Method in class javolution.xml.XMLFormat.OutputElement
Adds the specified object as a fully qualified nested element of unknown type (null objects are ignored).
add(T, String, Class<T>) - Method in class javolution.xml.XMLFormat.OutputElement
Adds the specified object as a named nested element of specified actual type (null objects are ignored).
add(T, String, String, Class<T>) - Method in class javolution.xml.XMLFormat.OutputElement
Adds the specified object as a fully qualified nested element of specified actual type (null objects are ignored).
addAll(Collection) - Method in interface _templates.java.util.Collection
 
addAll(Collection) - Method in interface _templates.java.util.List
 
addAll(int, Collection) - Method in interface _templates.java.util.List
 
addAll(Collection) - Method in interface _templates.java.util.Set
 
addAll(Collection) - Method in class _templates.javolution.util.FastCollection
Appends all of the values in the specified collection to the end of this collection, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection) - Method in class _templates.javolution.util.FastList
Inserts all of the values in the specified collection into this list at the specified position.
addAll(int, Collection) - Method in class _templates.javolution.util.FastTable
Inserts all of the values in the specified collection into this table at the specified position.
addAll(Collection<? extends E>) - Method in class javolution.util.FastCollection
Appends all of the values in the specified collection to the end of this collection, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection<? extends E>) - Method in class javolution.util.FastList
Inserts all of the values in the specified collection into this list at the specified position.
addAll(int, Collection<? extends E>) - Method in class javolution.util.FastTable
Inserts all of the values in the specified collection into this table at the specified position.
addBefore(FastList.Node, Object) - Method in class _templates.javolution.util.FastList
Inserts the specified value before the specified Node.
addBefore(FastList.Node<E>, E) - Method in class javolution.util.FastList
Inserts the specified value before the specified Node.
addFirst(Object) - Method in class _templates.javolution.util.FastList
Inserts the specified value at the beginning of this list.
addFirst(E) - Method in class javolution.util.FastList
Inserts the specified value at the beginning of this list.
addLast(Object) - Method in class _templates.javolution.util.FastList
Appends the specified value to the end of this list (fast).
addLast(Object) - Method in class _templates.javolution.util.FastTable
Appends the specified value to the end of this table (fast).
addLast(E) - Method in class javolution.util.FastList
Appends the specified value to the end of this list (fast).
addLast(E) - Method in class javolution.util.FastTable
Appends the specified value to the end of this table (fast).
address() - Method in class _templates.javolution.io.Struct
Returns this struct address.
address() - Method in class javolution.io.Struct
Returns this struct address.
addTest(TestCase) - Method in class _templates.javolution.testing.TestSuite
Adds the specified test case to this test suite.
addTest(TestCase) - Method in class javolution.testing.TestSuite
Adds the specified test case to this test suite.
addText(CharSequence) - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Adds the content of a text-only element (equivalent to getStreamWriter().writeCharacters(text)).
addText(String) - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Equivalent to XMLFormat.OutputElement.addText(CharSequence) (for J2ME compatibility).
addText(CharSequence) - Method in class javolution.xml.XMLFormat.OutputElement
Adds the content of a text-only element (equivalent to getStreamWriter().writeCharacters(text)).
addText(String) - Method in class javolution.xml.XMLFormat.OutputElement
Equivalent to XMLFormat.OutputElement.addText(CharSequence) (for J2ME compatibility).
alignment() - Method in class _templates.javolution.io.Struct
 
alignment() - Method in class javolution.io.Struct
 
ALL - Static variable in class _templates.java.util.logging.Level
 
allocate(int) - Static method in class _templates.java.nio.ByteBuffer
 
allocate() - Method in class _templates.javolution.context.Allocator
Allocates a new object, this method is called when the allocator queue is empty.
allocate() - Method in class javolution.context.Allocator
Allocates a new object, this method is called when the allocator queue is empty.
allocateDirect(int) - Static method in class _templates.java.nio.ByteBuffer
 
Allocator - Class in _templates.javolution.context
This class represents an object allocator; instances of this class are generated by AllocatorContext.
Allocator() - Constructor for class _templates.javolution.context.Allocator
Default constructor.
Allocator<T> - Class in javolution.context
This class represents an object allocator; instances of this class are generated by AllocatorContext.
Allocator() - Constructor for class javolution.context.Allocator
Default constructor.
AllocatorContext - Class in _templates.javolution.context
This class represents an allocator context; it defines the the allocation policy of the objects produced by ObjectFactory.
AllocatorContext() - Constructor for class _templates.javolution.context.AllocatorContext
Default constructor.
AllocatorContext - Class in javolution.context
This class represents an allocator context; it defines the the allocation policy of the objects produced by ObjectFactory.
AllocatorContext() - Constructor for class javolution.context.AllocatorContext
Default constructor.
AllocatorContext.Reference - Class in _templates.javolution.context
This class represents a reference allocated from the current AllocatorContext.
AllocatorContext.Reference<T> - Class in javolution.context
This class represents a reference allocated from the current AllocatorContext.
and(FastBitSet) - Method in class _templates.javolution.util.FastBitSet
Performs the logical AND operation on this bit set and the given bit set.
and(FastBitSet) - Method in class javolution.util.FastBitSet
Performs the logical AND operation on this bit set and the given bit set.
andNot(FastBitSet) - Method in class _templates.javolution.util.FastBitSet
Performs the logical AND operation on this bit set and the complement of the given bit set.
andNot(FastBitSet) - Method in class javolution.util.FastBitSet
Performs the logical AND operation on this bit set and the complement of the given bit set.
append(char) - Method in interface _templates.javolution.text.Appendable
Appends the specified character.
append(CharSequence) - Method in interface _templates.javolution.text.Appendable
Appends the specified character sequence.
append(CharSequence, int, int) - Method in interface _templates.javolution.text.Appendable
Appends a subsequence of the specified character sequence.
append(char) - Method in class _templates.javolution.text.TextBuilder
Appends the specified character.
append(Object) - Method in class _templates.javolution.text.TextBuilder
Appends the textual representation of the specified object.
append(CharSequence) - Method in class _templates.javolution.text.TextBuilder
Appends the specified character sequence.
append(CharSequence, int, int) - Method in class _templates.javolution.text.TextBuilder
Appends a subsequence of the specified character sequence.
append(String) - Method in class _templates.javolution.text.TextBuilder
Appends the specified string to this text builder.
append(String, int, int) - Method in class _templates.javolution.text.TextBuilder
Appends a subsequence of the specified string.
append(Text) - Method in class _templates.javolution.text.TextBuilder
Appends the specified text to this text builder.
append(Text, int, int) - Method in class _templates.javolution.text.TextBuilder
Appends a subsequence of the specified text.
append(char[]) - Method in class _templates.javolution.text.TextBuilder
Appends the characters from the char array argument.
append(char[], int, int) - Method in class _templates.javolution.text.TextBuilder
Appends the characters from a subarray of the char array argument.
append(boolean) - Method in class _templates.javolution.text.TextBuilder
Appends the textual representation of the specified boolean argument.
append(int) - Method in class _templates.javolution.text.TextBuilder
Appends the decimal representation of the specified int argument.
append(int, int) - Method in class _templates.javolution.text.TextBuilder
Appends the radix representation of the specified int argument.
append(long) - Method in class _templates.javolution.text.TextBuilder
Appends the decimal representation of the specified long argument.
append(long, int) - Method in class _templates.javolution.text.TextBuilder
Appends the radix representation of the specified long argument.
append(float) - Method in class _templates.javolution.text.TextBuilder
Appends the textual representation of the specified float.
append(double) - Method in class _templates.javolution.text.TextBuilder
Appends the textual representation of the specified double; the number of digits is 17 or 16 when the 16 digits representation can be parsed back to the same double (mimic the standard library formatting).
append(double, int, boolean, boolean) - Method in class _templates.javolution.text.TextBuilder
Appends the textual representation of the specified double according to the specified formatting arguments.
append(char) - Method in class javolution.text.TextBuilder
Appends the specified character.
append(Object) - Method in class javolution.text.TextBuilder
Appends the textual representation of the specified object.
append(CharSequence) - Method in class javolution.text.TextBuilder
Appends the specified character sequence.
append(CharSequence, int, int) - Method in class javolution.text.TextBuilder
Appends a subsequence of the specified character sequence.
append(String) - Method in class javolution.text.TextBuilder
Appends the specified string to this text builder.
append(String, int, int) - Method in class javolution.text.TextBuilder
Appends a subsequence of the specified string.
append(Text) - Method in class javolution.text.TextBuilder
Appends the specified text to this text builder.
append(Text, int, int) - Method in class javolution.text.TextBuilder
Appends a subsequence of the specified text.
append(char[]) - Method in class javolution.text.TextBuilder
Appends the characters from the char array argument.
append(char[], int, int) - Method in class javolution.text.TextBuilder
Appends the characters from a subarray of the char array argument.
append(boolean) - Method in class javolution.text.TextBuilder
Appends the textual representation of the specified boolean argument.
append(int) - Method in class javolution.text.TextBuilder
Appends the decimal representation of the specified int argument.
append(int, int) - Method in class javolution.text.TextBuilder
Appends the radix representation of the specified int argument.
append(long) - Method in class javolution.text.TextBuilder
Appends the decimal representation of the specified long argument.
append(long, int) - Method in class javolution.text.TextBuilder
Appends the radix representation of the specified long argument.
append(float) - Method in class javolution.text.TextBuilder
Appends the textual representation of the specified float.
append(double) - Method in class javolution.text.TextBuilder
Appends the textual representation of the specified double; the number of digits is 17 or 16 when the 16 digits representation can be parsed back to the same double (mimic the standard library formatting).
append(double, int, boolean, boolean) - Method in class javolution.text.TextBuilder
Appends the textual representation of the specified double according to the specified formatting arguments.
Appendable - Interface in _templates.javolution.text
This interface is replaced by java.lang.Appendable in JDK 1.5+.
AppendableWriter - Class in _templates.javolution.io
This class allows any Appendable to be used as a writer.
AppendableWriter() - Constructor for class _templates.javolution.io.AppendableWriter
Creates a new appendable writer for which the appendable output is not set.
AppendableWriter - Class in javolution.io
This class allows any Appendable to be used as a writer.
AppendableWriter() - Constructor for class javolution.io.AppendableWriter
Creates a new appendable writer for which the appendable output is not set.
areEqual(Object, Object) - Method in class _templates.javolution.util.FastComparator
Indicates if the specified objects can be considered equal.
areEqual(T, T) - Method in class javolution.util.FastComparator
Indicates if the specified objects can be considered equal.
array() - Method in class _templates.java.nio.ByteBuffer
 
array(int) - Method in class _templates.javolution.context.ArrayFactory
Returns an array possibly recycled or preallocated of specified minimum size.
array(Struct[]) - Method in class _templates.javolution.io.Struct
Defines the specified array of structs as inner structs.
array(Struct[][]) - Method in class _templates.javolution.io.Struct
Defines the specified two-dimensional array of structs as inner structs.
array(Struct[][][]) - Method in class _templates.javolution.io.Struct
Defines the specified three dimensional array of structs as inner structs.
array(Struct.Member[]) - Method in class _templates.javolution.io.Struct
Defines the specified array member.
array(Struct.Member[][]) - Method in class _templates.javolution.io.Struct
Defines the specified two-dimensional array member.
array(Struct.Member[][][]) - Method in class _templates.javolution.io.Struct
Defines the specified three-dimensional array member.
array(Struct.UTF8String[], int) - Method in class _templates.javolution.io.Struct
Defines the specified array of UTF-8 strings, all strings having the specified length (convenience method).
array() - Method in class _templates.javolution.text.CharArray
Returns the underlying array.
array(int) - Method in class javolution.context.ArrayFactory
Returns an array possibly recycled or preallocated of specified minimum size.
array(S[]) - Method in class javolution.io.Struct
Defines the specified array of structs as inner structs.
array(S[][]) - Method in class javolution.io.Struct
Defines the specified two-dimensional array of structs as inner structs.
array(S[][][]) - Method in class javolution.io.Struct
Defines the specified three dimensional array of structs as inner structs.
array(M[]) - Method in class javolution.io.Struct
Defines the specified array member.
array(M[][]) - Method in class javolution.io.Struct
Defines the specified two-dimensional array member.
array(M[][][]) - Method in class javolution.io.Struct
Defines the specified three-dimensional array member.
array(Struct.UTF8String[], int) - Method in class javolution.io.Struct
Defines the specified array of UTF-8 strings, all strings having the specified length (convenience method).
array() - Method in class javolution.text.CharArray
Returns the underlying array.
ArrayFactory - Class in _templates.javolution.context
This class holds factories to produces arrays of variable length.
ArrayFactory() - Constructor for class _templates.javolution.context.ArrayFactory
Default constructor.
ArrayFactory<T> - Class in javolution.context
This class holds factories to produces arrays of variable length.
ArrayFactory() - Constructor for class javolution.context.ArrayFactory
Default constructor.
ArrayList - Class in _templates.java.util
 
ArrayList() - Constructor for class _templates.java.util.ArrayList
 
ArrayList(int) - Constructor for class _templates.java.util.ArrayList
 
arrayOffset() - Method in class _templates.java.nio.ByteBuffer
 
asin(double) - Static method in class _templates.javolution.lang.MathLib
Returns the arc sine of the specified value, in the range of -pi/2 through pi/2.
asin(double) - Static method in class javolution.lang.MathLib
Returns the arc sine of the specified value, in the range of -pi/2 through pi/2.
assertArrayEquals(Object[], Object[], CharSequence) - Static method in class _templates.javolution.testing.TestContext
Checks the equality of the arrays specified.
assertArrayEquals(Object[], Object[]) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertArrayEquals(expected, actual, null).
assertArrayEquals(boolean[], boolean[], CharSequence) - Static method in class _templates.javolution.testing.TestContext
Checks the equality of both arrays specified.
assertArrayEquals(boolean[], boolean[]) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertArrayEquals(expected, actual, null).
assertArrayEquals(int[], int[], CharSequence) - Static method in class _templates.javolution.testing.TestContext
Checks the equality of both arrays specified.
assertArrayEquals(int[], int[]) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertArrayEquals(expected, value, null).
assertArrayEquals(long[], long[], CharSequence) - Static method in class _templates.javolution.testing.TestContext
Checks the equality of both arrays specified.
assertArrayEquals(long[], long[]) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertArrayEquals(expected, value, null).
assertArrayEquals(double[], double[], double, CharSequence) - Static method in class _templates.javolution.testing.TestContext
Checks the equality of both arrays specified.
assertArrayEquals(double[], double[], double) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertArrayEquals(expected, actual, delta, null).
assertArrayEquals(Object[], Object[], CharSequence) - Static method in class javolution.testing.TestContext
Checks the equality of the arrays specified.
assertArrayEquals(Object[], Object[]) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertArrayEquals(expected, actual, null).
assertArrayEquals(boolean[], boolean[], CharSequence) - Static method in class javolution.testing.TestContext
Checks the equality of both arrays specified.
assertArrayEquals(boolean[], boolean[]) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertArrayEquals(expected, actual, null).
assertArrayEquals(int[], int[], CharSequence) - Static method in class javolution.testing.TestContext
Checks the equality of both arrays specified.
assertArrayEquals(int[], int[]) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertArrayEquals(expected, value, null).
assertArrayEquals(long[], long[], CharSequence) - Static method in class javolution.testing.TestContext
Checks the equality of both arrays specified.
assertArrayEquals(long[], long[]) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertArrayEquals(expected, value, null).
assertArrayEquals(double[], double[], double, CharSequence) - Static method in class javolution.testing.TestContext
Checks the equality of both arrays specified.
assertArrayEquals(double[], double[], double) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertArrayEquals(expected, actual, delta, null).
assertEquals(Object, Object, CharSequence) - Static method in class _templates.javolution.testing.TestContext
Checks the equality of both objects specified.
assertEquals(Object, Object) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertEquals(expected, actual, null).
assertEquals(int, int, CharSequence) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertEquals(new Integer(expected), new Integer(actual), message).
assertEquals(int, int) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertEquals(expected, actual, null).
assertEquals(long, long, CharSequence) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertEquals(new Long(expected), new Long(actual)).
assertEquals(long, long) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertEquals(expected, actual, null).
assertEquals(double, double, CharSequence) - Static method in class _templates.javolution.testing.TestContext
assertEquals(double, double) - Static method in class _templates.javolution.testing.TestContext
Deprecated.
assertEquals(double, double, double, CharSequence) - Static method in class _templates.javolution.testing.TestContext
Asserts that two doubles or floats are equal to within a positive delta.
assertEquals(double, double, double) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertEquals(expected, actual, delta, null).
assertEquals(Object, Object, CharSequence) - Static method in class javolution.testing.TestContext
Checks the equality of both objects specified.
assertEquals(Object, Object) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertEquals(expected, actual, null).
assertEquals(int, int, CharSequence) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertEquals(new Integer(expected), new Integer(actual), message).
assertEquals(int, int) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertEquals(expected, actual, null).
assertEquals(long, long, CharSequence) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertEquals(new Long(expected), new Long(actual)).
assertEquals(long, long) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertEquals(expected, actual, null).
assertEquals(double, double, CharSequence) - Static method in class javolution.testing.TestContext
assertEquals(double, double) - Static method in class javolution.testing.TestContext
Deprecated.
assertEquals(double, double, double, CharSequence) - Static method in class javolution.testing.TestContext
Asserts that two doubles or floats are equal to within a positive delta.
assertEquals(double, double, double) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertEquals(expected, actual, delta, null).
assertException(Class, Runnable, CharSequence) - Static method in class _templates.javolution.testing.TestContext
Checks that the specified logic raises an instance of the specified exception.
assertException(Class, Runnable) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertException(exceptionClass, logic, null).
assertException(Class, Runnable, CharSequence) - Static method in class javolution.testing.TestContext
Checks that the specified logic raises an instance of the specified exception.
assertException(Class, Runnable) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertException(exceptionClass, logic, null).
assertFalse(boolean, CharSequence) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertEquals(false, actual, message).
assertFalse(boolean) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertFalse(actual, null).
assertFalse(boolean, CharSequence) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertEquals(false, actual, message).
assertFalse(boolean) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertFalse(actual, null).
AssertionException - Exception in _templates.javolution.testing
This class represents an exception which might be raised when a testing assertion fails (see TestContext.REGRESSION).
AssertionException() - Constructor for exception _templates.javolution.testing.AssertionException
Creates an assertion exception with no detailed message.
AssertionException(String) - Constructor for exception _templates.javolution.testing.AssertionException
Creates an assertion exception with the specified detailed message.
AssertionException - Exception in javolution.testing
This class represents an exception which might be raised when a testing assertion fails (see TestContext.REGRESSION).
AssertionException() - Constructor for exception javolution.testing.AssertionException
Creates an assertion exception with no detailed message.
AssertionException(String) - Constructor for exception javolution.testing.AssertionException
Creates an assertion exception with the specified detailed message.
assertNotNull(Object, CharSequence) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertTrue(actual != null, message).
assertNotNull(Object) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertNotNull(actual, null).
assertNotNull(Object, CharSequence) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertTrue(actual != null, message).
assertNotNull(Object) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertNotNull(actual, null).
assertNull(Object, CharSequence) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertEquals(null, actual, message).
assertNull(Object) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertNull(actual, null).
assertNull(Object, CharSequence) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertEquals(null, actual, message).
assertNull(Object) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertNull(actual, null).
assertSame(Object, Object, CharSequence) - Static method in class _templates.javolution.testing.TestContext
Checks that both objects specified refer to the same instance.
assertSame(Object, Object) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertSame(expected, actual, null).
assertSame(Object, Object, CharSequence) - Static method in class javolution.testing.TestContext
Checks that both objects specified refer to the same instance.
assertSame(Object, Object) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertSame(expected, actual, null).
assertTrue(boolean, CharSequence) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertEquals(true, actual, message).
assertTrue(boolean) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertTrue(actual, null).
assertTrue(boolean, CharSequence) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertEquals(true, actual, message).
assertTrue(boolean) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertTrue(actual, null).
at(char, CharSequence) - Method in class _templates.javolution.text.Cursor
Indicates if this cursor points to the specified character in the specified character sequence.
at(CharSet, CharSequence) - Method in class _templates.javolution.text.Cursor
Indicates if this cursor points to any of the specified character in the specified character sequence.
at(String, CharSequence) - Method in class _templates.javolution.text.Cursor
Indicates if this cursor points to the specified characters in the specified sequence.
at(char, CharSequence) - Method in class javolution.text.Cursor
Indicates if this cursor points to the specified character in the specified character sequence.
at(CharSet, CharSequence) - Method in class javolution.text.Cursor
Indicates if this cursor points to any of the specified character in the specified character sequence.
at(String, CharSequence) - Method in class javolution.text.Cursor
Indicates if this cursor points to the specified characters in the specified sequence.
atan(double) - Static method in class _templates.javolution.lang.MathLib
Returns the arc tangent of the specified value, in the range of -pi/2 through pi/2.
atan(double) - Static method in class javolution.lang.MathLib
Returns the arc tangent of the specified value, in the range of -pi/2 through pi/2.
atan2(double, double) - Static method in class _templates.javolution.lang.MathLib
Returns the angle theta such that (x == cos(theta)) && (y == sin(theta)).
atan2(double, double) - Static method in class javolution.lang.MathLib
Returns the angle theta such that (x == cos(theta)) && (y == sin(theta)).
atEnd(CharSequence) - Method in class _templates.javolution.text.Cursor
Indicates if this cursor points to the end of the specified character sequence.
atEnd(CharSequence) - Method in class javolution.text.Cursor
Indicates if this cursor points to the end of the specified character sequence.
ATTRIBUTE - Static variable in interface _templates.javolution.xml.stream.XMLStreamConstants
Indicates an event is an attribute.
ATTRIBUTE - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates an event is an attribute.
Attributes - Interface in _templates.javolution.xml.sax
This interface represents a list of XML attributes.
Attributes - Interface in javolution.xml.sax
This interface represents a list of XML attributes.
AUTOMATIC_EMPTY_ELEMENTS - Static variable in class _templates.javolution.xml.stream.XMLOutputFactory
Property indicating if the stream writers are allowed to automatically output empty elements when a start element is immediately followed by matching end element (type: Boolean, default: FALSE).
AUTOMATIC_EMPTY_ELEMENTS - Static variable in class javolution.xml.stream.XMLOutputFactory
Property indicating if the stream writers are allowed to automatically output empty elements when a start element is immediately followed by matching end element (type: Boolean, default: FALSE).
available() - Method in interface _templates.java.io.ObjectInput
 

B

BIG_ENDIAN - Static variable in class _templates.java.nio.ByteOrder
 
bitCount(long) - Static method in class _templates.javolution.lang.MathLib
Returns the number of one-bits in the two's complement binary representation of the specified long value.
bitCount(long) - Static method in class javolution.lang.MathLib
Returns the number of one-bits in the two's complement binary representation of the specified long value.
BitField(int) - Constructor for class _templates.javolution.io.Struct.BitField
 
BitField(int) - Constructor for class javolution.io.Struct.BitField
 
bitIndex() - Method in class _templates.javolution.io.Struct.Member
Holds the bit offset of this member (if any).
bitIndex() - Method in class javolution.io.Struct.Member
Holds the bit offset of this member (if any).
bitLength() - Method in class _templates.javolution.io.Struct.Member
Returns the number of bits in this member.
bitLength(int) - Static method in class _templates.javolution.lang.MathLib
Returns the number of bits in the minimal two's-complement representation of the specified int, excluding a sign bit.
bitLength(long) - Static method in class _templates.javolution.lang.MathLib
Returns the number of bits in the minimal two's-complement representation of the specified long, excluding a sign bit.
bitLength() - Method in class javolution.io.Struct.Member
Returns the number of bits in this member.
bitLength(int) - Static method in class javolution.lang.MathLib
Returns the number of bits in the minimal two's-complement representation of the specified int, excluding a sign bit.
bitLength(long) - Static method in class javolution.lang.MathLib
Returns the number of bits in the minimal two's-complement representation of the specified long, excluding a sign bit.
Bool() - Constructor for class _templates.javolution.io.Struct.Bool
 
Bool(int) - Constructor for class _templates.javolution.io.Struct.Bool
 
Bool() - Constructor for class javolution.io.Struct.Bool
 
Bool(int) - Constructor for class javolution.io.Struct.Bool
 
BOOLEANS_FACTORY - Static variable in class _templates.javolution.context.ArrayFactory
Holds factory for boolean arrays.
BOOLEANS_FACTORY - Static variable in class javolution.context.ArrayFactory
Holds factory for boolean arrays.
Buffer - Class in _templates.java.nio
Clean-room implementation of Buffer to support javolution.util.Struct when java.nio is not available.
BufferUnderflowException - Exception in _templates.java.nio
 
BufferUnderflowException() - Constructor for exception _templates.java.nio.BufferUnderflowException
 
ByteBuffer - Class in _templates.java.nio
Clean-room implementation of ByteBuffer to support javolution.util.Struct when java.nio is not available.
ByteOrder - Class in _templates.java.nio
Clean-room implementation of ByteOrder to support javolution.util.Struct when java.nio is not available.
ByteOrder() - Constructor for class _templates.java.nio.ByteOrder
 
byteOrder() - Method in class _templates.javolution.io.Struct
Returns the byte order for this struct (configurable).
byteOrder() - Method in class javolution.io.Struct
Returns the byte order for this struct (configurable).
BYTES_FACTORY - Static variable in class _templates.javolution.context.ArrayFactory
Holds factory for byte arrays.
BYTES_FACTORY - Static variable in class javolution.context.ArrayFactory
Holds factory for byte arrays.
byteValue() - Method in class _templates.java.lang.Number
 
byteValue() - Method in class _templates.javolution.io.Struct.BitField
 
byteValue() - Method in class javolution.io.Struct.BitField
 

C

capacity() - Method in class _templates.java.nio.Buffer
 
cardinality() - Method in class _templates.javolution.util.FastBitSet
Returns the number of bits set to true (or the size of this set).
cardinality() - Method in class javolution.util.FastBitSet
Returns the number of bits set to true (or the size of this set).
CDATA - Static variable in interface _templates.javolution.xml.stream.XMLStreamConstants
Indicates an event is a CDATA section.
CDATA - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates an event is a CDATA section.
ceil(double) - Static method in class _templates.javolution.lang.MathLib
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
ceil(double) - Static method in class javolution.lang.MathLib
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
characters(char[], int, int) - Method in interface _templates.javolution.xml.sax.ContentHandler
Receives notification of character data.
characters(char[], int, int) - Method in class _templates.javolution.xml.sax.DefaultHandler
 
CHARACTERS - Static variable in interface _templates.javolution.xml.stream.XMLStreamConstants
Indicates an event is characters.
characters(char[], int, int) - Method in interface javolution.xml.sax.ContentHandler
Receives notification of character data.
characters(char[], int, int) - Method in class javolution.xml.sax.DefaultHandler
 
CHARACTERS - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates an event is characters.
CharArray - Class in _templates.javolution.text
This class represents a CharSequence backed up by a char array.
CharArray() - Constructor for class _templates.javolution.text.CharArray
Default constructor (empty character array).
CharArray(int) - Constructor for class _templates.javolution.text.CharArray
Creates a character array of specified default capacity.
CharArray(String) - Constructor for class _templates.javolution.text.CharArray
Creates a character array from the specified String.
CharArray - Class in javolution.text
This class represents a CharSequence backed up by a char array.
CharArray() - Constructor for class javolution.text.CharArray
Default constructor (empty character array).
CharArray(int) - Constructor for class javolution.text.CharArray
Creates a character array of specified default capacity.
CharArray(String) - Constructor for class javolution.text.CharArray
Creates a character array from the specified String.
charAt(int) - Method in interface _templates.java.lang.CharSequence
 
charAt(int) - Method in class _templates.javolution.text.CharArray
 
charAt(int) - Method in class _templates.javolution.text.Text
Returns the character at the specified index.
charAt(int) - Method in class _templates.javolution.text.TextBuilder
Returns the character at the specified index.
charAt(int) - Method in class _templates.javolution.xml.QName
Returns the character at the specified index.
charAt(int) - Method in class javolution.text.CharArray
 
charAt(int) - Method in class javolution.text.Text
Returns the character at the specified index.
charAt(int) - Method in class javolution.text.TextBuilder
Returns the character at the specified index.
charAt(int) - Method in class javolution.xml.QName
Returns the character at the specified index.
CharBuffer - Class in _templates.java.nio
Class provided for the sole purpose of compiling the Readable interface.
CharConversionException - Exception in _templates.java.io
 
CharConversionException() - Constructor for exception _templates.java.io.CharConversionException
 
CharConversionException(String) - Constructor for exception _templates.java.io.CharConversionException
 
CHARS_FACTORY - Static variable in class _templates.javolution.context.ArrayFactory
Holds factory for char arrays.
CHARS_FACTORY - Static variable in class javolution.context.ArrayFactory
Holds factory for char arrays.
CharSequence - Interface in _templates.java.lang
 
CharSequenceReader - Class in _templates.javolution.io
This class allows any CharSequence to be used as a reader.
CharSequenceReader() - Constructor for class _templates.javolution.io.CharSequenceReader
Creates a new character sequence reader for which the character sequence input is not set.
CharSequenceReader - Class in javolution.io
This class allows any CharSequence to be used as a reader.
CharSequenceReader() - Constructor for class javolution.io.CharSequenceReader
Creates a new character sequence reader for which the character sequence input is not set.
CharSet - Class in _templates.javolution.text
This class represents a set of characters.
CharSet - Class in javolution.text
This class represents a set of characters.
CLASS - Static variable in class _templates.javolution.lang.Reflection
Holds the default implementation (configurable).
CLASS - Static variable in class _templates.javolution.xml.stream.XMLInputFactory
Holds the XMLInputFactory implementation (configurable).
CLASS - Static variable in class _templates.javolution.xml.stream.XMLOutputFactory
Holds the XMLOutputFactory implementation (configurable).
CLASS - Static variable in class javolution.lang.Reflection
Holds the default implementation (configurable).
CLASS - Static variable in class javolution.xml.stream.XMLInputFactory
Holds the XMLInputFactory implementation (configurable).
CLASS - Static variable in class javolution.xml.stream.XMLOutputFactory
Holds the XMLOutputFactory implementation (configurable).
ClassInitializer - Class in _templates.javolution.lang
This utility class allows for initialization of all classes at startup to avoid initialization delays at an innapropriate time.
ClassInitializer - Class in javolution.lang
This utility class allows for initialization of all classes at startup to avoid initialization delays at an innapropriate time.
cleanup(Object) - Method in class _templates.javolution.context.ObjectFactory
Cleans-up this factory's objects for future reuse.
cleanup(T) - Method in class javolution.context.ObjectFactory
Cleans-up this factory's objects for future reuse.
clear() - Method in class _templates.java.nio.Buffer
 
clear() - Method in interface _templates.java.util.Collection
 
clear() - Method in interface _templates.java.util.List
 
clear() - Method in interface _templates.java.util.Map
 
clear() - Method in interface _templates.java.util.Set
 
clear() - Method in class _templates.javolution.text.TextBuilder
Removes all the characters of this text builder (equivalent to this.delete(start, this.length())).
clear() - Method in class _templates.javolution.util.FastBitSet
Sets all bits in the set to false (empty the set).
clear(int) - Method in class _templates.javolution.util.FastBitSet
Removes the specified integer value from this set.
clear(int, int) - Method in class _templates.javolution.util.FastBitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to false.
clear() - Method in class _templates.javolution.util.FastCollection
Removes all of the values from this collection (optional operation).
clear() - Method in class _templates.javolution.util.FastList
 
clear() - Method in class _templates.javolution.util.FastMap
Removes all map's entries.
clear() - Method in class _templates.javolution.util.FastSet
 
clear() - Method in class _templates.javolution.util.FastTable
 
clear() - Method in class _templates.javolution.util.LocalMap
Removes all mappings from this map (sets the local values to null).
clear() - Method in class javolution.text.TextBuilder
Removes all the characters of this text builder (equivalent to this.delete(start, this.length())).
clear() - Method in class javolution.util.FastBitSet
Sets all bits in the set to false (empty the set).
clear(int) - Method in class javolution.util.FastBitSet
Removes the specified integer value from this set.
clear(int, int) - Method in class javolution.util.FastBitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to false.
clear() - Method in class javolution.util.FastCollection
Removes all of the values from this collection (optional operation).
clear() - Method in class javolution.util.FastList
 
clear() - Method in class javolution.util.FastMap
Removes all map's entries.
clear() - Method in class javolution.util.FastSet
 
clear() - Method in class javolution.util.FastTable
 
clear() - Method in class javolution.util.LocalMap
Removes all mappings from this map (sets the local values to null).
Cloneable - Interface in _templates.java.lang
 
CloneNotSupportedException - Exception in _templates.java.lang
 
CloneNotSupportedException() - Constructor for exception _templates.java.lang.CloneNotSupportedException
 
CloneNotSupportedException(String) - Constructor for exception _templates.java.lang.CloneNotSupportedException
 
close() - Method in interface _templates.java.io.Closeable
 
close() - Method in interface _templates.java.io.ObjectInput
 
close() - Method in interface _templates.java.io.ObjectOutput
 
close() - Method in class _templates.javolution.io.AppendableWriter
Closes and resets this writer for reuse.
close() - Method in class _templates.javolution.io.CharSequenceReader
Closes and resets this reader for reuse.
close() - Method in class _templates.javolution.io.UTF8ByteBufferReader
Closes and resets this reader for reuse.
close() - Method in class _templates.javolution.io.UTF8ByteBufferWriter
Closes and resets this writer for reuse.
close() - Method in class _templates.javolution.io.UTF8StreamReader
Closes and resets this reader for reuse.
close() - Method in class _templates.javolution.io.UTF8StreamWriter
Closes and resets this writer for reuse.
close() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Frees any resources associated with this Reader.
close() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
close() - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Close this writer and free any resources associated with the writer.
close() - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
close() - Method in class _templates.javolution.xml.XMLObjectReader
Closes this reader and its underlying input then reset this reader for potential reuse.
close() - Method in class _templates.javolution.xml.XMLObjectWriter
Ends document writting, closes this writer and its underlying output then reset this Writer for potential reuse.
close() - Method in class javolution.io.AppendableWriter
Closes and resets this writer for reuse.
close() - Method in class javolution.io.CharSequenceReader
Closes and resets this reader for reuse.
close() - Method in class javolution.io.UTF8ByteBufferReader
Closes and resets this reader for reuse.
close() - Method in class javolution.io.UTF8ByteBufferWriter
Closes and resets this writer for reuse.
close() - Method in class javolution.io.UTF8StreamReader
Closes and resets this reader for reuse.
close() - Method in class javolution.io.UTF8StreamWriter
Closes and resets this writer for reuse.
close() - Method in interface javolution.xml.stream.XMLStreamReader
Frees any resources associated with this Reader.
close() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
close() - Method in interface javolution.xml.stream.XMLStreamWriter
Close this writer and free any resources associated with the writer.
close() - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
close() - Method in class javolution.xml.XMLObjectReader
Closes this reader and its underlying input then reset this reader for potential reuse.
close() - Method in class javolution.xml.XMLObjectWriter
Ends document writting, closes this writer and its underlying output then reset this Writer for potential reuse.
Closeable - Interface in _templates.java.io
 
Collection - Interface in _templates.java.util
 
COMMENT - Static variable in interface _templates.javolution.xml.stream.XMLStreamConstants
Indicates an event is a comment.
COMMENT - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates an event is a comment.
Comparable - Interface in _templates.java.lang
 
Comparator - Interface in _templates.java.util
 
comparator() - Method in interface _templates.java.util.SortedMap
 
comparator() - Method in interface _templates.java.util.SortedSet
 
compare(Object, Object) - Method in interface _templates.java.util.Comparator
 
compare(Object, Object) - Method in class _templates.javolution.util.FastComparator
Compares the specified objects for order.
compare(T, T) - Method in class javolution.util.FastComparator
Compares the specified objects for order.
compareTo(Object) - Method in interface _templates.java.lang.Comparable
 
compareTo(Object) - Method in class _templates.javolution.lang.Enum
Compares the position of two enum from the same enumeration.
compareTo(Object) - Method in class _templates.javolution.text.CharArray
Compares this character array with the specified character sequence lexicographically.
compareTo(Object) - Method in class _templates.javolution.text.Text
Compares this text to another character sequence or string lexicographically.
compareTo(Object) - Method in class _templates.javolution.util.Index
 
compareTo(Object) - Method in class javolution.text.CharArray
Compares this character array with the specified character sequence lexicographically.
compareTo(Object) - Method in class javolution.text.Text
Compares this text to another character sequence or string lexicographically.
compareTo(Index) - Method in class javolution.util.Index
 
concat(Text) - Method in class _templates.javolution.text.Text
Concatenates the specified text to the end of this text.
concat(Text) - Method in class javolution.text.Text
Concatenates the specified text to the end of this text.
ConcurrentContext - Class in _templates.javolution.context
This class represents a context to take advantage of concurrent algorithms on multi-processors systems.
ConcurrentContext() - Constructor for class _templates.javolution.context.ConcurrentContext
Default constructor.
ConcurrentContext - Class in javolution.context
This class represents a context to take advantage of concurrent algorithms on multi-processors systems.
ConcurrentContext() - Constructor for class javolution.context.ConcurrentContext
Default constructor.
ConcurrentException - Exception in _templates.javolution.context
This class encapsulates errors or exceptions raised during the execution of concurrent threads (ConcurrentException are raised upon exit of the ConcurrentContext).
ConcurrentException - Exception in javolution.context
This class encapsulates errors or exceptions raised during the execution of concurrent threads (ConcurrentException are raised upon exit of the ConcurrentContext).
ConcurrentMap - Interface in _templates.java.util.concurrent
 
ConcurrentModificationException - Exception in _templates.java.util
 
ConcurrentModificationException() - Constructor for exception _templates.java.util.ConcurrentModificationException
 
ConcurrentModificationException(String) - Constructor for exception _templates.java.util.ConcurrentModificationException
 
CONFIG - Static variable in class _templates.java.util.logging.Level
 
config(String) - Method in class _templates.java.util.logging.Logger
 
config(String) - Static method in class _templates.javolution.util.StandardLog
Logs a CONFIG message.
config(String) - Static method in class javolution.util.StandardLog
Logs a CONFIG message.
Configurable - Class in _templates.javolution.lang
This class facilitates separation of concerns between the configuration logic and the application code.
Configurable(Object) - Constructor for class _templates.javolution.lang.Configurable
Creates a new configurable having the specified default value.
Configurable<T> - Class in javolution.lang
This class facilitates separation of concerns between the configuration logic and the application code.
Configurable(T) - Constructor for class javolution.lang.Configurable
Creates a new configurable having the specified default value.
configure(Configurable, Object) - Static method in class _templates.javolution.lang.Configurable
Sets the run-time value of the specified configurable.
configure(Configurable<T>, T) - Static method in class javolution.lang.Configurable
Sets the run-time value of the specified configurable.
CONSOLE - Static variable in class _templates.javolution.context.LogContext
Holds a context logging debug/informative/warnings/errors events to the system console (JVM 1.6+).
CONSOLE - Static variable in class _templates.javolution.testing.TestContext
Holds a test context logging test results to the system console.
CONSOLE - Static variable in class javolution.context.LogContext
Holds a context logging debug/informative/warnings/errors events to the system console (JVM 1.6+).
CONSOLE - Static variable in class javolution.testing.TestContext
Holds a test context logging test results to the system console.
constantName() - Method in exception _templates.java.lang.EnumConstantNotPresentException
 
contains(Object) - Method in interface _templates.java.util.Collection
 
contains(Object) - Method in interface _templates.java.util.List
 
contains(Object) - Method in interface _templates.java.util.Set
 
contains(char) - Method in class _templates.javolution.text.CharSet
Indicates if the specified character is contained by this character set.
contains(Object) - Method in class _templates.javolution.util.FastCollection
Indicates if this collection contains the specified value.
contains(Object) - Method in class _templates.javolution.util.FastList
 
contains(Object) - Method in class _templates.javolution.util.FastSet
 
contains(Object) - Method in class _templates.javolution.util.FastTable
 
contains(char) - Method in class javolution.text.CharSet
Indicates if the specified character is contained by this character set.
contains(Object) - Method in class javolution.util.FastCollection
Indicates if this collection contains the specified value.
contains(Object) - Method in class javolution.util.FastList
 
contains(Object) - Method in class javolution.util.FastSet
 
contains(Object) - Method in class javolution.util.FastTable
 
containsAll(Collection) - Method in interface _templates.java.util.Collection
 
containsAll(Collection) - Method in interface _templates.java.util.List
 
containsAll(Collection) - Method in interface _templates.java.util.Set
 
containsAll(Collection) - Method in class _templates.javolution.util.FastCollection
Indicates if this collection contains all of the values of the specified collection.
containsAll(Collection<?>) - Method in class javolution.util.FastCollection
Indicates if this collection contains all of the values of the specified collection.
containsKey(Object) - Method in interface _templates.java.util.Map
 
containsKey(Object) - Method in class _templates.javolution.util.FastMap
Indicates if this map contains a mapping for the specified key.
containsKey(Object) - Method in class _templates.javolution.util.LocalMap
Indicates if this map contains a mapping for the specified key.
containsKey(Object) - Method in class javolution.util.FastMap
Indicates if this map contains a mapping for the specified key.
containsKey(Object) - Method in class javolution.util.LocalMap
Indicates if this map contains a mapping for the specified key.
containsValue(Object) - Method in interface _templates.java.util.Map
 
containsValue(Object) - Method in class _templates.javolution.util.FastMap
Indicates if this map associates one or more keys to the specified value.
containsValue(Object) - Method in class _templates.javolution.util.LocalMap
Indicates if this map associates one or more keys to the specified value.
containsValue(Object) - Method in class javolution.util.FastMap
Indicates if this map associates one or more keys to the specified value.
containsValue(Object) - Method in class javolution.util.LocalMap
Indicates if this map associates one or more keys to the specified value.
contentEquals(CharSequence) - Method in class _templates.javolution.text.Text
Indicates if this text has the same character content as the specified character sequence.
contentEquals(CharSequence) - Method in class _templates.javolution.text.TextBuilder
Indicates if this text builder has the same character content as the specified character sequence.
contentEquals(String) - Method in class _templates.javolution.text.TextBuilder
Equivalent to TextBuilder.contentEquals(CharSequence) (for J2ME compability).
contentEquals(CharSequence) - Method in class javolution.text.Text
Indicates if this text has the same character content as the specified character sequence.
contentEquals(CharSequence) - Method in class javolution.text.TextBuilder
Indicates if this text builder has the same character content as the specified character sequence.
contentEquals(String) - Method in class javolution.text.TextBuilder
Equivalent to TextBuilder.contentEquals(CharSequence) (for J2ME compability).
contentEqualsIgnoreCase(CharSequence) - Method in class _templates.javolution.text.Text
Indicates if this text has the same character contend as the specified character sequence ignoring case considerations.
contentEqualsIgnoreCase(CharSequence) - Method in class javolution.text.Text
Indicates if this text has the same character contend as the specified character sequence ignoring case considerations.
ContentHandler - Interface in _templates.javolution.xml.sax
Receives notification of the logical content of a document.
ContentHandler - Interface in javolution.xml.sax
Receives notification of the logical content of a document.
Context - Class in _templates.javolution.context
This class represents an execution context; they can be associated to particular threads or objects.
Context() - Constructor for class _templates.javolution.context.Context
Default constructor.
Context - Class in javolution.context
This class represents an execution context; they can be associated to particular threads or objects.
Context() - Constructor for class javolution.context.Context
Default constructor.
copy() - Method in interface _templates.javolution.lang.ValueType
Returns a deep copy of this object allocated in the memory area (RTSJ) and/or context (Javolution) of the calling thread (the one making the copy).
copy() - Method in class _templates.javolution.text.Text
 
copy() - Method in interface javolution.lang.ValueType
Returns a deep copy of this object allocated in the memory area (RTSJ) and/or context (Javolution) of the calling thread (the one making the copy).
copy() - Method in class javolution.text.Text
 
cos(double) - Static method in class _templates.javolution.lang.MathLib
Returns the trigonometric cosine of the specified angle in radians.
cos(double) - Static method in class javolution.lang.MathLib
Returns the trigonometric cosine of the specified angle in radians.
cosh(double) - Static method in class _templates.javolution.lang.MathLib
Returns the hyperbolic cosine of x.
cosh(double) - Static method in class javolution.lang.MathLib
Returns the hyperbolic cosine of x.
count() - Method in class _templates.javolution.testing.TestCase
The number of times the test case is exercised (default 1).
count() - Method in class javolution.testing.TestCase
The number of times the test case is exercised (default 1).
create(int) - Method in class _templates.javolution.context.ArrayFactory
Constructs a new array of specified size from this factory (using the new keyword).
create() - Method in class _templates.javolution.context.ObjectFactory
Constructs a new object for this factory (using the new keyword).
create(int) - Method in class javolution.context.ArrayFactory
Constructs a new array of specified size from this factory (using the new keyword).
create() - Method in class javolution.context.ObjectFactory
Constructs a new object for this factory (using the new keyword).
createReference(Object, XMLFormat.InputElement) - Method in class _templates.javolution.xml.XMLReferenceResolver
Creates a reference for the specified object (the identifier being specified by the input XML element).
createReference(Object, XMLFormat.InputElement) - Method in class javolution.xml.XMLReferenceResolver
Creates a reference for the specified object (the identifier being specified by the input XML element).
createXMLStreamReader(Reader) - Method in class _templates.javolution.xml.stream.XMLInputFactory
Returns a XML stream reader for the specified I/O reader.
createXMLStreamReader(InputStream) - Method in class _templates.javolution.xml.stream.XMLInputFactory
Returns a XML stream reader for the specified input stream (encoding autodetected).
createXMLStreamReader(InputStream, String) - Method in class _templates.javolution.xml.stream.XMLInputFactory
Returns a XML stream reader for the specified input stream using the specified encoding.
createXMLStreamReader(Reader) - Method in class javolution.xml.stream.XMLInputFactory
Returns a XML stream reader for the specified I/O reader.
createXMLStreamReader(InputStream) - Method in class javolution.xml.stream.XMLInputFactory
Returns a XML stream reader for the specified input stream (encoding autodetected).
createXMLStreamReader(InputStream, String) - Method in class javolution.xml.stream.XMLInputFactory
Returns a XML stream reader for the specified input stream using the specified encoding.
createXMLStreamWriter(Writer) - Method in class _templates.javolution.xml.stream.XMLOutputFactory
Returns a XML stream writer to the specified i/o writer.
createXMLStreamWriter(OutputStream) - Method in class _templates.javolution.xml.stream.XMLOutputFactory
Returns a XML stream writer to the specified output stream (UTF-8 encoding).
createXMLStreamWriter(OutputStream, String) - Method in class _templates.javolution.xml.stream.XMLOutputFactory
Returns a XML stream writer to the specified output stream using the specified encoding.
createXMLStreamWriter(Writer) - Method in class javolution.xml.stream.XMLOutputFactory
Returns a XML stream writer to the specified i/o writer.
createXMLStreamWriter(OutputStream) - Method in class javolution.xml.stream.XMLOutputFactory
Returns a XML stream writer to the specified output stream (UTF-8 encoding).
createXMLStreamWriter(OutputStream, String) - Method in class javolution.xml.stream.XMLOutputFactory
Returns a XML stream writer to the specified output stream using the specified encoding.
currentAllocator() - Method in class _templates.javolution.context.ObjectFactory
Returns the factory allocator for the current thread (equivalent to AllocatorContext.current().getAllocator(this)).
currentAllocator() - Method in class javolution.context.ObjectFactory
Returns the factory allocator for the current thread (equivalent to AllocatorContext.current().getAllocator(this)).
Cursor - Class in _templates.javolution.text
This class represents a parsing cursor over characters.
Cursor() - Constructor for class _templates.javolution.text.Cursor
Default constructor.
Cursor - Class in javolution.text
This class represents a parsing cursor over characters.
Cursor() - Constructor for class javolution.text.Cursor
Default constructor.

D

DataInput - Interface in _templates.java.io
 
DataOutput - Interface in _templates.java.io
 
deactivate() - Method in class _templates.javolution.context.AllocatorContext
Deactivates the allocators belonging to this context for the current thread.
deactivate() - Method in class _templates.javolution.context.HeapContext
 
deactivate() - Method in class _templates.javolution.context.ImmortalContext
 
deactivate() - Method in class _templates.javolution.context.PoolContext
 
deactivate() - Method in class javolution.context.AllocatorContext
Deactivates the allocators belonging to this context for the current thread.
deactivate() - Method in class javolution.context.HeapContext
 
deactivate() - Method in class javolution.context.ImmortalContext
 
deactivate() - Method in class javolution.context.PoolContext
 
debug(CharSequence) - Static method in class _templates.javolution.context.LogContext
Logs the specified debug message if debug messages are logged.
debug(Object) - Static method in class _templates.javolution.context.LogContext
Equivalent to LogContext.debug(CharSequence) except that formatting is done only if debug is logged.
debug(CharSequence) - Static method in class javolution.context.LogContext
Logs the specified debug message if debug messages are logged.
debug(Object) - Static method in class javolution.context.LogContext
Equivalent to LogContext.debug(CharSequence) except that formatting is done only if debug is logged.
debug(Object...) - Static method in class javolution.context.LogContext
Equivalent to LogContext.debug(CharSequence) except that formatting is done only if debug is logged.
DEFAULT - Static variable in class _templates.javolution.context.AllocatorContext
Holds the default allocator context shared by all newly created threads (the default is a HeapContext instance).
DEFAULT - Static variable in class _templates.javolution.context.ConcurrentContext
Holds the default implementation.
DEFAULT - Static variable in class _templates.javolution.context.LogContext
Holds the logging context default implementation (configurable, default value LogContext.STANDARD).
DEFAULT - Static variable in class _templates.javolution.context.SecurityContext
Holds the default security context implementation (configurable).
DEFAULT - Static variable in class _templates.javolution.context.StackContext
Holds the default implementation.
DEFAULT - Static variable in class _templates.javolution.testing.TestContext
Holds the test context default implementation (the test report is sent to to System.out and test errors are sent to System.err).
DEFAULT - Static variable in class _templates.javolution.testing.TimeContext
Holds the time context default implementation (by default logs average and minimum execution time to System.out).
DEFAULT - Static variable in class _templates.javolution.util.FastComparator
Holds the default object comparator; rehash is performed if the system hash code (platform dependent) is not evenly distributed.
DEFAULT - Static variable in class javolution.context.AllocatorContext
Holds the default allocator context shared by all newly created threads (the default is a HeapContext instance).
DEFAULT - Static variable in class javolution.context.ConcurrentContext
Holds the default implementation.
DEFAULT - Static variable in class javolution.context.LogContext
Holds the logging context default implementation (configurable, default value LogContext.STANDARD).
DEFAULT - Static variable in class javolution.context.SecurityContext
Holds the default security context implementation (configurable).
DEFAULT - Static variable in class javolution.context.StackContext
Holds the default implementation.
DEFAULT - Static variable in class javolution.testing.TestContext
Holds the test context default implementation (the test report is sent to to System.out and test errors are sent to System.err).
DEFAULT - Static variable in class javolution.testing.TimeContext
Holds the time context default implementation (by default logs average and minimum execution time to System.out).
DEFAULT - Static variable in class javolution.util.FastComparator
Holds the default object comparator; rehash is performed if the system hash code (platform dependent) is not evenly distributed.
DefaultHandler - Class in _templates.javolution.xml.sax
Default base class for real-time handling of XML events.
DefaultHandler() - Constructor for class _templates.javolution.xml.sax.DefaultHandler
 
DefaultHandler - Class in javolution.xml.sax
Default base class for real-time handling of XML events.
DefaultHandler() - Constructor for class javolution.xml.sax.DefaultHandler
 
defaultReadObject() - Method in class _templates.java.io.ObjectInputStream
 
defaultWriteObject() - Method in class _templates.java.io.ObjectOutputStream
 
delete(int, int) - Method in class _templates.javolution.text.Text
Returns the text without the characters between the specified indexes.
delete(int, int) - Method in class _templates.javolution.text.TextBuilder
Removes the characters between the specified indices.
delete(FastCollection.Record) - Method in class _templates.javolution.util.FastBitSet
 
delete(FastCollection.Record) - Method in class _templates.javolution.util.FastCollection
Deletes the specified record from this collection.
delete(FastCollection.Record) - Method in class _templates.javolution.util.FastList
 
delete(FastCollection.Record) - Method in class _templates.javolution.util.FastSet
 
delete(FastCollection.Record) - Method in class _templates.javolution.util.FastTable
 
delete(int, int) - Method in class javolution.text.Text
Returns the text without the characters between the specified indexes.
delete(int, int) - Method in class javolution.text.TextBuilder
Removes the characters between the specified indices.
delete(FastCollection.Record) - Method in class javolution.util.FastBitSet
 
delete(FastCollection.Record) - Method in class javolution.util.FastCollection
Deletes the specified record from this collection.
delete(FastCollection.Record) - Method in class javolution.util.FastList
 
delete(FastCollection.Record) - Method in class javolution.util.FastSet
 
delete(FastCollection.Record) - Method in class javolution.util.FastTable
 
digitLength(int) - Static method in class _templates.javolution.lang.MathLib
Returns the number of digits of the decimal representation of the specified int value, excluding the sign character if any.
digitLength(long) - Static method in class _templates.javolution.lang.MathLib
Returns the number of digits of the decimal representation of the the specified long, excluding the sign character if any.
digitLength(int) - Static method in class javolution.lang.MathLib
Returns the number of digits of the decimal representation of the specified int value, excluding the sign character if any.
digitLength(long) - Static method in class javolution.lang.MathLib
Returns the number of digits of the decimal representation of the the specified long, excluding the sign character if any.
DIRECT - Static variable in class _templates.javolution.util.FastComparator
Holds the direct object comparator; no rehash is performed.
DIRECT - Static variable in class javolution.util.FastComparator
Holds the direct object comparator; no rehash is performed.
doAssert(boolean, CharSequence) - Method in class _templates.javolution.testing.JUnitContext
 
doAssert(boolean, CharSequence) - Method in class _templates.javolution.testing.TestContext
Asserts the specified value is true.
doAssert(boolean, CharSequence) - Method in class javolution.testing.JUnitContext
 
doAssert(boolean, CharSequence) - Method in class javolution.testing.TestContext
Asserts the specified value is true.
doCleanup() - Method in class _templates.javolution.context.ObjectFactory
Indicates if this factory requires cleanup.
doCleanup() - Method in class javolution.context.ObjectFactory
Indicates if this factory requires cleanup.
doRun(TestSuite) - Method in class _templates.javolution.testing.JUnitContext
 
doRun(TestCase) - Method in class _templates.javolution.testing.JUnitContext
 
doRun(TestSuite) - Method in class _templates.javolution.testing.TestContext
Executes the specified test suite and logs the results.
doRun(TestCase) - Method in class _templates.javolution.testing.TestContext
Executes the specified test case and logs the results.
doRun(TestCase) - Method in class _templates.javolution.testing.TimeContext
Benchmarks the specified test case and logs the results.
doRun(TestSuite) - Method in class javolution.testing.JUnitContext
 
doRun(TestCase) - Method in class javolution.testing.JUnitContext
 
doRun(TestSuite) - Method in class javolution.testing.TestContext
Executes the specified test suite and logs the results.
doRun(TestCase) - Method in class javolution.testing.TestContext
Executes the specified test case and logs the results.
doRun(TestCase) - Method in class javolution.testing.TimeContext
Benchmarks the specified test case and logs the results.
DOUBLES_FACTORY - Static variable in class _templates.javolution.context.ArrayFactory
Holds factory for double arrays.
DOUBLES_FACTORY - Static variable in class javolution.context.ArrayFactory
Holds factory for double arrays.
doubleValue() - Method in class _templates.java.lang.Number
 
doubleValue() - Method in class _templates.javolution.util.Index
Returns the index value as int.
doubleValue() - Method in class javolution.util.Index
Returns the index value as int.
DTD - Static variable in interface _templates.javolution.xml.stream.XMLStreamConstants
Indicates an event is a DTD.
DTD - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates an event is a DTD.
DuplicateFormatFlagsException - Exception in _templates.java.util
 
DuplicateFormatFlagsException(String) - Constructor for exception _templates.java.util.DuplicateFormatFlagsException
 

E

E - Static variable in class _templates.javolution.lang.MathLib
The natural logarithm.
E - Static variable in class javolution.lang.MathLib
The natural logarithm.
element() - Method in interface _templates.java.util.Queue
 
EMPTY - Static variable in class _templates.javolution.text.CharSet
Represents an empty character set.
EMPTY - Static variable in class _templates.javolution.text.Text
Holds an empty character sequence.
EMPTY - Static variable in class javolution.text.CharSet
Represents an empty character set.
EMPTY - Static variable in class javolution.text.Text
Holds an empty character sequence.
END_DOCUMENT - Static variable in interface _templates.javolution.xml.stream.XMLStreamConstants
Indicates an event is an end document.
END_DOCUMENT - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates an event is an end document.
END_ELEMENT - Static variable in interface _templates.javolution.xml.stream.XMLStreamConstants
Indicates an event is an end element.
END_ELEMENT - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates an event is an end element.
endDocument() - Method in interface _templates.javolution.xml.sax.ContentHandler
Receives notification of the end of a document.
endDocument() - Method in class _templates.javolution.xml.sax.DefaultHandler
 
endDocument() - Method in interface javolution.xml.sax.ContentHandler
Receives notification of the end of a document.
endDocument() - Method in class javolution.xml.sax.DefaultHandler
 
endElement(CharArray, CharArray, CharArray) - Method in interface _templates.javolution.xml.sax.ContentHandler
Receives notification of the end of an element.
endElement(CharArray, CharArray, CharArray) - Method in class _templates.javolution.xml.sax.DefaultHandler
 
endElement(CharArray, CharArray, CharArray) - Method in interface javolution.xml.sax.ContentHandler
Receives notification of the end of an element.
endElement(CharArray, CharArray, CharArray) - Method in class javolution.xml.sax.DefaultHandler
 
endPrefixMapping(CharArray) - Method in interface _templates.javolution.xml.sax.ContentHandler
Ends the scope of a prefix-URI mapping.
endPrefixMapping(CharArray) - Method in class _templates.javolution.xml.sax.DefaultHandler
 
endPrefixMapping(CharArray) - Method in interface javolution.xml.sax.ContentHandler
Ends the scope of a prefix-URI mapping.
endPrefixMapping(CharArray) - Method in class javolution.xml.sax.DefaultHandler
 
endsWith(CharSequence) - Method in class _templates.javolution.text.Text
Indicates if this text ends with the specified suffix.
endsWith(CharSequence) - Method in class javolution.text.Text
Indicates if this text ends with the specified suffix.
enter() - Static method in class _templates.javolution.context.ConcurrentContext
Enters a concurrent context (instance of ConcurrentContext.DEFAULT).
enter(boolean) - Static method in class _templates.javolution.context.ConcurrentContext
Enters a concurrent context only if the specified condition is verified.
enter(Context) - Static method in class _templates.javolution.context.Context
Enters the specified context.
enter(Class) - Static method in class _templates.javolution.context.Context
Enters a context of specified type, this context is factory produced and automatically recycled upon exit.
enter() - Static method in class _templates.javolution.context.HeapContext
Enters a heap context.
enter() - Static method in class _templates.javolution.context.ImmortalContext
Enters an immortal memory context.
enter() - Static method in class _templates.javolution.context.LocalContext
Enters a LocalContext possibly recycled.
enter() - Static method in class _templates.javolution.context.PoolContext
Enters a pool context.
enter() - Static method in class _templates.javolution.context.StackContext
Enters the StackContext.DEFAULT stack context.
enter(boolean) - Static method in class _templates.javolution.context.StackContext
Enters a stack context only if the specified condition is verified.
enter() - Static method in class _templates.javolution.testing.JUnitContext
Enters a JUnit test context.
enter() - Static method in class _templates.javolution.testing.TestContext
Enters the TestContext.DEFAULT test context.
enter() - Static method in class _templates.javolution.testing.TimeContext
Enters the TimeContext.DEFAULT time context.
enter() - Static method in class javolution.context.ConcurrentContext
Enters a concurrent context (instance of ConcurrentContext.DEFAULT).
enter(boolean) - Static method in class javolution.context.ConcurrentContext
Enters a concurrent context only if the specified condition is verified.
enter(Context) - Static method in class javolution.context.Context
Enters the specified context.
enter(Class<? extends Context>) - Static method in class javolution.context.Context
Enters a context of specified type, this context is factory produced and automatically recycled upon exit.
enter() - Static method in class javolution.context.HeapContext
Enters a heap context.
enter() - Static method in class javolution.context.ImmortalContext
Enters an immortal memory context.
enter() - Static method in class javolution.context.LocalContext
Enters a LocalContext possibly recycled.
enter() - Static method in class javolution.context.PoolContext
Enters a pool context.
enter() - Static method in class javolution.context.StackContext
Enters the StackContext.DEFAULT stack context.
enter(boolean) - Static method in class javolution.context.StackContext
Enters a stack context only if the specified condition is verified.
enter() - Static method in class javolution.testing.JUnitContext
Enters a JUnit test context.
enter() - Static method in class javolution.testing.TestContext
Enters the TestContext.DEFAULT test context.
enter() - Static method in class javolution.testing.TimeContext
Enters the TimeContext.DEFAULT time context.
enterAction() - Method in class _templates.javolution.context.Context
The action to be performed after this context becomes the current context.
enterAction() - Method in class _templates.javolution.context.HeapContext
 
enterAction() - Method in class _templates.javolution.context.ImmortalContext
 
enterAction() - Method in class _templates.javolution.context.LocalContext
 
enterAction() - Method in class _templates.javolution.context.LogContext
 
enterAction() - Method in class _templates.javolution.context.PersistentContext
Throws UnsupportedOperationException persistent context are global to all threads (singleton).
enterAction() - Method in class _templates.javolution.context.PoolContext
 
enterAction() - Method in class _templates.javolution.context.SecurityContext
 
enterAction() - Method in class javolution.context.Context
The action to be performed after this context becomes the current context.
enterAction() - Method in class javolution.context.HeapContext
 
enterAction() - Method in class javolution.context.ImmortalContext
 
enterAction() - Method in class javolution.context.LocalContext
 
enterAction() - Method in class javolution.context.LogContext
 
enterAction() - Method in class javolution.context.PersistentContext
Throws UnsupportedOperationException persistent context are global to all threads (singleton).
enterAction() - Method in class javolution.context.PoolContext
 
enterAction() - Method in class javolution.context.SecurityContext
 
entering(String, String) - Method in class _templates.java.util.logging.Logger
 
entering(String, String) - Static method in class _templates.javolution.util.StandardLog
Log a method entry.
entering(String, String) - Static method in class javolution.util.StandardLog
Log a method entry.
ENTITIES - Static variable in class _templates.javolution.xml.stream.XMLInputFactory
Property used to specify additional entities to be recognized by the readers (type: java.util.Map, default: null).
ENTITIES - Static variable in class javolution.xml.stream.XMLInputFactory
Property used to specify additional entities to be recognized by the readers (type: java.util.Map, default: null).
ENTITY_DECLARATION - Static variable in interface _templates.javolution.xml.stream.XMLStreamConstants
Indicates a Entity Declaration.
ENTITY_DECLARATION - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates a Entity Declaration.
ENTITY_REFERENCE - Static variable in interface _templates.javolution.xml.stream.XMLStreamConstants
Indicates an event is an entity reference.
ENTITY_REFERENCE - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates an event is an entity reference.
entries() - Method in class _templates.java.util.zip.ZipFile
 
Entry() - Constructor for class _templates.javolution.util.FastMap.Entry
Default constructor.
Entry() - Constructor for class javolution.util.FastMap.Entry
Default constructor.
entrySet() - Method in interface _templates.java.util.Map
 
entrySet() - Method in class _templates.javolution.util.FastMap
Returns a FastCollection view of the mappings contained in this map.
entrySet() - Method in class _templates.javolution.util.LocalMap
Returns a FastCollection view of the mappings contained in this map.
entrySet() - Method in class javolution.util.FastMap
Returns a FastCollection view of the mappings contained in this map.
entrySet() - Method in class javolution.util.LocalMap
Returns a FastCollection view of the mappings contained in this map.
Enum - Class in _templates.javolution.lang
This class is equivalent to java.lang.Enum and is moved (refactored) to the java.lang system package for applications targetting the J2SE 5.0+ run-time.
Enum(String, int) - Constructor for class _templates.javolution.lang.Enum
Enum's base constructor.
Enum16(Enum[]) - Constructor for class _templates.javolution.io.Struct.Enum16
 
Enum16(Enum[], int) - Constructor for class _templates.javolution.io.Struct.Enum16
 
Enum16(Enum[]) - Constructor for class javolution.io.Struct.Enum16
 
Enum16(Enum[], int) - Constructor for class javolution.io.Struct.Enum16
 
Enum32(Enum[]) - Constructor for class _templates.javolution.io.Struct.Enum32
 
Enum32(Enum[], int) - Constructor for class _templates.javolution.io.Struct.Enum32
 
Enum32(Enum[]) - Constructor for class javolution.io.Struct.Enum32
 
Enum32(Enum[], int) - Constructor for class javolution.io.Struct.Enum32
 
Enum64(Enum[]) - Constructor for class _templates.javolution.io.Struct.Enum64
 
Enum64(Enum[], int) - Constructor for class _templates.javolution.io.Struct.Enum64
 
Enum64(Enum[]) - Constructor for class javolution.io.Struct.Enum64
 
Enum64(Enum[], int) - Constructor for class javolution.io.Struct.Enum64
 
Enum8(Enum[]) - Constructor for class _templates.javolution.io.Struct.Enum8
 
Enum8(Enum[], int) - Constructor for class _templates.javolution.io.Struct.Enum8
 
Enum8(Enum[]) - Constructor for class javolution.io.Struct.Enum8
 
Enum8(Enum[], int) - Constructor for class javolution.io.Struct.Enum8
 
EnumConstantNotPresentException - Exception in _templates.java.lang
 
EnumConstantNotPresentException(Class, String) - Constructor for exception _templates.java.lang.EnumConstantNotPresentException
 
enumType() - Method in exception _templates.java.lang.EnumConstantNotPresentException
 
ENVELOPE_PREFIX - Static variable in class _templates.javolution.xml.ws.WebServiceClient
Holds standard SOAP envelope prefix.
ENVELOPE_PREFIX - Static variable in class javolution.xml.ws.WebServiceClient
Holds standard SOAP envelope prefix.
ENVELOPE_URI - Static variable in class _templates.javolution.xml.ws.WebServiceClient
Holds standard SOAP envelope namespace.
ENVELOPE_URI - Static variable in class javolution.xml.ws.WebServiceClient
Holds standard SOAP envelope namespace.
eof - Variable in exception _templates.java.io.OptionalDataException
 
equals(Object) - Method in interface _templates.java.util.Collection
 
equals(Object) - Method in interface _templates.java.util.Comparator
 
equals(Object) - Method in interface _templates.java.util.List
 
equals(Object) - Method in interface _templates.java.util.Map.Entry
 
equals(Object) - Method in interface _templates.java.util.Map
 
equals(Object) - Method in interface _templates.java.util.Set
 
equals(Object) - Method in class _templates.javolution.lang.Enum
Indicates if two enums are equals.
equals(Object) - Method in class _templates.javolution.text.CharArray
Compares this character sequence against the specified object (String or CharSequence).
equals(CharArray) - Method in class _templates.javolution.text.CharArray
Compares this character array against the specified CharArray.
equals(String) - Method in class _templates.javolution.text.CharArray
Compares this character array against the specified String.
equals(Object) - Method in class _templates.javolution.text.Cursor
Indicates if this cursor is equals to the specified object.
equals(Object) - Method in class _templates.javolution.text.Text
Compares this text against the specified object for equality.
equals(Object) - Method in class _templates.javolution.text.TextBuilder
Compares this text builder against the specified object for equality.
equals(Object) - Method in class _templates.javolution.util.FastBitSet
 
equals(Object) - Method in class _templates.javolution.util.FastCollection
Compares the specified object with this collection for equality.
equals(Object) - Method in class _templates.javolution.util.FastMap.Entry
Indicates if this entry is considered equals to the specified entry (using default value and key equality comparator to ensure symetry).
equals(Object) - Method in class _templates.javolution.util.FastMap
Compares the specified object with this map for equality.
equals(Object) - Method in class _templates.javolution.util.Index
Indicates if this index is equals to the one specified (unicity ensures that this method is equivalent to ==).
equals(Object) - Method in class _templates.javolution.xml.QName
Instances of this class are unique; object's equality can be replaced object identity (==).
equals(Object) - Method in class javolution.text.CharArray
Compares this character sequence against the specified object (String or CharSequence).
equals(CharArray) - Method in class javolution.text.CharArray
Compares this character array against the specified CharArray.
equals(String) - Method in class javolution.text.CharArray
Compares this character array against the specified String.
equals(Object) - Method in class javolution.text.Cursor
Indicates if this cursor is equals to the specified object.
equals(Object) - Method in class javolution.text.Text
Compares this text against the specified object for equality.
equals(Object) - Method in class javolution.text.TextBuilder
Compares this text builder against the specified object for equality.
equals(Object) - Method in class javolution.util.FastBitSet
 
equals(Object) - Method in class javolution.util.FastCollection
Compares the specified object with this collection for equality.
equals(Object) - Method in class javolution.util.FastMap.Entry
Indicates if this entry is considered equals to the specified entry (using default value and key equality comparator to ensure symetry).
equals(Object) - Method in class javolution.util.FastMap
Compares the specified object with this map for equality.
equals(Object) - Method in class javolution.util.Index
Indicates if this index is equals to the one specified (unicity ensures that this method is equivalent to ==).
equals(Object) - Method in class javolution.xml.QName
Instances of this class are unique; object's equality can be replaced object identity (==).
error(Throwable) - Static method in class _templates.javolution.context.LogContext
Logs the specified error to the current logging context.
error(Throwable, CharSequence) - Static method in class _templates.javolution.context.LogContext
Logs the specified error and error message to the current logging context.
error(Throwable, Object) - Static method in class _templates.javolution.context.LogContext
Equivalent to LogContext.error(Throwable, CharSequence) except that formatting is done only if error is logged.
error(CharSequence) - Static method in class _templates.javolution.context.LogContext
Logs the specified error message to the current logging context.
error(Object) - Static method in class _templates.javolution.context.LogContext
Equivalent to LogContext.error(CharSequence) except that formatting is done only if error is logged.
error(SAXParseException) - Method in class _templates.javolution.xml.sax.DefaultHandler
Receives notification of recoverable parser error.
error(Throwable) - Static method in class javolution.context.LogContext
Logs the specified error to the current logging context.
error(Throwable, CharSequence) - Static method in class javolution.context.LogContext
Logs the specified error and error message to the current logging context.
error(Throwable, Object) - Static method in class javolution.context.LogContext
Equivalent to LogContext.error(Throwable, CharSequence) except that formatting is done only if error is logged.
error(Throwable, Object...) - Static method in class javolution.context.LogContext
Equivalent to LogContext.error(Throwable, CharSequence) except that formatting is done only if error is logged.
error(CharSequence) - Static method in class javolution.context.LogContext
Logs the specified error message to the current logging context.
error(Object) - Static method in class javolution.context.LogContext
Equivalent to LogContext.error(CharSequence) except that formatting is done only if error is logged.
error(Object...) - Static method in class javolution.context.LogContext
Equivalent to LogContext.error(CharSequence) except that formatting is done only if error is logged.
error(SAXParseException) - Method in class javolution.xml.sax.DefaultHandler
Receives notification of recoverable parser error.
EventListener - Interface in _templates.java.util
 
execute(Runnable) - Static method in class _templates.javolution.context.ConcurrentContext
Executes the specified logic by a concurrent thread if one available; otherwise the logic is executed by the current thread.
execute() - Method in class _templates.javolution.testing.TestCase
Executes this test case (possibly multiple times in which case the TestCase.count() method should be overriden).
execute(Runnable) - Static method in class javolution.context.ConcurrentContext
Executes the specified logic by a concurrent thread if one available; otherwise the logic is executed by the current thread.
execute(Runnable...) - Static method in class javolution.context.ConcurrentContext
Executes the specified logics concurrently.
execute() - Method in class javolution.testing.TestCase
Executes this test case (possibly multiple times in which case the TestCase.count() method should be overriden).
executeAction(Runnable) - Method in class _templates.javolution.context.ConcurrentContext
Executes the specified logic concurrently if possible.
executeAction(Runnable) - Method in class javolution.context.ConcurrentContext
Executes the specified logic concurrently if possible.
executeInArea(Runnable) - Method in class _templates.javax.realtime.MemoryArea
 
executeInArea(Runnable) - Method in class javax.realtime.MemoryArea
 
exists() - Method in class _templates.java.io.File
 
exit() - Static method in class _templates.javolution.context.ConcurrentContext
Exits the current concurrent context.
exit(boolean) - Static method in class _templates.javolution.context.ConcurrentContext
Exits a concurrent context only if the specified condition is verified.
exit(Context) - Static method in class _templates.javolution.context.Context
Exits the specified context.
exit(Class) - Static method in class _templates.javolution.context.Context
Exits the current context (the outer context becomes the current context).
exit() - Static method in class _templates.javolution.context.HeapContext
Exits the current heap context.
exit() - Static method in class _templates.javolution.context.ImmortalContext
Exits the current immortal memory context.
exit() - Static method in class _templates.javolution.context.LocalContext
Exits the current local context.
exit() - Static method in class _templates.javolution.context.PoolContext
Exits the current pool context.
exit() - Static method in class _templates.javolution.context.StackContext
Exits the current stack context.
exit(boolean) - Static method in class _templates.javolution.context.StackContext
Exits a stack context only if the specified condition is verified.
exit() - Static method in class _templates.javolution.testing.JUnitContext
Exits the current JUnit test context.
exit() - Static method in class _templates.javolution.testing.TestContext
Exits the current test context.
exit() - Static method in class _templates.javolution.testing.TimeContext
Exits the current time context.
exit() - Static method in class javolution.context.ConcurrentContext
Exits the current concurrent context.
exit(boolean) - Static method in class javolution.context.ConcurrentContext
Exits a concurrent context only if the specified condition is verified.
exit(Context) - Static method in class javolution.context.Context
Exits the specified context.
exit(Class<? extends Context>) - Static method in class javolution.context.Context
Exits the current context (the outer context becomes the current context).
exit() - Static method in class javolution.context.HeapContext
Exits the current heap context.
exit() - Static method in class javolution.context.ImmortalContext
Exits the current immortal memory context.
exit() - Static method in class javolution.context.LocalContext
Exits the current local context.
exit() - Static method in class javolution.context.PoolContext
Exits the current pool context.
exit() - Static method in class javolution.context.StackContext
Exits the current stack context.
exit(boolean) - Static method in class javolution.context.StackContext
Exits a stack context only if the specified condition is verified.
exit() - Static method in class javolution.testing.JUnitContext
Exits the current JUnit test context.
exit() - Static method in class javolution.testing.TestContext
Exits the current test context.
exit() - Static method in class javolution.testing.TimeContext
Exits the current time context.
exitAction() - Method in class _templates.javolution.context.Context
The action to be performed before this context is no more the current context.
exitAction() - Method in class _templates.javolution.context.HeapContext
 
exitAction() - Method in class _templates.javolution.context.ImmortalContext
 
exitAction() - Method in class _templates.javolution.context.LocalContext
 
exitAction() - Method in class _templates.javolution.context.LogContext
 
exitAction() - Method in class _templates.javolution.context.PersistentContext
Throws UnsupportedOperationException persistent context are global to all threads (singleton).
exitAction() - Method in class _templates.javolution.context.PoolContext
 
exitAction() - Method in class _templates.javolution.context.SecurityContext
 
exitAction() - Method in class javolution.context.Context
The action to be performed before this context is no more the current context.
exitAction() - Method in class javolution.context.HeapContext
 
exitAction() - Method in class javolution.context.ImmortalContext
 
exitAction() - Method in class javolution.context.LocalContext
 
exitAction() - Method in class javolution.context.LogContext
 
exitAction() - Method in class javolution.context.PersistentContext
Throws UnsupportedOperationException persistent context are global to all threads (singleton).
exitAction() - Method in class javolution.context.PoolContext
 
exitAction() - Method in class javolution.context.SecurityContext
 
exiting(String, String) - Method in class _templates.java.util.logging.Logger
 
exiting(String, String) - Static method in class _templates.javolution.util.StandardLog
Log a method return.
exiting(String, String) - Static method in class javolution.util.StandardLog
Log a method return.
exp(double) - Static method in class _templates.javolution.lang.MathLib
Returns e raised to the specified power.
exp(double) - Static method in class javolution.lang.MathLib
Returns e raised to the specified power.

F

fail(CharSequence) - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to assertTrue(false, message).
fail() - Static method in class _templates.javolution.testing.TestContext
Convenience method equivalent to fail(null).
fail(CharSequence) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertTrue(false, message).
fail() - Static method in class javolution.testing.TestContext
Convenience method equivalent to fail(null).
FastBitSet - Class in _templates.javolution.util
This class represents either a table of bits or a set of non-negative numbers.
FastBitSet() - Constructor for class _templates.javolution.util.FastBitSet
Creates a bit set of small initial capacity.
FastBitSet(int) - Constructor for class _templates.javolution.util.FastBitSet
Creates a bit set of specified initial capacity (in bits).
FastBitSet - Class in javolution.util
This class represents either a table of bits or a set of non-negative numbers.
FastBitSet() - Constructor for class javolution.util.FastBitSet
Creates a bit set of small initial capacity.
FastBitSet(int) - Constructor for class javolution.util.FastBitSet
Creates a bit set of specified initial capacity (in bits).
FastCollection - Class in _templates.javolution.util
This class represents collections which can quickly be iterated over (forward or backward) and which an be made thread-safe and/or unmodifiable.
FastCollection() - Constructor for class _templates.javolution.util.FastCollection
Default constructor.
FastCollection<E> - Class in javolution.util
This class represents collections which can quickly be iterated over (forward or backward) and which an be made thread-safe and/or unmodifiable.
FastCollection() - Constructor for class javolution.util.FastCollection
Default constructor.
FastCollection.Record - Interface in _templates.javolution.util
This interface represents the collection records which can directly be iterated over.
FastCollection.Record - Interface in javolution.util
This interface represents the collection records which can directly be iterated over.
FastComparator - Class in _templates.javolution.util
This class represents a comparator to be used for equality as well as for ordering; instances of this class provide a hashcode function consistent with equal (if two objects are equal, they have the same hashcode), equality with null values is supported.
FastComparator() - Constructor for class _templates.javolution.util.FastComparator
 
FastComparator<T> - Class in javolution.util
This class represents a comparator to be used for equality as well as for ordering; instances of this class provide a hashcode function consistent with equal (if two objects are equal, they have the same hashcode), equality with null values is supported.
FastComparator() - Constructor for class javolution.util.FastComparator
 
FastList - Class in _templates.javolution.util
This class represents a linked list with real-time behavior; smooth capacity increase and no memory allocation as long as the list size does not exceed its initial capacity.
FastList() - Constructor for class _templates.javolution.util.FastList
Creates a list of small initial capacity.
FastList(String) - Constructor for class _templates.javolution.util.FastList
Creates a persistent list associated to the specified unique identifier (convenience method).
FastList(int) - Constructor for class _templates.javolution.util.FastList
Creates a list of specified initial capacity; unless the list size reaches the specified capacity, operations on this list will not allocate memory (no lazy object creation).
FastList(Collection) - Constructor for class _templates.javolution.util.FastList
Creates a list containing the specified values, in the order they are returned by the collection's iterator.
FastList<E> - Class in javolution.util
This class represents a linked list with real-time behavior; smooth capacity increase and no memory allocation as long as the list size does not exceed its initial capacity.
FastList() - Constructor for class javolution.util.FastList
Creates a list of small initial capacity.
FastList(String) - Constructor for class javolution.util.FastList
Creates a persistent list associated to the specified unique identifier (convenience method).
FastList(int) - Constructor for class javolution.util.FastList
Creates a list of specified initial capacity; unless the list size reaches the specified capacity, operations on this list will not allocate memory (no lazy object creation).
FastList(Collection<? extends E>) - Constructor for class javolution.util.FastList
Creates a list containing the specified values, in the order they are returned by the collection's iterator.
FastList.Node - Class in _templates.javolution.util
This class represents a FastList node; it allows for direct iteration over the list values.
FastList.Node<E> - Class in javolution.util
This class represents a FastList node; it allows for direct iteration over the list values.
FastMap - Class in _templates.javolution.util
This class represents a hash map with real-time behavior; smooth capacity increase and thread-safe without external synchronization when shared.
FastMap() - Constructor for class _templates.javolution.util.FastMap
Creates a map whose capacity increment smoothly without large resize operations.
FastMap(String) - Constructor for class _templates.javolution.util.FastMap
Creates a persistent map associated to the specified unique identifier (convenience method).
FastMap(int) - Constructor for class _templates.javolution.util.FastMap
Creates a map of specified maximum size (a full resize may occur if the specififed capacity is exceeded).
FastMap(Map) - Constructor for class _templates.javolution.util.FastMap
Creates a map containing the specified entries, in the order they are returned by the map iterator.
FastMap<K,V> - Class in javolution.util
This class represents a hash map with real-time behavior; smooth capacity increase and thread-safe without external synchronization when shared.
FastMap() - Constructor for class javolution.util.FastMap
Creates a map whose capacity increment smoothly without large resize operations.
FastMap(String) - Constructor for class javolution.util.FastMap
Creates a persistent map associated to the specified unique identifier (convenience method).
FastMap(int) - Constructor for class javolution.util.FastMap
Creates a map of specified maximum size (a full resize may occur if the specififed capacity is exceeded).
FastMap(Map<? extends K, ? extends V>) - Constructor for class javolution.util.FastMap
Creates a map containing the specified entries, in the order they are returned by the map iterator.
FastMap.Entry - Class in _templates.javolution.util
This class represents a FastMap entry.
FastMap.Entry<K,V> - Class in javolution.util
This class represents a FastMap entry.
FastSet - Class in _templates.javolution.util
This class represents a set collection backed by a FastMap; smooth capacity increase and no rehashing ever performed.
FastSet() - Constructor for class _templates.javolution.util.FastSet
Creates a set of small initial capacity.
FastSet(String) - Constructor for class _templates.javolution.util.FastSet
Creates a persistent set associated to the specified unique identifier (convenience method).
FastSet(int) - Constructor for class _templates.javolution.util.FastSet
Creates a set of specified initial capacity; unless the set size reaches the specified capacity, operations on this set will not allocate memory (no lazy object creation).
FastSet(Set) - Constructor for class _templates.javolution.util.FastSet
Creates a set containing the specified elements, in the order they are returned by the set iterator.
FastSet<E> - Class in javolution.util
This class represents a set collection backed by a FastMap; smooth capacity increase and no rehashing ever performed.
FastSet() - Constructor for class javolution.util.FastSet
Creates a set of small initial capacity.
FastSet(String) - Constructor for class javolution.util.FastSet
Creates a persistent set associated to the specified unique identifier (convenience method).
FastSet(int) - Constructor for class javolution.util.FastSet
Creates a set of specified initial capacity; unless the set size reaches the specified capacity, operations on this set will not allocate memory (no lazy object creation).
FastSet(Set<? extends E>) - Constructor for class javolution.util.FastSet
Creates a set containing the specified elements, in the order they are returned by the set iterator.
FastTable - Class in _templates.javolution.util
This class represents a random access collection with real-time behavior (smooth capacity increase).
FastTable() - Constructor for class _templates.javolution.util.FastTable
Creates a table of small initial capacity.
FastTable(String) - Constructor for class _templates.javolution.util.FastTable
Creates a persistent table associated to the specified unique identifier (convenience method).
FastTable(int) - Constructor for class _templates.javolution.util.FastTable
Creates a table of specified initial capacity; unless the table size reaches the specified capacity, operations on this table will not allocate memory (no lazy object creation).
FastTable(Collection) - Constructor for class _templates.javolution.util.FastTable
Creates a table containing the specified values, in the order they are returned by the collection's iterator.
FastTable<E> - Class in javolution.util
This class represents a random access collection with real-time behavior (smooth capacity increase).
FastTable() - Constructor for class javolution.util.FastTable
Creates a table of small initial capacity.
FastTable(String) - Constructor for class javolution.util.FastTable
Creates a persistent table associated to the specified unique identifier (convenience method).
FastTable(int) - Constructor for class javolution.util.FastTable
Creates a table of specified initial capacity; unless the table size reaches the specified capacity, operations on this table will not allocate memory (no lazy object creation).
FastTable(Collection<? extends E>) - Constructor for class javolution.util.FastTable
Creates a table containing the specified values, in the order they are returned by the collection's iterator.
fatalError(SAXParseException) - Method in class _templates.javolution.xml.sax.DefaultHandler
Reports a fatal XML parsing error.
fatalError(SAXParseException) - Method in class javolution.xml.sax.DefaultHandler
Reports a fatal XML parsing error.
File - Class in _templates.java.io
Class provided for the sole purpose of compiling the FileFilter and FilenameFilter interfaces.
File(String) - Constructor for class _templates.java.io.File
 
FileFilter - Interface in _templates.java.io
 
FileInputStream - Class in _templates.java.io
 
FileInputStream(String) - Constructor for class _templates.java.io.FileInputStream
 
FileInputStream(File) - Constructor for class _templates.java.io.FileInputStream
 
FilenameFilter - Interface in _templates.java.io
 
FileNotFoundException - Exception in _templates.java.io
 
FileNotFoundException() - Constructor for exception _templates.java.io.FileNotFoundException
 
FileNotFoundException(String) - Constructor for exception _templates.java.io.FileNotFoundException
 
FileOutputStream - Class in _templates.java.io
 
FileOutputStream(String) - Constructor for class _templates.java.io.FileOutputStream
 
FileOutputStream(File) - Constructor for class _templates.java.io.FileOutputStream
 
FINE - Static variable in class _templates.java.util.logging.Level
 
fine(String) - Method in class _templates.java.util.logging.Logger
 
fine(String) - Static method in class _templates.javolution.util.StandardLog
Logs a FINE message.
fine(String) - Static method in class javolution.util.StandardLog
Logs a FINE message.
FINER - Static variable in class _templates.java.util.logging.Level
 
finer(String) - Method in class _templates.java.util.logging.Logger
 
finer(String) - Static method in class _templates.javolution.util.StandardLog
Logs a FINER message.
finer(String) - Static method in class javolution.util.StandardLog
Logs a FINER message.
FINEST - Static variable in class _templates.java.util.logging.Level
 
finest(String) - Method in class _templates.java.util.logging.Logger
 
finest(String) - Static method in class _templates.javolution.util.StandardLog
Logs a FINEST message.
finest(String) - Static method in class javolution.util.StandardLog
Logs a FINEST message.
first() - Method in interface _templates.java.util.SortedSet
 
firstKey() - Method in interface _templates.java.util.SortedMap
 
flip() - Method in class _templates.java.nio.Buffer
 
flip(int) - Method in class _templates.javolution.util.FastBitSet
Sets the bit at the index to the opposite value.
flip(int, int) - Method in class _templates.javolution.util.FastBitSet
Sets a range of bits to the opposite value.
flip(int) - Method in class javolution.util.FastBitSet
Sets the bit at the index to the opposite value.
flip(int, int) - Method in class javolution.util.FastBitSet
Sets a range of bits to the opposite value.
Float32() - Constructor for class _templates.javolution.io.Struct.Float32
 
Float32() - Constructor for class javolution.io.Struct.Float32
 
Float64() - Constructor for class _templates.javolution.io.Struct.Float64
 
Float64() - Constructor for class javolution.io.Struct.Float64
 
FLOATS_FACTORY - Static variable in class _templates.javolution.context.ArrayFactory
Holds factory for float arrays.
FLOATS_FACTORY - Static variable in class javolution.context.ArrayFactory
Holds factory for float arrays.
floatValue() - Method in class _templates.java.lang.Number
 
floatValue() - Method in class _templates.javolution.util.Index
Returns the index value as float.
floatValue() - Method in class javolution.util.Index
Returns the index value as float.
floor(double) - Static method in class _templates.javolution.lang.MathLib
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
floor(double) - Static method in class javolution.lang.MathLib
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
floorLog10(double) - Static method in class _templates.javolution.lang.MathLib
Returns the largest power of 10 that is less than or equal to the the specified positive value.
floorLog10(double) - Static method in class javolution.lang.MathLib
Returns the largest power of 10 that is less than or equal to the the specified positive value.
floorLog2(double) - Static method in class _templates.javolution.lang.MathLib
Returns the largest power of 2 that is less than or equal to the the specified positive value.
floorLog2(double) - Static method in class javolution.lang.MathLib
Returns the largest power of 2 that is less than or equal to the the specified positive value.
flush() - Method in interface _templates.java.io.Flushable
 
flush() - Method in interface _templates.java.io.ObjectOutput
 
flush() - Method in class _templates.javolution.io.AppendableWriter
Flushes the stream.
flush() - Method in class _templates.javolution.io.UTF8ByteBufferWriter
Flushes the stream (this method has no effect, the data is always directly written to the ByteBuffer).
flush() - Method in class _templates.javolution.io.UTF8StreamWriter
Flushes the stream.
flush() - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Write any cached data to the underlying output mechanism.
flush() - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
flush() - Method in class _templates.javolution.xml.XMLObjectWriter
Flushes the output stream of this writer (automatically done when closing).
flush() - Method in class javolution.io.AppendableWriter
Flushes the stream.
flush() - Method in class javolution.io.UTF8ByteBufferWriter
Flushes the stream (this method has no effect, the data is always directly written to the ByteBuffer).
flush() - Method in class javolution.io.UTF8StreamWriter
Flushes the stream.
flush() - Method in interface javolution.xml.stream.XMLStreamWriter
Write any cached data to the underlying output mechanism.
flush() - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
flush() - Method in class javolution.xml.XMLObjectWriter
Flushes the output stream of this writer (automatically done when closing).
Flushable - Interface in _templates.java.io
 
format(Object, Appendable) - Method in class _templates.javolution.text.TextFormat
Formats the specified object into an Appendable
format(Object, TextBuilder) - Method in class _templates.javolution.text.TextFormat
Formats the specified object into a TextBuilder (convenience method which does not raise IOException).
format(Object) - Method in class _templates.javolution.text.TextFormat
Formats the specified object to a Text instance (convenience method equivalent to format(obj, TextBuilder.newInstance()).toText()).
format(boolean, Appendable) - Static method in class _templates.javolution.text.TypeFormat
Formats the specified boolean and appends the resulting text to the Appendable argument.
format(int, Appendable) - Static method in class _templates.javolution.text.TypeFormat
Formats the specified int and appends the resulting text (decimal representation) to the Appendable argument.
format(int, int, Appendable) - Static method in class _templates.javolution.text.TypeFormat
Formats the specified int in the specified radix and appends the resulting text to the Appendable argument.
format(long, Appendable) - Static method in class _templates.javolution.text.TypeFormat
Formats the specified long and appends the resulting text (decimal representation) to the Appendable argument.
format(long, int, Appendable) - Static method in class _templates.javolution.text.TypeFormat
Formats the specified long in the specified radix and appends the resulting text to the Appendable argument.
format(float, Appendable) - Static method in class _templates.javolution.text.TypeFormat
Formats the specified float value.
format(double, Appendable) - Static method in class _templates.javolution.text.TypeFormat
Formats the specified double value (16 or 17 digits output).
format(double, int, boolean, boolean, Appendable) - Static method in class _templates.javolution.text.TypeFormat
Formats the specified double value according to the specified formatting arguments.
format(T, Appendable) - Method in class javolution.text.TextFormat
Formats the specified object into an Appendable
format(T, TextBuilder) - Method in class javolution.text.TextFormat
Formats the specified object into a TextBuilder (convenience method which does not raise IOException).
format(T) - Method in class javolution.text.TextFormat
Formats the specified object to a Text instance (convenience method equivalent to format(obj, TextBuilder.newInstance()).toText()).
format(boolean, Appendable) - Static method in class javolution.text.TypeFormat
Formats the specified boolean and appends the resulting text to the Appendable argument.
format(int, Appendable) - Static method in class javolution.text.TypeFormat
Formats the specified int and appends the resulting text (decimal representation) to the Appendable argument.
format(int, int, Appendable) - Static method in class javolution.text.TypeFormat
Formats the specified int in the specified radix and appends the resulting text to the Appendable argument.
format(long, Appendable) - Static method in class javolution.text.TypeFormat
Formats the specified long and appends the resulting text (decimal representation) to the Appendable argument.
format(long, int, Appendable) - Static method in class javolution.text.TypeFormat
Formats the specified long in the specified radix and appends the resulting text to the Appendable argument.
format(float, Appendable) - Static method in class javolution.text.TypeFormat
Formats the specified float value.
format(double, Appendable) - Static method in class javolution.text.TypeFormat
Formats the specified double value (16 or 17 digits output).
format(double, int, boolean, boolean, Appendable) - Static method in class javolution.text.TypeFormat
Formats the specified double value according to the specified formatting arguments.
FormatFlagsConversionMismatchException - Exception in _templates.java.util
 
FormatFlagsConversionMismatchException(String, char) - Constructor for exception _templates.java.util.FormatFlagsConversionMismatchException
 
Formattable - Interface in _templates.java.util
 
Formatter - Interface in _templates.java.util
 
FormatterClosedException - Exception in _templates.java.util
 
FormatterClosedException() - Constructor for exception _templates.java.util.FormatterClosedException
 
formatTo(Formatter, int, int, int) - Method in interface _templates.java.util.Formattable
 
formatToString(Object) - Method in class _templates.javolution.text.TextFormat
Convenience methods equivalent to but faster than format(obj).toString())
formatToString(T) - Method in class javolution.text.TextFormat
Convenience methods equivalent to but faster than format(obj).toString())
FOUR_PI - Static variable in class _templates.javolution.lang.MathLib
Four time the ratio of the circumference of a circle to its diameter.
FOUR_PI - Static variable in class javolution.lang.MathLib
Four time the ratio of the circumference of a circle to its diameter.

G

get() - Method in class _templates.java.lang.ThreadLocal
 
get(byte[], int, int) - Method in class _templates.java.nio.ByteBuffer
 
get(byte[]) - Method in class _templates.java.nio.ByteBuffer
 
get() - Method in class _templates.java.nio.ByteBuffer
 
get(int) - Method in class _templates.java.nio.ByteBuffer
 
get(int) - Method in interface _templates.java.util.List
 
get(Object) - Method in interface _templates.java.util.Map
 
get() - Method in class _templates.javolution.context.AllocatorContext.Reference
 
get() - Method in class _templates.javolution.context.LocalContext.Reference
Returns the local value for this reference.
get() - Method in class _templates.javolution.context.PersistentContext.Reference
 
get() - Method in class _templates.javolution.io.Struct.Bool
 
get() - Method in class _templates.javolution.io.Struct.Enum16
 
get() - Method in class _templates.javolution.io.Struct.Enum32
 
get() - Method in class _templates.javolution.io.Struct.Enum64
 
get() - Method in class _templates.javolution.io.Struct.Enum8
 
get() - Method in class _templates.javolution.io.Struct.Float32
 
get() - Method in class _templates.javolution.io.Struct.Float64
 
get() - Method in class _templates.javolution.io.Struct.Reference32
 
get() - Method in class _templates.javolution.io.Struct.Reference64
 
get() - Method in class _templates.javolution.io.Struct.Signed16
 
get() - Method in class _templates.javolution.io.Struct.Signed32
 
get() - Method in class _templates.javolution.io.Struct.Signed64
 
get() - Method in class _templates.javolution.io.Struct.Signed8
 
get() - Method in class _templates.javolution.io.Struct.Unsigned16
 
get() - Method in class _templates.javolution.io.Struct.Unsigned32
 
get() - Method in class _templates.javolution.io.Struct.Unsigned8
 
get() - Method in class _templates.javolution.io.Struct.UTF8String
 
get() - Method in class _templates.javolution.lang.Configurable
Returns the current value for this configurable.
get() - Method in interface _templates.javolution.lang.Reference
Returns the value this reference referes to.
get(int) - Method in class _templates.javolution.util.FastBitSet
Returns true> if the specified integer is in this bit set; false otherwise.
get(int, int) - Method in class _templates.javolution.util.FastBitSet
Returns a new bit set composed of a range of bits from this one.
get(int) - Method in class _templates.javolution.util.FastList
Returns the value at the specified position in this list.
get(Object) - Method in class _templates.javolution.util.FastMap
Returns the value to which this map associates the specified key.
get(int) - Method in class _templates.javolution.util.FastTable
Returns the element at the specified index.
get(Object) - Method in class _templates.javolution.util.LocalMap
Returns the value to which this map associates the specified key.
get(String) - Method in class _templates.javolution.xml.XMLFormat.InputElement
Returns the object whose type is identified by a XML class attribute only if the XML element has the specified local name.
get(String, String) - Method in class _templates.javolution.xml.XMLFormat.InputElement
Returns the object whose type is identified by a XML class attribute only if the XML element has the specified local name and URI.
get(String, Class) - Method in class _templates.javolution.xml.XMLFormat.InputElement
Returns the object of specified type only if the XML element has the specified local name.
get(String, String, Class) - Method in class _templates.javolution.xml.XMLFormat.InputElement
Returns the object of specified type only if the XML element has the specified local name and namespace URI.
get() - Method in class javolution.context.AllocatorContext.Reference
 
get() - Method in class javolution.context.LocalContext.Reference
Returns the local value for this reference.
get() - Method in class javolution.context.PersistentContext.Reference
 
get() - Method in class javolution.io.Struct.Bool
 
get() - Method in class javolution.io.Struct.Enum16
 
get() - Method in class javolution.io.Struct.Enum32
 
get() - Method in class javolution.io.Struct.Enum64
 
get() - Method in class javolution.io.Struct.Enum8
 
get() - Method in class javolution.io.Struct.Float32
 
get() - Method in class javolution.io.Struct.Float64
 
get() - Method in class javolution.io.Struct.Reference32
 
get() - Method in class javolution.io.Struct.Reference64
 
get() - Method in class javolution.io.Struct.Signed16
 
get() - Method in class javolution.io.Struct.Signed32
 
get() - Method in class javolution.io.Struct.Signed64
 
get() - Method in class javolution.io.Struct.Signed8
 
get() - Method in class javolution.io.Struct.Unsigned16
 
get() - Method in class javolution.io.Struct.Unsigned32
 
get() - Method in class javolution.io.Struct.Unsigned8
 
get() - Method in class javolution.io.Struct.UTF8String
 
get() - Method in class javolution.lang.Configurable
Returns the current value for this configurable.
get() - Method in interface javolution.lang.Reference
Returns the value this reference referes to.
get(int) - Method in class javolution.util.FastBitSet
Returns true> if the specified integer is in this bit set; false otherwise.
get(int, int) - Method in class javolution.util.FastBitSet
Returns a new bit set composed of a range of bits from this one.
get(int) - Method in class javolution.util.FastList
Returns the value at the specified position in this list.
get(Object) - Method in class javolution.util.FastMap
Returns the value to which this map associates the specified key.
get(int) - Method in class javolution.util.FastTable
Returns the element at the specified index.
get(Object) - Method in class javolution.util.LocalMap
Returns the value to which this map associates the specified key.
get(String) - Method in class javolution.xml.XMLFormat.InputElement
Returns the object whose type is identified by a XML class attribute only if the XML element has the specified local name.
get(String, String) - Method in class javolution.xml.XMLFormat.InputElement
Returns the object whose type is identified by a XML class attribute only if the XML element has the specified local name and URI.
get(String, Class<T>) - Method in class javolution.xml.XMLFormat.InputElement
Returns the object of specified type only if the XML element has the specified local name.
get(String, String, Class<T>) - Method in class javolution.xml.XMLFormat.InputElement
Returns the object of specified type only if the XML element has the specified local name and namespace URI.
getAllocator(ObjectFactory) - Method in class _templates.javolution.context.AllocatorContext
Returns the allocator for the specified factory in this context.
getAllocator(ObjectFactory) - Method in class _templates.javolution.context.HeapContext
 
getAllocator(ObjectFactory) - Method in class _templates.javolution.context.ImmortalContext
 
getAllocator(ObjectFactory) - Method in class _templates.javolution.context.PoolContext
 
getAllocator(ObjectFactory) - Method in class javolution.context.AllocatorContext
Returns the allocator for the specified factory in this context.
getAllocator(ObjectFactory) - Method in class javolution.context.HeapContext
 
getAllocator(ObjectFactory) - Method in class javolution.context.ImmortalContext
 
getAllocator(ObjectFactory) - Method in class javolution.context.PoolContext
 
getArgumentClass() - Method in exception _templates.java.util.IllegalFormatConversionException
 
getAttribute(String) - Method in class _templates.javolution.xml.XMLFormat.InputElement
Searches for the attribute having the specified name.
getAttribute(String, String) - Method in class _templates.javolution.xml.XMLFormat.InputElement
Returns the specified String attribute.
getAttribute(String, boolean) - Method in class _templates.javolution.xml.XMLFormat.InputElement
Returns the specified boolean attribute.
getAttribute(String, char) - Method in class _templates.javolution.xml.XMLFormat.InputElement
Returns the specified char attribute.
getAttribute(String, byte) - Method in class _templates.javolution.xml.XMLFormat.InputElement
Returns the specified byte attribute.
getAttribute(String, short) - Method in class _templates.javolution.xml.XMLFormat.InputElement
Returns the specified short attribute.
getAttribute(String, int) - Method in class _templates.javolution.xml.XMLFormat.InputElement
Returns the specified int attribute.
getAttribute(String, long) - Method in class _templates.javolution.xml.XMLFormat.InputElement
Returns the specified long attribute.
getAttribute(String, float) - Method in class _templates.javolution.xml.XMLFormat.InputElement
Returns the specified float attribute.
getAttribute(String, double) - Method in class _templates.javolution.xml.XMLFormat.InputElement
Returns the specified double attribute.
getAttribute(String, Object) - Method in class _templates.javolution.xml.XMLFormat.InputElement
Returns the attribute of same type as the specified default value.
getAttribute(String) - Method in class javolution.xml.XMLFormat.InputElement
Searches for the attribute having the specified name.
getAttribute(String, String) - Method in class javolution.xml.XMLFormat.InputElement
Returns the specified String attribute.
getAttribute(String, boolean) - Method in class javolution.xml.XMLFormat.InputElement
Returns the specified boolean attribute.
getAttribute(String, char) - Method in class javolution.xml.XMLFormat.InputElement
Returns the specified char attribute.
getAttribute(String, byte) - Method in class javolution.xml.XMLFormat.InputElement
Returns the specified byte attribute.
getAttribute(String, short) - Method in class javolution.xml.XMLFormat.InputElement
Returns the specified short attribute.
getAttribute(String, int) - Method in class javolution.xml.XMLFormat.InputElement
Returns the specified int attribute.
getAttribute(String, long) - Method in class javolution.xml.XMLFormat.InputElement
Returns the specified long attribute.
getAttribute(String, float) - Method in class javolution.xml.XMLFormat.InputElement
Returns the specified float attribute.
getAttribute(String, double) - Method in class javolution.xml.XMLFormat.InputElement
Returns the specified double attribute.
getAttribute(String, T) - Method in class javolution.xml.XMLFormat.InputElement
Returns the attribute of same type as the specified default value.
getAttributeCount() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the count of attributes on this START_ELEMENT, this method is only valid on a START_ELEMENT or ATTRIBUTE.
getAttributeCount() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getAttributeCount() - Method in interface javolution.xml.stream.XMLStreamReader
Returns the count of attributes on this START_ELEMENT, this method is only valid on a START_ELEMENT or ATTRIBUTE.
getAttributeCount() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getAttributeLocalName(int) - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the localName of the attribute at the provided index.
getAttributeLocalName(int) - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getAttributeLocalName(int) - Method in interface javolution.xml.stream.XMLStreamReader
Returns the localName of the attribute at the provided index.
getAttributeLocalName(int) - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getAttributeNamespace(int) - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the namespace of the attribute at the provided index
getAttributeNamespace(int) - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getAttributeNamespace(int) - Method in interface javolution.xml.stream.XMLStreamReader
Returns the namespace of the attribute at the provided index
getAttributeNamespace(int) - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getAttributePrefix(int) - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the prefix of this attribute at the provided index
getAttributePrefix(int) - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getAttributePrefix(int) - Method in interface javolution.xml.stream.XMLStreamReader
Returns the prefix of this attribute at the provided index
getAttributePrefix(int) - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getAttributes() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
Returns the current attributes (SAX2-Like).
getAttributes() - Method in class _templates.javolution.xml.XMLFormat.InputElement
Returns the attributes for this XML input element.
getAttributes() - Method in class javolution.xml.stream.XMLStreamReaderImpl
Returns the current attributes (SAX2-Like).
getAttributes() - Method in class javolution.xml.XMLFormat.InputElement
Returns the attributes for this XML input element.
getAttributeType(int) - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the XML type of the attribute at the provided index.
getAttributeType(int) - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getAttributeType(int) - Method in interface javolution.xml.stream.XMLStreamReader
Returns the XML type of the attribute at the provided index.
getAttributeType(int) - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getAttributeValue(CharSequence, CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the normalized attribute value of the attribute with the namespace and localName.
getAttributeValue(int) - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the value of the attribute at the index.
getAttributeValue(CharSequence, CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getAttributeValue(int) - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getAttributeValue(CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamReader
Returns the normalized attribute value of the attribute with the namespace and localName.
getAttributeValue(int) - Method in interface javolution.xml.stream.XMLStreamReader
Returns the value of the attribute at the index.
getAttributeValue(CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getAttributeValue(int) - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getAverageTime(String) - Static method in class _templates.javolution.testing.TimeContext
Returns the average execution time of the latest execution performed or -1 if the current context is not a time context.
getAverageTime(String) - Static method in class javolution.testing.TimeContext
Returns the average execution time of the latest execution performed or -1 if the current context is not a time context.
getAverageTimeInPicoSeconds() - Method in class _templates.javolution.testing.TimeContext
Returns the average execution time of the latest execution stated in pico-seconds.
getAverageTimeInPicoSeconds() - Method in class javolution.testing.TimeContext
Returns the average execution time of the latest execution stated in pico-seconds.
getBoundClass() - Method in class _templates.javolution.xml.XMLFormat
Returns the class/interface statically bound to this format or null if none.
getBoundClass() - Method in class javolution.xml.XMLFormat
Returns the class/interface statically bound to this format or null if none.
getByteBuffer() - Method in class _templates.javolution.io.Struct
Returns the byte buffer for this struct.
getByteBuffer() - Method in class javolution.io.Struct
Returns the byte buffer for this struct.
getByteBufferPosition() - Method in class _templates.javolution.io.Struct
Returns the absolute byte position of this struct within its associated byte buffer.
getByteBufferPosition() - Method in class javolution.io.Struct
Returns the absolute byte position of this struct within its associated byte buffer.
getCapacity() - Method in class _templates.javolution.util.FastTable
Returns the current capacity of this table.
getCapacity() - Method in class javolution.util.FastTable
Returns the current capacity of this table.
getCause() - Method in exception _templates.javolution.context.ConcurrentException
Returns the original cause of the exception or error.
getCause() - Method in exception javolution.context.ConcurrentException
Returns the original cause of the exception or error.
getChar() - Method in class _templates.java.nio.ByteBuffer
 
getChar(int) - Method in class _templates.java.nio.ByteBuffer
 
getCharacterEncodingScheme() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the character encoding declared on the xml declaration.
getCharacterEncodingScheme() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getCharacterEncodingScheme() - Method in interface javolution.xml.stream.XMLStreamReader
Returns the character encoding declared on the xml declaration.
getCharacterEncodingScheme() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getCharacterOffset() - Method in interface _templates.javolution.xml.stream.Location
Return the byte or character offset into the input source this location is pointing to.
getCharacterOffset() - Method in interface javolution.xml.stream.Location
Return the byte or character offset into the input source this location is pointing to.
getChars(int, int, char[], int) - Method in class _templates.javolution.text.CharArray
 
getChars(int, int, char[], int) - Method in class _templates.javolution.text.Text
Copies the characters from this text into the destination character array.
getChars(int, int, char[], int) - Method in class _templates.javolution.text.TextBuilder
Copies the character from this text builder into the destination character array.
getChars(int, int, char[], int) - Method in class javolution.text.CharArray
 
getChars(int, int, char[], int) - Method in class javolution.text.Text
Copies the characters from this text into the destination character array.
getChars(int, int, char[], int) - Method in class javolution.text.TextBuilder
Copies the character from this text builder into the destination character array.
getClass(CharSequence) - Method in class _templates.javolution.lang.Reflection
Returns the class having the specified name.
getClass(String) - Method in class _templates.javolution.lang.Reflection
Equivalent to Reflection.getClass(CharSequence) (for J2ME compatibility).
getClass(CharSequence) - Method in class javolution.lang.Reflection
Returns the class having the specified name.
getClass(String) - Method in class javolution.lang.Reflection
Equivalent to Reflection.getClass(CharSequence) (for J2ME compatibility).
getClassName() - Method in exception _templates.java.util.MissingResourceException
 
getCodePoint() - Method in exception _templates.java.util.IllegalFormatCodePointException
 
getColumnNumber() - Method in interface _templates.javolution.xml.stream.Location
Return the column number where the current event ends, returns -1 if none is available.
getColumnNumber() - Method in interface javolution.xml.stream.Location
Return the column number where the current event ends, returns -1 if none is available.
getConcurrency() - Static method in class _templates.javolution.context.ConcurrentContext
Returns the local concurrency.
getConcurrency() - Static method in class javolution.context.ConcurrentContext
Returns the local concurrency.
getConstructor(String) - Method in class _templates.javolution.lang.Reflection
Returns the constructor having the specified signature.
getConstructor(String) - Method in class javolution.lang.Reflection
Returns the constructor having the specified signature.
getContainer() - Method in class _templates.javolution.lang.Configurable
Returns the container class of this configurable (the class where this configurable is defined as a public static field.
getContainer() - Method in class javolution.lang.Configurable
Returns the container class of this configurable (the class where this configurable is defined as a public static field.
getContentHandler() - Method in class _templates.javolution.xml.sax.SAX2ReaderImpl
 
getContentHandler() - Method in interface _templates.javolution.xml.sax.XMLReader
Return the current content handler.
getContentHandler() - Method in class _templates.javolution.xml.sax.XMLReaderImpl
 
getContentHandler() - Method in class javolution.xml.sax.SAX2ReaderImpl
 
getContentHandler() - Method in interface javolution.xml.sax.XMLReader
Return the current content handler.
getContentHandler() - Method in class javolution.xml.sax.XMLReaderImpl
 
getConversion() - Method in exception _templates.java.util.FormatFlagsConversionMismatchException
 
getConversion() - Method in exception _templates.java.util.IllegalFormatConversionException
 
getConversion() - Method in exception _templates.java.util.UnknownFormatConversionException
 
getCurrentAllocatorContext() - Static method in class _templates.javolution.context.AllocatorContext
Returns the current allocator context.
getCurrentAllocatorContext() - Static method in class javolution.context.AllocatorContext
Returns the current allocator context.
getCurrentContext() - Static method in class _templates.javolution.context.Context
Returns the current context for the current thread.
getCurrentContext() - Static method in class javolution.context.Context
Returns the current context for the current thread.
getCurrentLogContext() - Static method in class _templates.javolution.context.LogContext
Returns the current logging context.
getCurrentLogContext() - Static method in class javolution.context.LogContext
Returns the current logging context.
getCurrentMemoryArea() - Static method in class _templates.javax.realtime.RealtimeThread
 
getCurrentMemoryArea() - Static method in class javax.realtime.RealtimeThread
 
getCurrentPersistentContext() - Static method in class _templates.javolution.context.PersistentContext
Returns the persistent context instance (singleton).
getCurrentPersistentContext() - Static method in class javolution.context.PersistentContext
Returns the persistent context instance (singleton).
getCurrentSecurityContext() - Static method in class _templates.javolution.context.SecurityContext
Returns the current security context.
getCurrentSecurityContext() - Static method in class javolution.context.SecurityContext
Returns the current security context.
getDeclaringClass() - Method in class _templates.javolution.lang.Enum
Returns this enum's class.
getDefault() - Static method in class _templates.javolution.context.AllocatorContext
Returns the default instance (AllocatorContext.DEFAULT implementation).
getDefault() - Method in class _templates.javolution.context.LocalContext.Reference
Returns the default value for this reference.
getDefault() - Static method in class _templates.javolution.context.LogContext
Returns the default instance (LogContext.DEFAULT implementation).
getDefault() - Static method in class _templates.javolution.context.SecurityContext
Returns the default instance (SecurityContext.DEFAULT implementation).
getDefault() - Method in class _templates.javolution.lang.Configurable
Returns the default value for this configurable.
getDefault(Class) - Static method in class _templates.javolution.text.TextFormat
Returns the default format for instances of the specified class.
getDefault(Object) - Method in class _templates.javolution.util.LocalMap
Returns the default value for the specified key.
getDefault() - Static method in class javolution.context.AllocatorContext
Returns the default instance (AllocatorContext.DEFAULT implementation).
getDefault() - Method in class javolution.context.LocalContext.Reference
Returns the default value for this reference.
getDefault() - Static method in class javolution.context.LogContext
Returns the default instance (LogContext.DEFAULT implementation).
getDefault() - Static method in class javolution.context.SecurityContext
Returns the default instance (SecurityContext.DEFAULT implementation).
getDefault() - Method in class javolution.lang.Configurable
Returns the default value for this configurable.
getDefault(Class<? extends T>) - Static method in class javolution.text.TextFormat
Returns the default format for instances of the specified class.
getDefault(K) - Method in class javolution.util.LocalMap
Returns the default value for the specified key.
getDepth() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
Returns the current depth of the element.
getDepth() - Method in class javolution.xml.stream.XMLStreamReaderImpl
Returns the current depth of the element.
getDouble() - Method in class _templates.java.nio.ByteBuffer
 
getDouble(int) - Method in class _templates.java.nio.ByteBuffer
 
getDTDHandler() - Method in class _templates.javolution.xml.sax.SAX2ReaderImpl
 
getDTDHandler() - Method in interface _templates.javolution.xml.sax.XMLReader
Return the current DTD handler.
getDTDHandler() - Method in class _templates.javolution.xml.sax.XMLReaderImpl
 
getDTDHandler() - Method in class javolution.xml.sax.SAX2ReaderImpl
 
getDTDHandler() - Method in interface javolution.xml.sax.XMLReader
Return the current DTD handler.
getDTDHandler() - Method in class javolution.xml.sax.XMLReaderImpl
 
getElementText() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Reads the content of a text-only element, an exception is thrown if this is not a text-only element.
getElementText() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getElementText() - Method in interface javolution.xml.stream.XMLStreamReader
Reads the content of a text-only element, an exception is thrown if this is not a text-only element.
getElementText() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getEncoding() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the input encoding if known or null if unknown.
getEncoding() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getEncoding() - Method in interface javolution.xml.stream.XMLStreamReader
Returns the input encoding if known or null if unknown.
getEncoding() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getEntityResolver() - Method in class _templates.javolution.xml.sax.SAX2ReaderImpl
 
getEntityResolver() - Method in interface _templates.javolution.xml.sax.XMLReader
Return the current entity resolver.
getEntityResolver() - Method in class _templates.javolution.xml.sax.XMLReaderImpl
 
getEntityResolver() - Method in class javolution.xml.sax.SAX2ReaderImpl
 
getEntityResolver() - Method in interface javolution.xml.sax.XMLReader
Return the current entity resolver.
getEntityResolver() - Method in class javolution.xml.sax.XMLReaderImpl
 
getEntry(Object) - Method in class _templates.javolution.util.FastMap
Returns the entry with the specified key.
getEntry(Object) - Method in class javolution.util.FastMap
Returns the entry with the specified key.
getErrorHandler() - Method in class _templates.javolution.xml.sax.SAX2ReaderImpl
 
getErrorHandler() - Method in interface _templates.javolution.xml.sax.XMLReader
Return the current error handler.
getErrorHandler() - Method in class _templates.javolution.xml.sax.XMLReaderImpl
 
getErrorHandler() - Method in class javolution.xml.sax.SAX2ReaderImpl
 
getErrorHandler() - Method in interface javolution.xml.sax.XMLReader
Return the current error handler.
getErrorHandler() - Method in class javolution.xml.sax.XMLReaderImpl
 
getErrorIndex() - Method in class _templates.java.text.ParsePosition
 
getEventType() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns an integer code that indicates the type of the event the cursor is pointing to.
getEventType() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getEventType() - Method in interface javolution.xml.stream.XMLStreamReader
Returns an integer code that indicates the type of the event the cursor is pointing to.
getEventType() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getFeature(String) - Method in class _templates.javolution.xml.sax.SAX2ReaderImpl
 
getFeature(String) - Method in interface _templates.javolution.xml.sax.XMLReader
Look up the value of a feature flag.
getFeature(String) - Method in class _templates.javolution.xml.sax.XMLReaderImpl
 
getFeature(String) - Method in class javolution.xml.sax.SAX2ReaderImpl
 
getFeature(String) - Method in interface javolution.xml.sax.XMLReader
Look up the value of a feature flag.
getFeature(String) - Method in class javolution.xml.sax.XMLReaderImpl
 
getField(Class, Class, boolean) - Method in class _templates.javolution.lang.Reflection
Returns the field of specified type which has been attached to a class.
getField(Class, Class<T>, boolean) - Method in class javolution.lang.Reflection
Returns the field of specified type which has been attached to a class.
getFirst() - Method in class _templates.javolution.util.FastList
Returns the first value of this list.
getFirst() - Method in class _templates.javolution.util.FastTable
Returns the first value of this table.
getFirst() - Method in class javolution.util.FastList
Returns the first value of this list.
getFirst() - Method in class javolution.util.FastTable
Returns the first value of this table.
getFlags() - Method in exception _templates.java.util.DuplicateFormatFlagsException
 
getFlags() - Method in exception _templates.java.util.FormatFlagsConversionMismatchException
 
getFlags() - Method in exception _templates.java.util.IllegalFormatFlagsException
 
getFlags() - Method in exception _templates.java.util.UnknownFormatFlagsException
 
getFloat() - Method in class _templates.java.nio.ByteBuffer
 
getFloat(int) - Method in class _templates.java.nio.ByteBuffer
 
getFormat(Class) - Method in class _templates.javolution.xml.XMLBinding
Returns the XML format for the specified class/interface.
getFormat(Class) - Method in class javolution.xml.XMLBinding
Returns the XML format for the specified class/interface.
getFormatSpecifier() - Method in exception _templates.java.util.MissingFormatArgumentException
 
getFormatSpecifier() - Method in exception _templates.java.util.MissingFormatWidthException
 
getIdToValue() - Method in class _templates.javolution.context.PersistentContext
Returns the ID to value mapping for this persistent context.
getIdToValue() - Method in class javolution.context.PersistentContext
Returns the ID to value mapping for this persistent context.
getIndex() - Method in class _templates.java.text.ParsePosition
 
getIndex() - Method in class _templates.javolution.text.Cursor
Returns this cursor index.
getIndex(CharSequence, CharSequence) - Method in interface _templates.javolution.xml.sax.Attributes
Looks up the index of an attribute by namespace name (convenience method).
getIndex(CharSequence) - Method in interface _templates.javolution.xml.sax.Attributes
Looks up the index of an attribute by XML 1.0 qualified name (convenience method).
getIndex() - Method in class javolution.text.Cursor
Returns this cursor index.
getIndex(CharSequence, CharSequence) - Method in interface javolution.xml.sax.Attributes
Looks up the index of an attribute by namespace name (convenience method).
getIndex(CharSequence) - Method in interface javolution.xml.sax.Attributes
Looks up the index of an attribute by XML 1.0 qualified name (convenience method).
getInstance(Class) - Static method in class _templates.javolution.context.ObjectFactory
Returns a factory implementation producing instances of the specified class.
getInstance(String) - Static method in class _templates.javolution.lang.Configurable
Returns the configurable instance having the specified name.
getInstance() - Static method in class _templates.javolution.lang.Reflection
Returns the current reflection instance.
getInstance(Class) - Static method in class _templates.javolution.text.TextFormat
Returns the current format for instances of the specified class.
getInstance(Class) - Static method in class _templates.javolution.xml.XMLFormat
Returns the default format for the specified class/interface.
getInstance(Class<T>) - Static method in class javolution.context.ObjectFactory
Returns a factory implementation producing instances of the specified class.
getInstance(String) - Static method in class javolution.lang.Configurable
Returns the configurable instance having the specified name.
getInstance() - Static method in class javolution.lang.Reflection
Returns the current reflection instance.
getInstance(Class<? extends T>) - Static method in class javolution.text.TextFormat
Returns the current format for instances of the specified class.
getInstance(Class<? extends T>) - Static method in class javolution.xml.XMLFormat
Returns the default format for the specified class/interface.
getInt() - Method in class _templates.java.nio.ByteBuffer
 
getInt(int) - Method in class _templates.java.nio.ByteBuffer
 
getInterfaces(Class) - Method in class _templates.javolution.lang.Reflection
Returns the interfaces implemented by the specified class or interface.
getInterfaces(Class) - Method in class javolution.lang.Reflection
Returns the interfaces implemented by the specified class or interface.
getKey() - Method in interface _templates.java.util.Map.Entry
 
getKey() - Method in exception _templates.java.util.MissingResourceException
 
getKey() - Method in class _templates.javolution.util.FastMap.Entry
Returns the key for this entry.
getKey() - Method in class javolution.util.FastMap.Entry
Returns the key for this entry.
getKeyComparator() - Method in class _templates.javolution.util.FastMap
Returns the key comparator for this fast map.
getKeyComparator() - Method in class javolution.util.FastMap
Returns the key comparator for this fast map.
getLast() - Method in class _templates.javolution.util.FastList
Returns the last value of this list.
getLast() - Method in class _templates.javolution.util.FastTable
Returns the last value of this table.
getLast() - Method in class javolution.util.FastList
Returns the last value of this list.
getLast() - Method in class javolution.util.FastTable
Returns the last value of this table.
getLength() - Method in interface _templates.javolution.xml.sax.Attributes
Returns the number of attributes in this list of attributes.
getLength() - Method in interface javolution.xml.sax.Attributes
Returns the number of attributes in this list of attributes.
getLevel() - Method in class _templates.java.util.logging.LogRecord
 
getLineNumber() - Method in interface _templates.javolution.xml.stream.Location
Return the line number where the current event ends, returns -1 if none is available.
getLineNumber() - Method in interface javolution.xml.stream.Location
Return the line number where the current event ends, returns -1 if none is available.
getLocal() - Method in class _templates.javolution.context.LocalContext.Reference
Returns the local (non-inherited) value for this reference.
getLocal() - Method in class javolution.context.LocalContext.Reference
Returns the local (non-inherited) value for this reference.
getLocalName() - Method in class _templates.javolution.xml.QName
Returns the local part of this qualified name or the full qualified name if there is no namespace.
getLocalName(int) - Method in interface _templates.javolution.xml.sax.Attributes
Looks up an attribute's local name by index.
getLocalName() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the (local) name of the current event.
getLocalName() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getLocalName() - Method in class javolution.xml.QName
Returns the local part of this qualified name or the full qualified name if there is no namespace.
getLocalName(int) - Method in interface javolution.xml.sax.Attributes
Looks up an attribute's local name by index.
getLocalName() - Method in interface javolution.xml.stream.XMLStreamReader
Returns the (local) name of the current event.
getLocalName() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getLocation() - Method in exception _templates.javolution.xml.stream.XMLStreamException
Returns the location of the exception.
getLocation() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Return the current location of the processor.
getLocation() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getLocation() - Method in exception javolution.xml.stream.XMLStreamException
Returns the location of the exception.
getLocation() - Method in interface javolution.xml.stream.XMLStreamReader
Return the current location of the processor.
getLocation() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getLogger(String) - Static method in class _templates.java.util.logging.Logger
 
getLogger() - Method in class _templates.javolution.util.StandardLog
Returns the logger to which this context forwards the events to.
getLogger() - Method in class javolution.util.StandardLog
Returns the logger to which this context forwards the events to.
getLong() - Method in class _templates.java.nio.ByteBuffer
 
getLong(int) - Method in class _templates.java.nio.ByteBuffer
 
getMaximumTime(String) - Static method in class _templates.javolution.testing.TimeContext
Returns the maximum execution time of the latest execution performed or -1 if the current context is not a time context.
getMaximumTime(String) - Static method in class javolution.testing.TimeContext
Returns the maximum execution time of the latest execution performed or -1 if the current context is not a time context.
getMaximumTimeInPicoSeconds() - Method in class _templates.javolution.testing.TimeContext
Returns the maximmum execution time of the latest execution stated in pico-seconds.
getMaximumTimeInPicoSeconds() - Method in class javolution.testing.TimeContext
Returns the maximmum execution time of the latest execution stated in pico-seconds.
getMemoryArea(Object) - Static method in class _templates.javax.realtime.MemoryArea
 
getMemoryArea(Object) - Static method in class javax.realtime.MemoryArea
 
getMessage() - Method in class _templates.java.util.logging.LogRecord
 
getMethod(String) - Method in class _templates.javolution.lang.Reflection
Returns the method having the specified signature.
getMethod(String) - Method in class javolution.lang.Reflection
Returns the method having the specified signature.
getMinimumTime(String) - Static method in class _templates.javolution.testing.TimeContext
Returns the minimum execution time of the latest execution performed or -1 if the current context is not a time context.
getMinimumTime(String) - Static method in class javolution.testing.TimeContext
Returns the minimum execution time of the latest execution performed or -1 if the current context is not a time context.
getMinimumTimeInPicoSeconds() - Method in class _templates.javolution.testing.TimeContext
Returns the minimum execution time of the latest execution stated in pico-seconds.
getMinimumTimeInPicoSeconds() - Method in class javolution.testing.TimeContext
Returns the minimum execution time of the latest execution stated in pico-seconds.
getName() - Method in class _templates.java.io.File
 
getName() - Method in class _templates.java.util.zip.ZipEntry
 
getName() - Method in class _templates.javolution.lang.Configurable
Returns the field name of this configurable (for example "javolution.context.ConcurrentContext#MAXIMUM_CONCURRENCY") for ConcurrentContext.MAXIMUM_CONCURRENCY.
getName() - Method in class _templates.javolution.testing.TestCase
Returns the name of this test case.
getName() - Method in class _templates.javolution.testing.TestSuite
Returns the name of this test case.
getName() - Method in class javolution.lang.Configurable
Returns the field name of this configurable (for example "javolution.context.ConcurrentContext#MAXIMUM_CONCURRENCY") for ConcurrentContext.MAXIMUM_CONCURRENCY.
getName() - Method in class javolution.testing.TestCase
Returns the name of this test case.
getName() - Method in class javolution.testing.TestSuite
Returns the name of this test case.
getNamespaceContext() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns a read only namespace context for the current position.
getNamespaceContext() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getNamespaceContext() - Method in interface javolution.xml.stream.XMLStreamReader
Returns a read only namespace context for the current position.
getNamespaceContext() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getNamespaceCount() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the count of namespaces declared on this START_ELEMENT or END_ELEMENT.
getNamespaceCount() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getNamespaceCount() - Method in interface javolution.xml.stream.XMLStreamReader
Returns the count of namespaces declared on this START_ELEMENT or END_ELEMENT.
getNamespaceCount() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getNamespacePrefix(int) - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the prefix for the namespace declared at the index.
getNamespacePrefix(int) - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getNamespacePrefix(int) - Method in interface javolution.xml.stream.XMLStreamReader
Returns the prefix for the namespace declared at the index.
getNamespacePrefix(int) - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getNamespaceURI() - Method in class _templates.javolution.xml.QName
Returns the namespace URI of this qualified name or null if none (the local name is then the full qualified name).
getNamespaceURI(CharSequence) - Method in interface _templates.javolution.xml.stream.NamespaceContext
Returns the namespace URI bound to a prefix in the current scope or null if the prefix is unbound.
getNamespaceURI(CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the uri for the given prefix.
getNamespaceURI(int) - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the URI for the namespace declared at the index.
getNamespaceURI() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
If the current event is a START_ELEMENT or END_ELEMENT this method returns the URI of the current element (URI mapping to the prefix element/attribute has; or if no prefix null).
getNamespaceURI(CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getNamespaceURI(int) - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getNamespaceURI() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getNamespaceURI() - Method in class javolution.xml.QName
Returns the namespace URI of this qualified name or null if none (the local name is then the full qualified name).
getNamespaceURI(CharSequence) - Method in interface javolution.xml.stream.NamespaceContext
Returns the namespace URI bound to a prefix in the current scope or null if the prefix is unbound.
getNamespaceURI(CharSequence) - Method in interface javolution.xml.stream.XMLStreamReader
Returns the uri for the given prefix.
getNamespaceURI(int) - Method in interface javolution.xml.stream.XMLStreamReader
Returns the URI for the namespace declared at the index.
getNamespaceURI() - Method in interface javolution.xml.stream.XMLStreamReader
If the current event is a START_ELEMENT or END_ELEMENT this method returns the URI of the current element (URI mapping to the prefix element/attribute has; or if no prefix null).
getNamespaceURI(CharSequence) - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getNamespaceURI(int) - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getNamespaceURI() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getNestedException() - Method in exception _templates.javolution.xml.stream.XMLStreamException
Returns the nested exception.
getNestedException() - Method in exception javolution.xml.stream.XMLStreamException
Returns the nested exception.
getNext() - Method in interface _templates.javolution.util.FastCollection.Record
Returns the record after this one.
getNext() - Method in class _templates.javolution.util.FastList.Node
 
getNext() - Method in class _templates.javolution.util.FastMap.Entry
Returns the entry after this one.
getNext() - Method in class _templates.javolution.util.Index
 
getNext() - Method in class _templates.javolution.xml.XMLFormat.InputElement
Returns the next object whose type is identified by the local name and URI of the current XML element.
getNext() - Method in interface javolution.util.FastCollection.Record
Returns the record after this one.
getNext() - Method in class javolution.util.FastList.Node
 
getNext() - Method in class javolution.util.FastMap.Entry
Returns the entry after this one.
getNext() - Method in class javolution.util.Index
 
getNext() - Method in class javolution.xml.XMLFormat.InputElement
Returns the next object whose type is identified by the local name and URI of the current XML element.
getOuter() - Method in class _templates.javolution.context.Context
Returns the outer context of this context or null if Context.ROOT or a default context (not entered).
getOuter() - Method in class javolution.context.Context
Returns the outer context of this context or null if Context.ROOT or a default context (not entered).
getOwner() - Method in class _templates.javolution.context.Context
Returns the current owner of this context.
getOwner() - Method in class _templates.javolution.util.ReentrantLock
Returns the thread owner of this ReentrantLock.
getOwner() - Method in class javolution.context.Context
Returns the current owner of this context.
getOwner() - Method in class javolution.util.ReentrantLock
Returns the thread owner of this ReentrantLock.
getParameterTypes() - Method in interface _templates.javolution.lang.Reflection.Constructor
Returns an array of Class objects that represents the formal parameter types, in declaration order of this constructor.
getParameterTypes() - Method in interface _templates.javolution.lang.Reflection.Method
Returns an array of Class objects that represents the formal parameter types, in declaration order of this constructor.
getParameterTypes() - Method in interface javolution.lang.Reflection.Constructor
Returns an array of Class objects that represents the formal parameter types, in declaration order of this constructor.
getParameterTypes() - Method in interface javolution.lang.Reflection.Method
Returns an array of Class objects that represents the formal parameter types, in declaration order of this constructor.
getPath() - Method in class _templates.java.io.File
 
getPIData() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Get the data section of a processing instruction.
getPIData() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getPIData() - Method in interface javolution.xml.stream.XMLStreamReader
Get the data section of a processing instruction.
getPIData() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getPITarget() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the target of a processing instruction.
getPITarget() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getPITarget() - Method in interface javolution.xml.stream.XMLStreamReader
Returns the target of a processing instruction.
getPITarget() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getPrecision() - Method in exception _templates.java.util.IllegalFormatPrecisionException
 
getPrefix(CharSequence) - Method in interface _templates.javolution.xml.stream.NamespaceContext
Returns the prefix bound to the namespace URI in the current scope or null if the namespace URI is unbound.
getPrefix() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the prefix of the current event or null if the event does not have a prefix.
getPrefix() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getPrefix(CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Gets the prefix the specified uri is bound to.
getPrefix(CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
getPrefix(CharSequence) - Method in interface javolution.xml.stream.NamespaceContext
Returns the prefix bound to the namespace URI in the current scope or null if the namespace URI is unbound.
getPrefix() - Method in interface javolution.xml.stream.XMLStreamReader
Returns the prefix of the current event or null if the event does not have a prefix.
getPrefix() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getPrefix(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Gets the prefix the specified uri is bound to.
getPrefix(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
getPrefixes(CharSequence) - Method in interface _templates.javolution.xml.stream.NamespaceContext
Returns all prefixes bound to a namespace URI in the current scope (including predefined prefixes).
getPrefixes(CharSequence) - Method in interface javolution.xml.stream.NamespaceContext
Returns all prefixes bound to a namespace URI in the current scope (including predefined prefixes).
getPrevious() - Method in interface _templates.javolution.util.FastCollection.Record
Returns the record before this one.
getPrevious() - Method in class _templates.javolution.util.FastList.Node
 
getPrevious() - Method in class _templates.javolution.util.FastMap.Entry
Returns the entry before this one.
getPrevious() - Method in class _templates.javolution.util.Index
 
getPrevious() - Method in interface javolution.util.FastCollection.Record
Returns the record before this one.
getPrevious() - Method in class javolution.util.FastList.Node
 
getPrevious() - Method in class javolution.util.FastMap.Entry
Returns the entry before this one.
getPrevious() - Method in class javolution.util.Index
 
getProperty(String) - Method in class _templates.javolution.xml.sax.SAX2ReaderImpl
 
getProperty(String) - Method in interface _templates.javolution.xml.sax.XMLReader
Look up the value of a property.
getProperty(String) - Method in class _templates.javolution.xml.sax.XMLReaderImpl
 
getProperty(String) - Method in class _templates.javolution.xml.stream.XMLInputFactory
Gets the value of a feature/property from the underlying implementation.
getProperty(String) - Method in class _templates.javolution.xml.stream.XMLOutputFactory
Gets a feature/property on the underlying implementation.
getProperty(String) - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Gets the value of a feature/property from the underlying implementation
getProperty(String) - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getProperty(String) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Gets the value of a feature/property from the underlying implementation.
getProperty(String) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
getProperty(String) - Method in class javolution.xml.sax.SAX2ReaderImpl
 
getProperty(String) - Method in interface javolution.xml.sax.XMLReader
Look up the value of a property.
getProperty(String) - Method in class javolution.xml.sax.XMLReaderImpl
 
getProperty(String) - Method in class javolution.xml.stream.XMLInputFactory
Gets the value of a feature/property from the underlying implementation.
getProperty(String) - Method in class javolution.xml.stream.XMLOutputFactory
Gets a feature/property on the underlying implementation.
getProperty(String) - Method in interface javolution.xml.stream.XMLStreamReader
Gets the value of a feature/property from the underlying implementation
getProperty(String) - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getProperty(String) - Method in interface javolution.xml.stream.XMLStreamWriter
Gets the value of a feature/property from the underlying implementation.
getProperty(String) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
getPublicId() - Method in interface _templates.javolution.xml.stream.Location
Returns the public ID of the XML
getPublicId() - Method in interface javolution.xml.stream.Location
Returns the public ID of the XML
getQName(int) - Method in interface _templates.javolution.xml.sax.Attributes
Looks up an attribute's XML 1.0 qualified name by index.
getQName() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
Returns the qualified name of the current event.
getQName(int) - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
Returns the qualified name of the element at the specified level.
getQName(int) - Method in interface javolution.xml.sax.Attributes
Looks up an attribute's XML 1.0 qualified name by index.
getQName() - Method in class javolution.xml.stream.XMLStreamReaderImpl
Returns the qualified name of the current event.
getQName(int) - Method in class javolution.xml.stream.XMLStreamReaderImpl
Returns the qualified name of the element at the specified level.
getShort() - Method in class _templates.java.nio.ByteBuffer
 
getShort(int) - Method in class _templates.java.nio.ByteBuffer
 
getStreamReader() - Method in class _templates.javolution.xml.XMLFormat.InputElement
Returns the StAX-like stream reader (provides complete control over the unmarshalling process).
getStreamReader() - Method in class _templates.javolution.xml.XMLObjectReader
Returns the stream reader being used by this reader (it can be used to set prefix, read prologs, etc).
getStreamReader() - Method in class javolution.xml.XMLFormat.InputElement
Returns the StAX-like stream reader (provides complete control over the unmarshalling process).
getStreamReader() - Method in class javolution.xml.XMLObjectReader
Returns the stream reader being used by this reader (it can be used to set prefix, read prologs, etc).
getStreamWriter() - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Returns the StAX-like stream writer (provides complete control over the marshalling process).
getStreamWriter() - Method in class _templates.javolution.xml.XMLObjectWriter
Returns the stream writer used by this object writer (it can be used to write prolog, write namespaces, etc).
getStreamWriter() - Method in class javolution.xml.XMLFormat.OutputElement
Returns the StAX-like stream writer (provides complete control over the marshalling process).
getStreamWriter() - Method in class javolution.xml.XMLObjectWriter
Returns the stream writer used by this object writer (it can be used to write prolog, write namespaces, etc).
getSuperclass(Class) - Method in class _templates.javolution.lang.Reflection
Returns the parent class of the specified class or interface.
getSuperclass(Class) - Method in class javolution.lang.Reflection
Returns the parent class of the specified class or interface.
getSystemId() - Method in interface _templates.javolution.xml.stream.Location
Returns the system ID of the XML
getSystemId() - Method in interface javolution.xml.stream.Location
Returns the system ID of the XML
getText() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the current value of the parse event as a string, this returns the string value of a CHARACTERS event, returns the value of a COMMENT, the replacement value for an ENTITY_REFERENCE, the string value of a CDATA section, the string value for a SPACE event, or the String value of the internal subset of the DTD.
getText() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getText() - Method in class _templates.javolution.xml.XMLFormat.InputElement
Returns the content of a text-only element (equivalent to getStreamReader().getElementText()).
getText() - Method in interface javolution.xml.stream.XMLStreamReader
Returns the current value of the parse event as a string, this returns the string value of a CHARACTERS event, returns the value of a COMMENT, the replacement value for an ENTITY_REFERENCE, the string value of a CDATA section, the string value for a SPACE event, or the String value of the internal subset of the DTD.
getText() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getText() - Method in class javolution.xml.XMLFormat.InputElement
Returns the content of a text-only element (equivalent to getStreamReader().getElementText()).
getTextCharacters() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns an array which contains the characters from this event.
getTextCharacters(int, char[], int, int) - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Gets the the text associated with a CHARACTERS, SPACE or CDATA event.
getTextCharacters() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getTextCharacters(int, char[], int, int) - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getTextCharacters() - Method in interface javolution.xml.stream.XMLStreamReader
Returns an array which contains the characters from this event.
getTextCharacters(int, char[], int, int) - Method in interface javolution.xml.stream.XMLStreamReader
Gets the the text associated with a CHARACTERS, SPACE or CDATA event.
getTextCharacters() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getTextCharacters(int, char[], int, int) - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getTextLength() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the length of the sequence of characters for this Text event within the text character array.
getTextLength() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getTextLength() - Method in interface javolution.xml.stream.XMLStreamReader
Returns the length of the sequence of characters for this Text event within the text character array.
getTextLength() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getTextStart() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns the offset into the text character array where the first character (of this text event) is stored.
getTextStart() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getTextStart() - Method in interface javolution.xml.stream.XMLStreamReader
Returns the offset into the text character array where the first character (of this text event) is stored.
getTextStart() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getThrown() - Method in class _templates.java.util.logging.LogRecord
 
getType(int) - Method in interface _templates.javolution.xml.sax.Attributes
Looks up an attribute's type by index.
getType(CharSequence, CharSequence) - Method in interface _templates.javolution.xml.sax.Attributes
Looks up an attribute's type by Namespace name (convenience method).
getType(CharSequence) - Method in interface _templates.javolution.xml.sax.Attributes
Looks up an attribute's type by XML 1.0 qualified name.
getType(int) - Method in interface javolution.xml.sax.Attributes
Looks up an attribute's type by index.
getType(CharSequence, CharSequence) - Method in interface javolution.xml.sax.Attributes
Looks up an attribute's type by Namespace name (convenience method).
getType(CharSequence) - Method in interface javolution.xml.sax.Attributes
Looks up an attribute's type by XML 1.0 qualified name.
getURI(int) - Method in interface _templates.javolution.xml.sax.Attributes
Looks up an attribute's Namespace URI by index.
getURI(int) - Method in interface javolution.xml.sax.Attributes
Looks up an attribute's Namespace URI by index.
getValue() - Method in interface _templates.java.util.Map.Entry
 
getValue() - Method in class _templates.javolution.util.FastList.Node
Returns the value for this node.
getValue() - Method in class _templates.javolution.util.FastMap.Entry
Returns the value for this entry.
getValue(int) - Method in interface _templates.javolution.xml.sax.Attributes
Looks up an attribute's value by index.
getValue(CharSequence, CharSequence) - Method in interface _templates.javolution.xml.sax.Attributes
Looks up an attribute's value by Namespace name (convenience method).
getValue(CharSequence) - Method in interface _templates.javolution.xml.sax.Attributes
Looks up an attribute's value by XML 1.0 qualified name (convenience method).
getValue() - Method in class javolution.util.FastList.Node
Returns the value for this node.
getValue() - Method in class javolution.util.FastMap.Entry
Returns the value for this entry.
getValue(int) - Method in interface javolution.xml.sax.Attributes
Looks up an attribute's value by index.
getValue(CharSequence, CharSequence) - Method in interface javolution.xml.sax.Attributes
Looks up an attribute's value by Namespace name (convenience method).
getValue(CharSequence) - Method in interface javolution.xml.sax.Attributes
Looks up an attribute's value by XML 1.0 qualified name (convenience method).
getValueComparator() - Method in class _templates.javolution.util.FastCollection
Returns the value comparator for this collection (default FastComparator.DEFAULT).
getValueComparator() - Method in class _templates.javolution.util.FastList
 
getValueComparator() - Method in class _templates.javolution.util.FastMap
Returns the value comparator for this fast map.
getValueComparator() - Method in class _templates.javolution.util.FastSet
 
getValueComparator() - Method in class _templates.javolution.util.FastTable
 
getValueComparator() - Method in class javolution.util.FastCollection
Returns the value comparator for this collection (default FastComparator.DEFAULT).
getValueComparator() - Method in class javolution.util.FastList
 
getValueComparator() - Method in class javolution.util.FastMap
Returns the value comparator for this fast map.
getValueComparator() - Method in class javolution.util.FastSet
 
getValueComparator() - Method in class javolution.util.FastTable
 
getVersion() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Gets the xml version declared on the xml declaration.
getVersion() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
getVersion() - Method in interface javolution.xml.stream.XMLStreamReader
Gets the xml version declared on the xml declaration.
getVersion() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
getWidth() - Method in exception _templates.java.util.IllegalFormatWidthException
 

H

HALF_PI - Static variable in class _templates.javolution.lang.MathLib
Half the ratio of the circumference of a circle to its diameter.
HALF_PI - Static variable in class javolution.lang.MathLib
Half the ratio of the circumference of a circle to its diameter.
hasArray() - Method in class _templates.java.nio.ByteBuffer
 
hashCode() - Method in interface _templates.java.util.Collection
 
hashCode() - Method in interface _templates.java.util.List
 
hashCode() - Method in interface _templates.java.util.Map.Entry
 
hashCode() - Method in interface _templates.java.util.Map
 
hashCode() - Method in interface _templates.java.util.Set
 
hashCode() - Method in class _templates.javolution.lang.Enum
Returns the enums' hashcode.
hashCode() - Method in class _templates.javolution.text.CharArray
Returns the hash code for this CharArray.
hashCode() - Method in class _templates.javolution.text.Cursor
Returns the hash code for this cursor.
hashCode() - Method in class _templates.javolution.text.Text
Returns the hash code for this text.
hashCode() - Method in class _templates.javolution.text.TextBuilder
Returns the hash code for this text builder.
hashCode() - Method in class _templates.javolution.util.FastBitSet
 
hashCode() - Method in class _templates.javolution.util.FastCollection
Returns the hash code for this collection.
hashCode() - Method in class _templates.javolution.util.FastMap.Entry
Returns the hash code for this entry.
hashCode() - Method in class _templates.javolution.util.FastMap
Returns the hash code value for this map.
hashCode() - Method in class _templates.javolution.util.Index
Returns the hash code for this index.
hashCode() - Method in class _templates.javolution.xml.QName
Returns the hash code for this qualified name.
hashCode() - Method in class javolution.text.CharArray
Returns the hash code for this CharArray.
hashCode() - Method in class javolution.text.Cursor
Returns the hash code for this cursor.
hashCode() - Method in class javolution.text.Text
Returns the hash code for this text.
hashCode() - Method in class javolution.text.TextBuilder
Returns the hash code for this text builder.
hashCode() - Method in class javolution.util.FastBitSet
 
hashCode() - Method in class javolution.util.FastCollection
Returns the hash code for this collection.
hashCode() - Method in class javolution.util.FastMap.Entry
Returns the hash code for this entry.
hashCode() - Method in class javolution.util.FastMap
Returns the hash code value for this map.
hashCode() - Method in class javolution.util.Index
Returns the hash code for this index.
hashCode() - Method in class javolution.xml.QName
Returns the hash code for this qualified name.
hashCodeOf(Object) - Method in class _templates.javolution.util.FastComparator
Returns the hash code for the specified object (consistent with FastComparator.areEqual(java.lang.Object, java.lang.Object)).
hashCodeOf(T) - Method in class javolution.util.FastComparator
Returns the hash code for the specified object (consistent with FastComparator.areEqual(T, T)).
HashMap - Class in _templates.java.util
 
HashMap() - Constructor for class _templates.java.util.HashMap
 
HashMap(int) - Constructor for class _templates.java.util.HashMap
 
HashSet - Class in _templates.java.util
 
HashSet() - Constructor for class _templates.java.util.HashSet
 
HashSet(int) - Constructor for class _templates.java.util.HashSet
 
hasName() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Indicates if the current event has a name (is a START_ELEMENT or END_ELEMENT).
hasName() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
hasName() - Method in interface javolution.xml.stream.XMLStreamReader
Indicates if the current event has a name (is a START_ELEMENT or END_ELEMENT).
hasName() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
hasNext() - Method in interface _templates.java.util.Iterator
 
hasNext() - Method in interface _templates.java.util.ListIterator
 
hasNext() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Returns true if there are more parsing events and false if there are no more events.
hasNext() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
hasNext() - Method in class _templates.javolution.xml.XMLFormat.InputElement
Indicates if more nested XML element can be read.
hasNext() - Method in class _templates.javolution.xml.XMLObjectReader
Indicates if more elements can be read.
hasNext() - Method in interface javolution.xml.stream.XMLStreamReader
Returns true if there are more parsing events and false if there are no more events.
hasNext() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
hasNext() - Method in class javolution.xml.XMLFormat.InputElement
Indicates if more nested XML element can be read.
hasNext() - Method in class javolution.xml.XMLObjectReader
Indicates if more elements can be read.
hasPrevious() - Method in interface _templates.java.util.ListIterator
 
hasRemaining() - Method in class _templates.java.nio.Buffer
 
hasText() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Indicates if the current event has text.
hasText() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
hasText() - Method in interface javolution.xml.stream.XMLStreamReader
Indicates if the current event has text.
hasText() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
head() - Method in class _templates.javolution.util.FastBitSet
 
head() - Method in class _templates.javolution.util.FastCollection
Returns the head record of this collection; it is the record such as head().getNext() holds the first collection value.
head() - Method in class _templates.javolution.util.FastList
 
head() - Method in class _templates.javolution.util.FastMap
Returns the head entry of this map.
head() - Method in class _templates.javolution.util.FastSet
 
head() - Method in class _templates.javolution.util.FastTable
 
head() - Method in class javolution.util.FastBitSet
 
head() - Method in class javolution.util.FastCollection
Returns the head record of this collection; it is the record such as head().getNext() holds the first collection value.
head() - Method in class javolution.util.FastList
 
head() - Method in class javolution.util.FastMap
Returns the head entry of this map.
head() - Method in class javolution.util.FastSet
 
head() - Method in class javolution.util.FastTable
 
headMap(Object) - Method in interface _templates.java.util.SortedMap
 
headSet(Object) - Method in interface _templates.java.util.SortedSet
 
HeapContext - Class in _templates.javolution.context
This class represents the default allocator context.
HeapContext() - Constructor for class _templates.javolution.context.HeapContext
Default constructor.
HeapContext - Class in javolution.context
This class represents the default allocator context.
HeapContext() - Constructor for class javolution.context.HeapContext
Default constructor.

I

IDENTITY - Static variable in class _templates.javolution.util.FastComparator
Holds the identity comparator; poorly distributed system hashcodes are rehashed.
IDENTITY - Static variable in class javolution.util.FastComparator
Holds the identity comparator; poorly distributed system hashcodes are rehashed.
ignorableWhitespace(char[], int, int) - Method in interface _templates.javolution.xml.sax.ContentHandler
Receives notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class _templates.javolution.xml.sax.DefaultHandler
 
ignorableWhitespace(char[], int, int) - Method in interface javolution.xml.sax.ContentHandler
Receives notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class javolution.xml.sax.DefaultHandler
 
ignore(boolean) - Method in class _templates.javolution.testing.TestCase
Selects whether or not this test case should be ignored.
ignore(boolean) - Method in class javolution.testing.TestCase
Selects whether or not this test case should be ignored.
IllegalFormatCodePointException - Exception in _templates.java.util
 
IllegalFormatCodePointException(int) - Constructor for exception _templates.java.util.IllegalFormatCodePointException
 
IllegalFormatConversionException - Exception in _templates.java.util
 
IllegalFormatConversionException(char, Class) - Constructor for exception _templates.java.util.IllegalFormatConversionException
 
IllegalFormatException - Exception in _templates.java.util
 
IllegalFormatFlagsException - Exception in _templates.java.util
 
IllegalFormatFlagsException(String) - Constructor for exception _templates.java.util.IllegalFormatFlagsException
 
IllegalFormatPrecisionException - Exception in _templates.java.util
 
IllegalFormatPrecisionException(int) - Constructor for exception _templates.java.util.IllegalFormatPrecisionException
 
IllegalFormatWidthException - Exception in _templates.java.util
 
IllegalFormatWidthException(int) - Constructor for exception _templates.java.util.IllegalFormatWidthException
 
IllegalStateException - Exception in _templates.java.lang
 
IllegalStateException() - Constructor for exception _templates.java.lang.IllegalStateException
 
IllegalStateException(String) - Constructor for exception _templates.java.lang.IllegalStateException
 
ImmortalContext - Class in _templates.javolution.context
This class represents an allocator from immortal memory (RTSJ).
ImmortalContext - Class in javolution.context
This class represents an allocator from immortal memory (RTSJ).
Immutable - Interface in _templates.javolution.lang
This interface identifies classes whose instances are not subject or susceptible to change or variation after creation.
Immutable - Interface in javolution.lang
This interface identifies classes whose instances are not subject or susceptible to change or variation after creation.
increment() - Method in class _templates.javolution.text.Cursor
Increments the cursor index by one.
increment(int) - Method in class _templates.javolution.text.Cursor
Increments the cursor index by the specified value.
increment() - Method in class javolution.text.Cursor
Increments the cursor index by one.
increment(int) - Method in class javolution.text.Cursor
Increments the cursor index by the specified value.
INDENTATION - Static variable in class _templates.javolution.xml.stream.XMLOutputFactory
Property used to specify an indentation string; non-null indentation forces the writer to write elements into separate lines (type: String, default: null).
INDENTATION - Static variable in class javolution.xml.stream.XMLOutputFactory
Property used to specify an indentation string; non-null indentation forces the writer to write elements into separate lines (type: String, default: null).
Index - Class in _templates.javolution.util
This class represents a unique index which can be used instead of java.lang.Integer for primitive data types collections.
Index - Class in javolution.util
This class represents a unique index which can be used instead of java.lang.Integer for primitive data types collections.
indexIn(CharSequence) - Method in class _templates.javolution.text.CharSet
Equivalent to indexIn(csq, 0)
indexIn(CharSequence, int) - Method in class _templates.javolution.text.CharSet
Returns the first index in the specified character sequence of one of the character of this set.
indexIn(char[]) - Method in class _templates.javolution.text.CharSet
Equivalent to indexIn(chars, 0)
indexIn(char[], int) - Method in class _templates.javolution.text.CharSet
Returns the first index in the specified character array of one of the character of this set.
indexIn(CharSequence) - Method in class javolution.text.CharSet
Equivalent to indexIn(csq, 0)
indexIn(CharSequence, int) - Method in class javolution.text.CharSet
Returns the first index in the specified character sequence of one of the character of this set.
indexIn(char[]) - Method in class javolution.text.CharSet
Equivalent to indexIn(chars, 0)
indexIn(char[], int) - Method in class javolution.text.CharSet
Returns the first index in the specified character array of one of the character of this set.
indexOf(Object) - Method in interface _templates.java.util.List
 
indexOf(CharSequence) - Method in class _templates.javolution.text.CharArray
Returns the index within this character sequence of the first occurrence of the specified characters sequence searching forward.
indexOf(char) - Method in class _templates.javolution.text.CharArray
Returns the index within this character sequence of the first occurrence of the specified character searching forward.
indexOf(CharSequence) - Method in class _templates.javolution.text.Text
Returns the index within this text of the first occurrence of the specified character sequence searching forward.
indexOf(CharSequence, int) - Method in class _templates.javolution.text.Text
Returns the index within this text of the first occurrence of the specified characters sequence searching forward from the specified index.
indexOf(char) - Method in class _templates.javolution.text.Text
Returns the index within this text of the first occurrence of the specified character, starting the search at the beginning.
indexOf(char, int) - Method in class _templates.javolution.text.Text
Returns the index within this text of the first occurrence of the specified character, starting the search at the specified index.
indexOf(Object) - Method in class _templates.javolution.util.FastList
Returns the index in this list of the first occurrence of the specified value, or -1 if this list does not contain this value.
indexOf(Object) - Method in class _templates.javolution.util.FastTable
Returns the index in this table of the first occurrence of the specified value, or -1 if this table does not contain this value.
indexOf(CharSequence) - Method in class javolution.text.CharArray
Returns the index within this character sequence of the first occurrence of the specified characters sequence searching forward.
indexOf(char) - Method in class javolution.text.CharArray
Returns the index within this character sequence of the first occurrence of the specified character searching forward.
indexOf(CharSequence) - Method in class javolution.text.Text
Returns the index within this text of the first occurrence of the specified character sequence searching forward.
indexOf(CharSequence, int) - Method in class javolution.text.Text
Returns the index within this text of the first occurrence of the specified characters sequence searching forward from the specified index.
indexOf(char) - Method in class javolution.text.Text
Returns the index within this text of the first occurrence of the specified character, starting the search at the beginning.
indexOf(char, int) - Method in class javolution.text.Text
Returns the index within this text of the first occurrence of the specified character, starting the search at the specified index.
indexOf(Object) - Method in class javolution.util.FastList
Returns the index in this list of the first occurrence of the specified value, or -1 if this list does not contain this value.
indexOf(Object) - Method in class javolution.util.FastTable
Returns the index in this table of the first occurrence of the specified value, or -1 if this table does not contain this value.
indexOfAny(CharSet) - Method in class _templates.javolution.text.Text
Returns the index within this text of the first occurrence of any character in the specified character set.
indexOfAny(CharSet, int) - Method in class _templates.javolution.text.Text
Returns the index within a region of this text of the first occurrence of any character in the specified character set.
indexOfAny(CharSet, int, int) - Method in class _templates.javolution.text.Text
Returns the index within a region of this text of the first occurrence of any character in the specified character set.
indexOfAny(CharSet) - Method in class javolution.text.Text
Returns the index within this text of the first occurrence of any character in the specified character set.
indexOfAny(CharSet, int) - Method in class javolution.text.Text
Returns the index within a region of this text of the first occurrence of any character in the specified character set.
indexOfAny(CharSet, int, int) - Method in class javolution.text.Text
Returns the index within a region of this text of the first occurrence of any character in the specified character set.
Infinity - Static variable in class _templates.javolution.lang.MathLib
Infinity.
Infinity - Static variable in class javolution.lang.MathLib
Infinity.
INFO - Static variable in class _templates.java.util.logging.Level
 
info(String) - Method in class _templates.java.util.logging.Logger
 
info(CharSequence) - Static method in class _templates.javolution.context.LogContext
Logs the specified informative message.
info(Object) - Static method in class _templates.javolution.context.LogContext
Equivalent to LogContext.info(CharSequence) except that formatting is done only if info is logged.
info(CharSequence) - Static method in class javolution.context.LogContext
Logs the specified informative message.
info(Object) - Static method in class javolution.context.LogContext
Equivalent to LogContext.info(CharSequence) except that formatting is done only if info is logged.
info(Object...) - Static method in class javolution.context.LogContext
Equivalent to LogContext.info(CharSequence) except that formatting is done only if info is logged.
INITIAL_FIRST - Static variable in class _templates.javolution.util.Index
Holds the initial first index value (default -1).
INITIAL_FIRST - Static variable in class javolution.util.Index
Holds the initial first index value (default -1).
INITIAL_LAST - Static variable in class _templates.javolution.util.Index
Holds the initial last index value (default 31).
INITIAL_LAST - Static variable in class javolution.util.Index
Holds the initial last index value (default 31).
initialize(Class) - Static method in class _templates.javolution.lang.ClassInitializer
Initializes the specified class.
initialize(String) - Static method in class _templates.javolution.lang.ClassInitializer
Initializes the class with the specified name.
initialize(Class) - Static method in class javolution.lang.ClassInitializer
Initializes the specified class.
initialize(String) - Static method in class javolution.lang.ClassInitializer
Initializes the class with the specified name.
initializeAll() - Static method in class _templates.javolution.lang.ClassInitializer
Initializes all runtime and classpath classes.
initializeAll() - Static method in class javolution.lang.ClassInitializer
Initializes all runtime and classpath classes.
initializeClassPath() - Static method in class _templates.javolution.lang.ClassInitializer
Initializes all classes in current classpath.
initializeClassPath() - Static method in class javolution.lang.ClassInitializer
Initializes all classes in current classpath.
initializeDir(String) - Static method in class _templates.javolution.lang.ClassInitializer
Initializes all the classes in the specified directory.
initializeDir(String) - Static method in class javolution.lang.ClassInitializer
Initializes all the classes in the specified directory.
initializeJar(String) - Static method in class _templates.javolution.lang.ClassInitializer
Initializes all the classes in the specified jar file.
initializeJar(String) - Static method in class javolution.lang.ClassInitializer
Initializes all the classes in the specified jar file.
initializeRuntime() - Static method in class _templates.javolution.lang.ClassInitializer
Initializes runtime classes (bootstrap classes in System.getProperty("sun.boot.class.path")) and the extension .jar in lib/ext directory).
initializeRuntime() - Static method in class javolution.lang.ClassInitializer
Initializes runtime classes (bootstrap classes in System.getProperty("sun.boot.class.path")) and the extension .jar in lib/ext directory).
initialValue() - Method in class _templates.java.lang.ThreadLocal
 
inner(Struct) - Method in class _templates.javolution.io.Struct
Defines the specified struct as inner of this struct.
inner(S) - Method in class javolution.io.Struct
Defines the specified struct as inner of this struct.
InputMismatchException - Exception in _templates.java.util
 
InputMismatchException() - Constructor for exception _templates.java.util.InputMismatchException
 
InputMismatchException(String) - Constructor for exception _templates.java.util.InputMismatchException
 
insert(int, Text) - Method in class _templates.javolution.text.Text
Returns the text having the specified text inserted at the specified location.
insert(int, CharSequence) - Method in class _templates.javolution.text.TextBuilder
Inserts the specified character sequence at the specified location.
insert(int, Text) - Method in class javolution.text.Text
Returns the text having the specified text inserted at the specified location.
insert(int, CharSequence) - Method in class javolution.text.TextBuilder
Inserts the specified character sequence at the specified location.
intern(CharSequence) - Static method in class _templates.javolution.text.Text
Returns a text equals to the specified character sequence from a pool of unique text instances in ImmortalMemory.
intern(String) - Static method in class _templates.javolution.text.Text
Returns a text equals to the specified string from a pool of unique text instances in ImmortalMemory.
intern(CharSequence) - Static method in class javolution.text.Text
Returns a text equals to the specified character sequence from a pool of unique text instances in ImmortalMemory.
intern(String) - Static method in class javolution.text.Text
Returns a text equals to the specified string from a pool of unique text instances in ImmortalMemory.
intersects(FastBitSet) - Method in class _templates.javolution.util.FastBitSet
Returns true if this bit set shares at least one common bit with the specified bit set.
intersects(FastBitSet) - Method in class javolution.util.FastBitSet
Returns true if this bit set shares at least one common bit with the specified bit set.
INTS_FACTORY - Static variable in class _templates.javolution.context.ArrayFactory
Holds factory for int arrays.
INTS_FACTORY - Static variable in class javolution.context.ArrayFactory
Holds factory for int arrays.
intValue() - Method in class _templates.java.lang.Number
 
intValue() - Method in class _templates.java.util.logging.Level
 
intValue() - Method in class _templates.javolution.io.Struct.BitField
 
intValue() - Method in class _templates.javolution.util.Index
Returns the index value as int.
intValue() - Method in class javolution.io.Struct.BitField
 
intValue() - Method in class javolution.util.Index
Returns the index value as int.
InvalidClassException - Exception in _templates.java.io
 
InvalidClassException(String) - Constructor for exception _templates.java.io.InvalidClassException
 
InvalidClassException(String, String) - Constructor for exception _templates.java.io.InvalidClassException
 
InvalidMarkException - Exception in _templates.java.nio
 
InvalidMarkException() - Constructor for exception _templates.java.nio.InvalidMarkException
 
InvalidObjectException - Exception in _templates.java.io
 
InvalidObjectException(String) - Constructor for exception _templates.java.io.InvalidObjectException
 
InvalidPropertiesFormatException - Exception in _templates.java.util
 
InvalidPropertiesFormatException(String) - Constructor for exception _templates.java.util.InvalidPropertiesFormatException
 
invoke(Object) - Method in interface _templates.javolution.lang.Reflection.Method
Invokes this method on the specified object which might be null if the method is static (convenience method).
invoke(Object, Object) - Method in interface _templates.javolution.lang.Reflection.Method
Invokes this method with the specified single argument on the specified object which might be null if the method is static (convenience method).
invoke(Object, Object, Object) - Method in interface _templates.javolution.lang.Reflection.Method
Invokes this method with the specified two arguments on the specified object which might be null if the method is static (convenience method).
invoke(Object, Object, Object, Object) - Method in interface _templates.javolution.lang.Reflection.Method
Invokes this method with the specified three arguments on the specified object which might be null if the method is static.
invoke() - Method in class _templates.javolution.xml.ws.WebServiceClient
Invokes the web service.
invoke(Object) - Method in interface javolution.lang.Reflection.Method
Invokes this method on the specified object which might be null if the method is static (convenience method).
invoke(Object, Object) - Method in interface javolution.lang.Reflection.Method
Invokes this method with the specified single argument on the specified object which might be null if the method is static (convenience method).
invoke(Object, Object, Object) - Method in interface javolution.lang.Reflection.Method
Invokes this method with the specified two arguments on the specified object which might be null if the method is static (convenience method).
invoke(Object, Object, Object, Object) - Method in interface javolution.lang.Reflection.Method
Invokes this method with the specified three arguments on the specified object which might be null if the method is static.
invoke(Object, Object...) - Method in interface javolution.lang.Reflection.Method
Invokes this method with the specified arguments on the specified object which might be null if the method is static.
invoke() - Method in class javolution.xml.ws.WebServiceClient
Invokes the web service.
IS_COALESCING - Static variable in class _templates.javolution.xml.stream.XMLInputFactory
The property that requires the parser to coalesce adjacent character data sections (type: Boolean, default: FALSE)
IS_COALESCING - Static variable in class javolution.xml.stream.XMLInputFactory
The property that requires the parser to coalesce adjacent character data sections (type: Boolean, default: FALSE)
IS_REPAIRING_NAMESPACES - Static variable in class _templates.javolution.xml.stream.XMLOutputFactory
Property used to set prefix defaulting on the output side (type: Boolean, default: FALSE).
IS_REPAIRING_NAMESPACES - Static variable in class javolution.xml.stream.XMLOutputFactory
Property used to set prefix defaulting on the output side (type: Boolean, default: FALSE).
isAttributeSpecified(int) - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Indicates if this attribute was created by default.
isAttributeSpecified(int) - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
isAttributeSpecified(int) - Method in interface javolution.xml.stream.XMLStreamReader
Indicates if this attribute was created by default.
isAttributeSpecified(int) - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
isBlank() - Method in class _templates.javolution.text.Text
Indicates if all characters of this text are whitespaces (no characters greater than the space character).
isBlank(int, int) - Method in class _templates.javolution.text.Text
Indicates if the specified sub-range of characters of this text are whitespaces (no characters greater than the space character).
isBlank() - Method in class javolution.text.Text
Indicates if all characters of this text are whitespaces (no characters greater than the space character).
isBlank(int, int) - Method in class javolution.text.Text
Indicates if the specified sub-range of characters of this text are whitespaces (no characters greater than the space character).
isCharacters() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Indicates if the cursor points to character data.
isCharacters() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
isCharacters() - Method in interface javolution.xml.stream.XMLStreamReader
Indicates if the cursor points to character data.
isCharacters() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
isConfigurable(Configurable) - Method in class _templates.javolution.context.SecurityContext
Indicates if this security context allows changes in the specified Configurable (default true).
isConfigurable(Configurable) - Method in class javolution.context.SecurityContext
Indicates if this security context allows changes in the specified Configurable (default true).
isDebugLogged() - Static method in class _templates.javolution.context.LogContext
Indicates if debug messages are currently logged.
isDebugLogged() - Static method in class javolution.context.LogContext
Indicates if debug messages are currently logged.
isDirect() - Method in class _templates.java.nio.ByteBuffer
 
isDirectory() - Method in class _templates.java.io.File
 
isEmpty() - Method in interface _templates.java.util.Collection
 
isEmpty() - Method in interface _templates.java.util.List
 
isEmpty() - Method in interface _templates.java.util.Map
 
isEmpty() - Method in interface _templates.java.util.Set
 
isEmpty() - Method in class _templates.javolution.util.FastCollection
Indicates if this collection is empty.
isEmpty() - Method in class _templates.javolution.util.FastMap
Indicates if this map contains no key-value mappings.
isEmpty() - Method in class _templates.javolution.util.LocalMap
Indicates if this map contains no key-value mappings.
isEmpty() - Method in class javolution.util.FastCollection
Indicates if this collection is empty.
isEmpty() - Method in class javolution.util.FastMap
Indicates if this map contains no key-value mappings.
isEmpty() - Method in class javolution.util.LocalMap
Indicates if this map contains no key-value mappings.
isEndElement() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Indicates if the cursor points to an end tag.
isEndElement() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
isEndElement() - Method in interface javolution.xml.stream.XMLStreamReader
Indicates if the cursor points to an end tag.
isEndElement() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
isErrorLogged() - Static method in class _templates.javolution.context.LogContext
Indicates if error messages are currently logged.
isErrorLogged() - Static method in class javolution.context.LogContext
Indicates if error messages are currently logged.
isIgnored() - Method in class _templates.javolution.testing.TestCase
Indicates whether or not this test case should be ignored.
isIgnored() - Method in class javolution.testing.TestCase
Indicates whether or not this test case should be ignored.
isInfoLogged() - Static method in class _templates.javolution.context.LogContext
Indicates if info messages are currently logged.
isInfoLogged() - Static method in class javolution.context.LogContext
Indicates if info messages are currently logged.
isLoggable(Level) - Method in class _templates.java.util.logging.Logger
 
isLoggable(Level) - Static method in class _templates.javolution.util.StandardLog
Checks if a message of the given level would actually be logged by this logger.
isLoggable(Level) - Static method in class javolution.util.StandardLog
Checks if a message of the given level would actually be logged by this logger.
isLogged(String) - Method in class _templates.javolution.context.LogContext
Indicates if the messages of the specified category are being logged (default true all messages are being logged).
isLogged(String) - Method in class _templates.javolution.util.StandardLog
 
isLogged(String) - Method in class javolution.context.LogContext
Indicates if the messages of the specified category are being logged (default true all messages are being logged).
isLogged(String) - Method in class javolution.util.StandardLog
 
ISO_CONTROLS - Static variable in class _templates.javolution.text.CharSet
Represents ISO control characters according to Java (see Character.isISOControl(char)).
ISO_CONTROLS - Static variable in class javolution.text.CharSet
Represents ISO control characters according to Java (see Character.isISOControl(char)).
isPacked() - Method in class _templates.javolution.io.Struct
Indicates if this struct is packed (configurable).
isPacked() - Method in class javolution.io.Struct
Indicates if this struct is packed (configurable).
isParallelizable() - Method in class _templates.javolution.testing.TestSuite
Indicates if the test cases of this test suite can be run concurrently (default true).
isParallelizable() - Method in class javolution.testing.TestSuite
Indicates if the test cases of this test suite can be run concurrently (default true).
isParsingSupported() - Method in class _templates.javolution.text.TextFormat
Indicates if this format supports parsing (default true).
isParsingSupported() - Method in class javolution.text.TextFormat
Indicates if this format supports parsing (default true).
isPropertySupported(String) - Method in class _templates.javolution.xml.stream.XMLInputFactory
Queries the set of properties that this factory supports.
isPropertySupported(String) - Method in class _templates.javolution.xml.stream.XMLOutputFactory
Queries the set of properties that this factory supports.
isPropertySupported(String) - Method in class javolution.xml.stream.XMLInputFactory
Queries the set of properties that this factory supports.
isPropertySupported(String) - Method in class javolution.xml.stream.XMLOutputFactory
Queries the set of properties that this factory supports.
isReadOnly() - Method in class _templates.java.nio.Buffer
 
isReferenceable() - Method in class _templates.javolution.xml.XMLFormat
Indicates if the object serialized through this format can be referenced to (default true).
isReferenceable() - Method in class javolution.xml.XMLFormat
Indicates if the object serialized through this format can be referenced to (default true).
isReplaceable() - Method in class _templates.javolution.context.SecurityContext
Indicates if a new security context can be entered (default true).
isReplaceable() - Method in class javolution.context.SecurityContext
Indicates if a new security context can be entered (default true).
isShared() - Method in class _templates.javolution.util.FastMap
Indicates if this map supports concurrent operations without synchronization (default unshared).
isShared() - Method in class javolution.util.FastMap
Indicates if this map supports concurrent operations without synchronization (default unshared).
isStandalone() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Gets the standalone declaration from the xml declaration.
isStandalone() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
isStandalone() - Method in interface javolution.xml.stream.XMLStreamReader
Gets the standalone declaration from the xml declaration.
isStandalone() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
isStartElement() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Indicates if the cursor points to a start tag.
isStartElement() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
isStartElement() - Method in interface javolution.xml.stream.XMLStreamReader
Indicates if the cursor points to a start tag.
isStartElement() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
isUnion() - Method in class _templates.javolution.io.Struct
Indicates if this struct's members are mapped to the same location in memory (default false).
isUnion() - Method in class _templates.javolution.io.Union
Returns true.
isUnion() - Method in class javolution.io.Struct
Indicates if this struct's members are mapped to the same location in memory (default false).
isUnion() - Method in class javolution.io.Union
Returns true.
isUpToDate() - Method in class _templates.javolution.io.Struct.Reference32
 
isUpToDate() - Method in class _templates.javolution.io.Struct.Reference64
 
isUpToDate() - Method in class javolution.io.Struct.Reference32
 
isUpToDate() - Method in class javolution.io.Struct.Reference64
 
isWarningLogged() - Static method in class _templates.javolution.context.LogContext
Indicates if warning messages are currently logged.
isWarningLogged() - Static method in class javolution.context.LogContext
Indicates if warning messages are currently logged.
isWhiteSpace() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Indicates if the cursor points to character data that consists of all whitespace.
isWhiteSpace() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
isWhiteSpace() - Method in interface javolution.xml.stream.XMLStreamReader
Indicates if the cursor points to character data that consists of all whitespace.
isWhiteSpace() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
Iterable - Interface in _templates.java.lang
 
iterator() - Method in interface _templates.java.lang.Iterable
 
iterator() - Method in interface _templates.java.util.Collection
 
Iterator - Interface in _templates.java.util
 
iterator() - Method in interface _templates.java.util.List
 
iterator() - Method in interface _templates.java.util.Set
 
iterator() - Method in class _templates.javolution.util.FastCollection
Returns an iterator over the elements in this collection (allocated on the stack when executed in a StackContext).
iterator() - Method in class _templates.javolution.util.FastList
Returns a simple iterator over the elements in this list (allocated on the stack when executed in a StackContext).
iterator() - Method in class _templates.javolution.util.FastSet
Returns an iterator over the elements in this set (allocated on the stack when executed in a StackContext).
iterator() - Method in class _templates.javolution.util.FastTable
Returns an iterator over the elements in this list (allocated on the stack when executed in a StackContext).
iterator() - Method in class javolution.util.FastCollection
Returns an iterator over the elements in this collection (allocated on the stack when executed in a StackContext).
iterator() - Method in class javolution.util.FastList
Returns a simple iterator over the elements in this list (allocated on the stack when executed in a StackContext).
iterator() - Method in class javolution.util.FastSet
Returns an iterator over the elements in this set (allocated on the stack when executed in a StackContext).
iterator() - Method in class javolution.util.FastTable
Returns an iterator over the elements in this list (allocated on the stack when executed in a StackContext).

J

javax.realtime - package javax.realtime
 
javolution.context - package javolution.context
Provides real-time Context to facilitate separation of concerns and achieve higher level of performance and code predictability.
javolution.io - package javolution.io
Provides utility classes for input and output (such as Struct and Union for direct interoperability with C/C++).
javolution.lang - package javolution.lang
Provides fundamental classes and interfaces; some of which are either missing from the java.lang package or are not available for all platforms (including J2ME CLDC).
javolution.testing - package javolution.testing
Provides classes and interfaces to facilitate all aspects of testing including unit tests, performance, regression, etc.
javolution.text - package javolution.text
Provides classes and interfaces to handle text.
javolution.util - package javolution.util
Provides high-performance collection classes and miscellaneous utilities; although this package provides very few collection classes, they are substitutes for most of java.util.* classes (for example, java.util.IdentityHashMap would be a FastMap with an identity key comparator).
javolution.xml - package javolution.xml
Provides support for the encoding of objects, and the objects reachable from them, into XML; and the complementary reconstruction of the object graph from XML.
javolution.xml.sax - package javolution.xml.sax
Provides SAX2 and SAX2-Like parsers; the later being several times faster than conventional SAX2 parsers (by avoiding String allocations while parsing).
javolution.xml.stream - package javolution.xml.stream
Provides StAX-like XML readers/writers which do not require object creation (such as String) and are consequently faster and more time predictable than standard StAX classes.
javolution.xml.ws - package javolution.xml.ws
Provides classes and interfaces to create and handle web services.
JUnitContext - Class in _templates.javolution.testing
This class represents a test context forwarding events to the JUnit framework (e.g.
JUnitContext() - Constructor for class _templates.javolution.testing.JUnitContext
 
JUnitContext - Class in javolution.testing
This class represents a test context forwarding events to the JUnit framework (e.g.
JUnitContext() - Constructor for class javolution.testing.JUnitContext
 

K

keySet() - Method in interface _templates.java.util.Map
 
keySet() - Method in class _templates.javolution.util.FastMap
Returns a FastCollection view of the keys contained in this map.
keySet() - Method in class _templates.javolution.util.LocalMap
Returns a FastCollection view of the keys contained in this map.
keySet() - Method in class javolution.util.FastMap
Returns a FastCollection view of the keys contained in this map.
keySet() - Method in class javolution.util.LocalMap
Returns a FastCollection view of the keys contained in this map.

L

last() - Method in interface _templates.java.util.SortedSet
 
lastIndexIn(CharSequence) - Method in class _templates.javolution.text.CharSet
lastIndexIn(CharSequence, int) - Method in class _templates.javolution.text.CharSet
Returns the last index in the specified character sequence of one of the character of this set.
lastIndexIn(char[]) - Method in class _templates.javolution.text.CharSet
lastIndexIn(char[], int) - Method in class _templates.javolution.text.CharSet
Returns the last index in the specified character array of one of the character of this set.
lastIndexIn(CharSequence) - Method in class javolution.text.CharSet
lastIndexIn(CharSequence, int) - Method in class javolution.text.CharSet
Returns the last index in the specified character sequence of one of the character of this set.
lastIndexIn(char[]) - Method in class javolution.text.CharSet
lastIndexIn(char[], int) - Method in class javolution.text.CharSet
Returns the last index in the specified character array of one of the character of this set.
lastIndexOf(Object) - Method in interface _templates.java.util.List
 
lastIndexOf(CharSequence) - Method in class _templates.javolution.text.Text
Returns the index within this text of the last occurrence of the specified characters sequence searching backward.
lastIndexOf(CharSequence, int) - Method in class _templates.javolution.text.Text
Returns the index within this text of the last occurrence of the specified character sequence searching backward from the specified index.
lastIndexOf(char, int) - Method in class _templates.javolution.text.Text
Returns the index within this text of the first occurrence of the specified character, searching backward and starting at the specified index.
lastIndexOf(Object) - Method in class _templates.javolution.util.FastList
Returns the index in this list of the last occurrence of the specified value, or -1 if this list does not contain this value.
lastIndexOf(Object) - Method in class _templates.javolution.util.FastTable
Returns the index in this table of the last occurrence of the specified value, or -1 if this table does not contain this value.
lastIndexOf(CharSequence) - Method in class javolution.text.Text
Returns the index within this text of the last occurrence of the specified characters sequence searching backward.
lastIndexOf(CharSequence, int) - Method in class javolution.text.Text
Returns the index within this text of the last occurrence of the specified character sequence searching backward from the specified index.
lastIndexOf(char, int) - Method in class javolution.text.Text
Returns the index within this text of the first occurrence of the specified character, searching backward and starting at the specified index.
lastIndexOf(Object) - Method in class javolution.util.FastList
Returns the index in this list of the last occurrence of the specified value, or -1 if this list does not contain this value.
lastIndexOf(Object) - Method in class javolution.util.FastTable
Returns the index in this table of the last occurrence of the specified value, or -1 if this table does not contain this value.
lastIndexOfAny(CharSet) - Method in class _templates.javolution.text.Text
Returns the index within this text of the last occurrence of any character in the specified character set.
lastIndexOfAny(CharSet, int) - Method in class _templates.javolution.text.Text
Returns the index within a region of this text of the last occurrence of any character in the specified character set.
lastIndexOfAny(CharSet, int, int) - Method in class _templates.javolution.text.Text
Returns the index within a region of this text of the last occurrence of any character in the specified character set.
lastIndexOfAny(CharSet) - Method in class javolution.text.Text
Returns the index within this text of the last occurrence of any character in the specified character set.
lastIndexOfAny(CharSet, int) - Method in class javolution.text.Text
Returns the index within a region of this text of the last occurrence of any character in the specified character set.
lastIndexOfAny(CharSet, int, int) - Method in class javolution.text.Text
Returns the index within a region of this text of the last occurrence of any character in the specified character set.
lastKey() - Method in interface _templates.java.util.SortedMap
 
length - Variable in exception _templates.java.io.OptionalDataException
 
length() - Method in interface _templates.java.lang.CharSequence
 
length() - Method in class _templates.javolution.text.CharArray
Returns the length of this character sequence.
length() - Method in class _templates.javolution.text.Text
Returns the length of this text.
length() - Method in class _templates.javolution.text.TextBuilder
Returns the length (character count) of this text builder.
length() - Method in class _templates.javolution.util.FastBitSet
Returns the logical number of bits actually used by this bit set.
length() - Method in class _templates.javolution.xml.QName
Returns the length of this character sequence.
length() - Method in class javolution.text.CharArray
Returns the length of this character sequence.
length() - Method in class javolution.text.Text
Returns the length of this text.
length() - Method in class javolution.text.TextBuilder
Returns the length (character count) of this text builder.
length() - Method in class javolution.util.FastBitSet
Returns the logical number of bits actually used by this bit set.
length() - Method in class javolution.xml.QName
Returns the length of this character sequence.
Level - Class in _templates.java.util.logging
 
LEXICAL - Static variable in class _templates.javolution.util.FastComparator
Holds a lexicographic comparator for any CharSequence or String instances.
LEXICAL - Static variable in class javolution.util.FastComparator
Holds a lexicographic comparator for any CharSequence or String instances.
limit() - Method in class _templates.java.nio.Buffer
 
limit(int) - Method in class _templates.java.nio.Buffer
 
LINE_SEPARATOR - Static variable in class _templates.javolution.xml.stream.XMLOutputFactory
Property used to specify the new line characters (type: String, default: "\n").
LINE_SEPARATOR - Static variable in class javolution.xml.stream.XMLOutputFactory
Property used to specify the new line characters (type: String, default: "\n").
LinkedHashMap - Class in _templates.java.util
 
LinkedHashMap() - Constructor for class _templates.java.util.LinkedHashMap
 
LinkedHashMap(int) - Constructor for class _templates.java.util.LinkedHashMap
 
LinkedHashSet - Class in _templates.java.util
 
LinkedHashSet() - Constructor for class _templates.java.util.LinkedHashSet
 
LinkedHashSet(int) - Constructor for class _templates.java.util.LinkedHashSet
 
LinkedList - Class in _templates.java.util
 
LinkedList() - Constructor for class _templates.java.util.LinkedList
 
LinkedList(int) - Constructor for class _templates.java.util.LinkedList
 
List - Interface in _templates.java.util
 
listFiles() - Method in class _templates.java.io.File
 
listIterator() - Method in interface _templates.java.util.List
 
listIterator(int) - Method in interface _templates.java.util.List
 
ListIterator - Interface in _templates.java.util
 
listIterator() - Method in class _templates.javolution.util.FastList
Returns a list iterator over the elements in this list (allocated on the stack when executed in a StackContext).
listIterator(int) - Method in class _templates.javolution.util.FastList
Returns a list iterator from the specified position (allocated on the stack when executed in a StackContext).
listIterator() - Method in class _templates.javolution.util.FastTable
Returns a list iterator over the elements in this list (allocated on the stack when executed in a StackContext).
listIterator(int) - Method in class _templates.javolution.util.FastTable
Returns a list iterator from the specified position (allocated on the stack when executed in a StackContext).
listIterator() - Method in class javolution.util.FastList
Returns a list iterator over the elements in this list (allocated on the stack when executed in a StackContext).
listIterator(int) - Method in class javolution.util.FastList
Returns a list iterator from the specified position (allocated on the stack when executed in a StackContext).
listIterator() - Method in class javolution.util.FastTable
Returns a list iterator over the elements in this list (allocated on the stack when executed in a StackContext).
listIterator(int) - Method in class javolution.util.FastTable
Returns a list iterator from the specified position (allocated on the stack when executed in a StackContext).
LITTLE_ENDIAN - Static variable in class _templates.java.nio.ByteOrder
 
LocalContext - Class in _templates.javolution.context
This class represents a context to define locally scoped environment settings.
LocalContext() - Constructor for class _templates.javolution.context.LocalContext
Default constructor.
LocalContext - Class in javolution.context
This class represents a context to define locally scoped environment settings.
LocalContext() - Constructor for class javolution.context.LocalContext
Default constructor.
LocalContext.Reference - Class in _templates.javolution.context
This class represents a reference whose setting is local to the current LocalContext.
LocalContext.Reference<T> - Class in javolution.context
This class represents a reference whose setting is local to the current LocalContext.
LocalMap - Class in _templates.javolution.util
This class represents a map which can be temporarily modified without impacting other threads (scoped changes).
LocalMap() - Constructor for class _templates.javolution.util.LocalMap
Default constructor.
LocalMap<K,V> - Class in javolution.util
This class represents a map which can be temporarily modified without impacting other threads (scoped changes).
LocalMap() - Constructor for class javolution.util.LocalMap
Default constructor.
Location - Interface in _templates.javolution.xml.stream
Provides information on the location of an event.
Location - Interface in javolution.xml.stream
Provides information on the location of an event.
lock() - Method in class _templates.javolution.util.ReentrantLock
Acquires the lock.
lock() - Method in class javolution.util.ReentrantLock
Acquires the lock.
log(LogRecord) - Method in class _templates.java.util.logging.Logger
 
log(Level, String) - Method in class _templates.java.util.logging.Logger
 
log(Level, String, Throwable) - Method in class _templates.java.util.logging.Logger
 
log(double) - Static method in class _templates.javolution.lang.MathLib
Returns the natural logarithm (base e) of the specified value.
log(LogRecord) - Static method in class _templates.javolution.util.StandardLog
Logs a specific LogRecord.
log(double) - Static method in class javolution.lang.MathLib
Returns the natural logarithm (base e) of the specified value.
log(LogRecord) - Static method in class javolution.util.StandardLog
Logs a specific LogRecord.
LOG10 - Static variable in class _templates.javolution.lang.MathLib
The natural logarithm of ten.
log10(double) - Static method in class _templates.javolution.lang.MathLib
Returns the decimal logarithm of the specified value.
LOG10 - Static variable in class javolution.lang.MathLib
The natural logarithm of ten.
log10(double) - Static method in class javolution.lang.MathLib
Returns the decimal logarithm of the specified value.
LOG2 - Static variable in class _templates.javolution.lang.MathLib
The natural logarithm of two.
LOG2 - Static variable in class javolution.lang.MathLib
The natural logarithm of two.
LogContext - Class in _templates.javolution.context
This class represents a context for object-based/thread-based logging capabilities.
LogContext() - Constructor for class _templates.javolution.context.LogContext
Default constructor.
LogContext - Class in javolution.context
This class represents a context for object-based/thread-based logging capabilities.
LogContext() - Constructor for class javolution.context.LogContext
Default constructor.
logDebug(CharSequence) - Method in class _templates.javolution.context.LogContext
Logs the specified debug message.
logDebug(CharSequence) - Method in class _templates.javolution.util.StandardLog
 
logDebug(CharSequence) - Method in class javolution.context.LogContext
Logs the specified debug message.
logDebug(CharSequence) - Method in class javolution.util.StandardLog
 
logError(Throwable, CharSequence) - Method in class _templates.javolution.context.LogContext
Logs the specified error.
logError(Throwable, CharSequence) - Method in class _templates.javolution.util.StandardLog
 
logError(Throwable, CharSequence) - Method in class javolution.context.LogContext
Logs the specified error.
logError(Throwable, CharSequence) - Method in class javolution.util.StandardLog
 
Logger - Class in _templates.java.util.logging
 
logInfo(CharSequence) - Method in class _templates.javolution.context.LogContext
Logs the specified informative message.
logInfo(CharSequence) - Method in class _templates.javolution.util.StandardLog
 
logInfo(CharSequence) - Method in class javolution.context.LogContext
Logs the specified informative message.
logInfo(CharSequence) - Method in class javolution.util.StandardLog
 
logMessage(String, CharSequence) - Method in class _templates.javolution.context.LogContext
Logs the message of specified category (examples of category are "debug", "info", "warning", "error").
logMessage(String, CharSequence) - Method in class _templates.javolution.testing.JUnitContext
 
logMessage(String, CharSequence) - Method in class _templates.javolution.util.StandardLog
 
logMessage(String, CharSequence) - Method in class javolution.context.LogContext
Logs the message of specified category (examples of category are "debug", "info", "warning", "error").
logMessage(String, CharSequence) - Method in class javolution.testing.JUnitContext
 
logMessage(String, CharSequence) - Method in class javolution.util.StandardLog
 
LogRecord - Class in _templates.java.util.logging
 
logWarning(CharSequence) - Method in class _templates.javolution.context.LogContext
Logs the specified warning message.
logWarning(CharSequence) - Method in class _templates.javolution.util.StandardLog
 
logWarning(CharSequence) - Method in class javolution.context.LogContext
Logs the specified warning message.
logWarning(CharSequence) - Method in class javolution.util.StandardLog
 
LONGS_FACTORY - Static variable in class _templates.javolution.context.ArrayFactory
Holds factory for long arrays.
LONGS_FACTORY - Static variable in class javolution.context.ArrayFactory
Holds factory for long arrays.
longValue() - Method in class _templates.java.lang.Number
 
longValue() - Method in class _templates.javolution.io.Struct.BitField
 
longValue() - Method in class _templates.javolution.util.Index
Returns the index value as long.
longValue() - Method in class javolution.io.Struct.BitField
 
longValue() - Method in class javolution.util.Index
Returns the index value as long.

M

Map - Interface in _templates.java.util
 
Map.Entry - Interface in _templates.java.util
 
mark() - Method in class _templates.java.nio.Buffer
 
MathLib - Class in _templates.javolution.lang
This utility class ensures cross-platform portability of the math library.
MathLib - Class in javolution.lang
This utility class ensures cross-platform portability of the math library.
max(int, int) - Static method in class _templates.javolution.lang.MathLib
Returns the greater of two int values.
max(long, long) - Static method in class _templates.javolution.lang.MathLib
Returns the greater of two long values.
max(float, float) - Static method in class _templates.javolution.lang.MathLib
Returns the greater of two float values.
max(double, double) - Static method in class _templates.javolution.lang.MathLib
Returns the greater of two double values.
max(int, int) - Static method in class javolution.lang.MathLib
Returns the greater of two int values.
max(long, long) - Static method in class javolution.lang.MathLib
Returns the greater of two long values.
max(float, float) - Static method in class javolution.lang.MathLib
Returns the greater of two float values.
max(double, double) - Static method in class javolution.lang.MathLib
Returns the greater of two double values.
MAXIMUM_ALIGNMENT - Static variable in class _templates.javolution.io.Struct
Configurable holding the maximum wordSize in bytes (default 4).
MAXIMUM_ALIGNMENT - Static variable in class javolution.io.Struct
Configurable holding the maximum wordSize in bytes (default 4).
MAXIMUM_CONCURRENCY - Static variable in class _templates.javolution.context.ConcurrentContext
Holds the maximum number of concurrent executors (see Javolution Configuration for details).
MAXIMUM_CONCURRENCY - Static variable in class javolution.context.ConcurrentContext
Holds the maximum number of concurrent executors (see Javolution Configuration for details).
Member(int, int) - Constructor for class _templates.javolution.io.Struct.Member
Base constructor for custom member types.
Member(int, int) - Constructor for class javolution.io.Struct.Member
Base constructor for custom member types.
MemoryArea - Class in _templates.javax.realtime
Stub for non-rtsj vms.
MemoryArea - Class in javax.realtime
Stub for non-rtsj vms.
min(int, int) - Static method in class _templates.javolution.lang.MathLib
Returns the smaller of two int values.
min(long, long) - Static method in class _templates.javolution.lang.MathLib
Returns the smaller of two long values.
min(float, float) - Static method in class _templates.javolution.lang.MathLib
Returns the smaller of two float values.
min(double, double) - Static method in class _templates.javolution.lang.MathLib
Returns the smaller of two double values.
min(int, int) - Static method in class javolution.lang.MathLib
Returns the smaller of two int values.
min(long, long) - Static method in class javolution.lang.MathLib
Returns the smaller of two long values.
min(float, float) - Static method in class javolution.lang.MathLib
Returns the smaller of two float values.
min(double, double) - Static method in class javolution.lang.MathLib
Returns the smaller of two double values.
minus(CharSet) - Method in class _templates.javolution.text.CharSet
Returns the character set containing the characters from this character minus the characters from the character set specified.
minus(CharSet) - Method in class javolution.text.CharSet
Returns the character set containing the characters from this character minus the characters from the character set specified.
MissingFormatArgumentException - Exception in _templates.java.util
 
MissingFormatArgumentException(String) - Constructor for exception _templates.java.util.MissingFormatArgumentException
 
MissingFormatWidthException - Exception in _templates.java.util
 
MissingFormatWidthException(String) - Constructor for exception _templates.java.util.MissingFormatWidthException
 
MissingResourceException - Exception in _templates.java.util
 
MissingResourceException(String, String, String) - Constructor for exception _templates.java.util.MissingResourceException
 

N

name() - Method in class _templates.javolution.lang.Enum
Returns the name of this enum.
NAMESPACE - Static variable in interface _templates.javolution.xml.stream.XMLStreamConstants
Indicates the event is a namespace declaration.
NAMESPACE - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates the event is a namespace declaration.
NamespaceContext - Interface in _templates.javolution.xml.stream
This interface represents the XML namespace context stack while parsing.
NamespaceContext - Interface in javolution.xml.stream
This interface represents the XML namespace context stack while parsing.
NaN - Static variable in class _templates.javolution.lang.MathLib
Not-A-Number.
NaN - Static variable in class javolution.lang.MathLib
Not-A-Number.
nativeOrder() - Static method in class _templates.java.nio.ByteOrder
 
newEntry() - Method in class _templates.javolution.util.FastMap
Returns a new entry for this map; this method can be overriden by custom map implementations.
newEntry() - Method in class javolution.util.FastMap
Returns a new entry for this map; this method can be overriden by custom map implementations.
newInstance(Class) - Method in class _templates.javax.realtime.MemoryArea
 
newInstance() - Static method in class _templates.javolution.context.AllocatorContext.Reference
Returns a new stack reference instance allocated on the current stack when executing in a StackContext.
newInstance() - Method in interface _templates.javolution.lang.Reflection.Constructor
Invokes this constructor with no argument.
newInstance(Object) - Method in interface _templates.javolution.lang.Reflection.Constructor
Invokes this constructor with the specified single argument.
newInstance(Object, Object) - Method in interface _templates.javolution.lang.Reflection.Constructor
Invokes this constructor with the specified two arguments.
newInstance(Object, Object, Object) - Method in interface _templates.javolution.lang.Reflection.Constructor
Invokes this constructor with the specified three arguments.
newInstance() - Static method in class _templates.javolution.text.Cursor
Returns a factory produced instance which can be recycled after usage.
newInstance() - Static method in class _templates.javolution.text.TextBuilder
Returns a new, preallocated or recycled text builder (on the stack when executing in a StackContext).
newInstance() - Static method in class _templates.javolution.util.FastBitSet
Returns a new, preallocated or recycled set instance (on the stack when executing in a StackContext).
newInstance() - Static method in class _templates.javolution.util.FastList
Returns a new, preallocated or recycled list instance (on the stack when executing in a StackContext).
newInstance() - Static method in class _templates.javolution.util.FastMap
Returns a potentially recycled map instance.
newInstance() - Static method in class _templates.javolution.util.FastSet
Returns a new, preallocated or recycled set instance (on the stack when executing in a StackContext).
newInstance() - Static method in class _templates.javolution.util.FastTable
Returns a new, preallocated or recycled table instance (on the stack when executing in a StackContext).
newInstance() - Static method in class _templates.javolution.xml.stream.XMLInputFactory
Returns a new instance of the XMLInputFactory.CLASS input factory implementation which may be configurated by the user (see XMLInputFactory.setProperty(String, Object)).
newInstance() - Static method in class _templates.javolution.xml.stream.XMLOutputFactory
Returns a new instance of the XMLOutputFactory.CLASS output factory implementation which may be configurated by the user (see XMLOutputFactory.setProperty(String, Object)).
newInstance(Class, XMLFormat.InputElement) - Method in class _templates.javolution.xml.XMLFormat
Allocates a new object of the specified class from the specified XML input element.
newInstance(InputStream) - Static method in class _templates.javolution.xml.XMLObjectReader
Returns a XML object reader (potentially recycled) having the specified input stream as input.
newInstance(InputStream, String) - Static method in class _templates.javolution.xml.XMLObjectReader
Returns a XML object reader (potentially recycled) having the specified input stream/encoding as input.
newInstance(Reader) - Static method in class _templates.javolution.xml.XMLObjectReader
Returns a XML object reader (potentially recycled) having the specified reader as input.
newInstance(OutputStream) - Static method in class _templates.javolution.xml.XMLObjectWriter
Returns a XML object writer (potentially recycled) having the specified output stream as output.
newInstance(OutputStream, String) - Static method in class _templates.javolution.xml.XMLObjectWriter
Returns a XML object writer (potentially recycled) having the specified output stream/encoding as output.
newInstance(Writer) - Static method in class _templates.javolution.xml.XMLObjectWriter
Returns a XML object writer (potentially recycled) having the specified writer as output.
newInstance(Class) - Method in class javax.realtime.MemoryArea
 
newInstance() - Static method in class javolution.context.AllocatorContext.Reference
Returns a new stack reference instance allocated on the current stack when executing in a StackContext.
newInstance() - Method in interface javolution.lang.Reflection.Constructor
Invokes this constructor with no argument.
newInstance(Object) - Method in interface javolution.lang.Reflection.Constructor
Invokes this constructor with the specified single argument.
newInstance(Object, Object) - Method in interface javolution.lang.Reflection.Constructor
Invokes this constructor with the specified two arguments.
newInstance(Object, Object, Object) - Method in interface javolution.lang.Reflection.Constructor
Invokes this constructor with the specified three arguments.
newInstance(Object...) - Method in interface javolution.lang.Reflection.Constructor
Invokes this constructor with the specified arguments.
newInstance() - Static method in class javolution.text.Cursor
Returns a factory produced instance which can be recycled after usage.
newInstance() - Static method in class javolution.text.TextBuilder
Returns a new, preallocated or recycled text builder (on the stack when executing in a StackContext).
newInstance() - Static method in class javolution.util.FastBitSet
Returns a new, preallocated or recycled set instance (on the stack when executing in a StackContext).
newInstance() - Static method in class javolution.util.FastList
Returns a new, preallocated or recycled list instance (on the stack when executing in a StackContext).
newInstance() - Static method in class javolution.util.FastMap
Returns a potentially recycled map instance.
newInstance() - Static method in class javolution.util.FastSet
Returns a new, preallocated or recycled set instance (on the stack when executing in a StackContext).
newInstance() - Static method in class javolution.util.FastTable
Returns a new, preallocated or recycled table instance (on the stack when executing in a StackContext).
newInstance() - Static method in class javolution.xml.stream.XMLInputFactory
Returns a new instance of the XMLInputFactory.CLASS input factory implementation which may be configurated by the user (see XMLInputFactory.setProperty(String, Object)).
newInstance() - Static method in class javolution.xml.stream.XMLOutputFactory
Returns a new instance of the XMLOutputFactory.CLASS output factory implementation which may be configurated by the user (see XMLOutputFactory.setProperty(String, Object)).
newInstance(Class<T>, XMLFormat.InputElement) - Method in class javolution.xml.XMLFormat
Allocates a new object of the specified class from the specified XML input element.
newInstance(InputStream) - Static method in class javolution.xml.XMLObjectReader
Returns a XML object reader (potentially recycled) having the specified input stream as input.
newInstance(InputStream, String) - Static method in class javolution.xml.XMLObjectReader
Returns a XML object reader (potentially recycled) having the specified input stream/encoding as input.
newInstance(Reader) - Static method in class javolution.xml.XMLObjectReader
Returns a XML object reader (potentially recycled) having the specified reader as input.
newInstance(OutputStream) - Static method in class javolution.xml.XMLObjectWriter
Returns a XML object writer (potentially recycled) having the specified output stream as output.
newInstance(OutputStream, String) - Static method in class javolution.xml.XMLObjectWriter
Returns a XML object writer (potentially recycled) having the specified output stream/encoding as output.
newInstance(Writer) - Static method in class javolution.xml.XMLObjectWriter
Returns a XML object writer (potentially recycled) having the specified writer as output.
newNode() - Method in class _templates.javolution.util.FastList
Returns a new node for this list; this method can be overriden by custom list implementation.
newNode() - Method in class javolution.util.FastList
Returns a new node for this list; this method can be overriden by custom list implementation.
next() - Method in interface _templates.java.util.Iterator
 
next() - Method in interface _templates.java.util.ListIterator
 
next() - Method in class _templates.javolution.context.Allocator
Returns the next available object from this allocator queue or Allocator.allocate() one if none available.
next() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Gets next parsing event - contiguous character data is returned into a single chunk.
next() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
next() - Method in class javolution.context.Allocator
Returns the next available object from this allocator queue or Allocator.allocate() one if none available.
next() - Method in interface javolution.xml.stream.XMLStreamReader
Gets next parsing event - contiguous character data is returned into a single chunk.
next() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
nextChar(CharSequence) - Method in class _templates.javolution.text.Cursor
Returns the next character at this cursor position.The cursor position is incremented by one.
nextChar(CharSequence) - Method in class javolution.text.Cursor
Returns the next character at this cursor position.The cursor position is incremented by one.
nextClearBit(int) - Method in class _templates.javolution.util.FastBitSet
Returns the index of the next false bit, from the specified bit (inclusive).
nextClearBit(int) - Method in class javolution.util.FastBitSet
Returns the index of the next false bit, from the specified bit (inclusive).
nextIndex() - Method in interface _templates.java.util.ListIterator
 
nextSetBit(int) - Method in class _templates.javolution.util.FastBitSet
Returns the index of the next true bit, from the specified bit (inclusive).
nextSetBit(int) - Method in class javolution.util.FastBitSet
Returns the index of the next true bit, from the specified bit (inclusive).
nextTag() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Skips any white space (isWhiteSpace() returns true), COMMENT, or PROCESSING_INSTRUCTION, until a START_ELEMENT or END_ELEMENT is reached.
nextTag() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
nextTag() - Method in interface javolution.xml.stream.XMLStreamReader
Skips any white space (isWhiteSpace() returns true), COMMENT, or PROCESSING_INSTRUCTION, until a START_ELEMENT or END_ELEMENT is reached.
nextTag() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
nextToken(CharSequence, char) - Method in class _templates.javolution.text.Cursor
Returns the subsequence from the specified cursor position not holding the specified character.
nextToken(CharSequence, CharSet) - Method in class _templates.javolution.text.Cursor
Returns the subsequence from the specified cursor position not holding any of the characters specified.
nextToken(CharSequence, char) - Method in class javolution.text.Cursor
Returns the subsequence from the specified cursor position not holding the specified character.
nextToken(CharSequence, CharSet) - Method in class javolution.text.Cursor
Returns the subsequence from the specified cursor position not holding any of the characters specified.
NO_EMPTY_ELEMENT_TAG - Static variable in class _templates.javolution.xml.stream.XMLOutputFactory
Property indicating if the stream writers are not allowed to use empty element tags (type: Boolean, default: FALSE).
NO_EMPTY_ELEMENT_TAG - Static variable in class javolution.xml.stream.XMLOutputFactory
Property indicating if the stream writers are not allowed to use empty element tags (type: Boolean, default: FALSE).
Node() - Constructor for class _templates.javolution.util.FastList.Node
Default constructor.
Node() - Constructor for class javolution.util.FastList.Node
Default constructor.
NoHeapRealtimeThread - Class in _templates.javax.realtime
Stub for non-rtsj vms.
NoHeapRealtimeThread() - Constructor for class _templates.javax.realtime.NoHeapRealtimeThread
 
NoHeapRealtimeThread - Class in javax.realtime
Stub for non-rtsj vms.
NoHeapRealtimeThread() - Constructor for class javax.realtime.NoHeapRealtimeThread
 
NoSuchElementException - Exception in _templates.java.util
 
NoSuchElementException() - Constructor for exception _templates.java.util.NoSuchElementException
 
NoSuchElementException(String) - Constructor for exception _templates.java.util.NoSuchElementException
 
NoSuchFieldException - Exception in _templates.java.lang
 
NoSuchFieldException() - Constructor for exception _templates.java.lang.NoSuchFieldException
 
NoSuchFieldException(String) - Constructor for exception _templates.java.lang.NoSuchFieldException
 
NoSuchMethodException - Exception in _templates.java.lang
 
NoSuchMethodException() - Constructor for exception _templates.java.lang.NoSuchMethodException
 
NoSuchMethodException(String) - Constructor for exception _templates.java.lang.NoSuchMethodException
 
NotActiveException - Exception in _templates.java.io
 
NotActiveException(String) - Constructor for exception _templates.java.io.NotActiveException
 
NotActiveException() - Constructor for exception _templates.java.io.NotActiveException
 
NOTATION_DECLARATION - Static variable in interface _templates.javolution.xml.stream.XMLStreamConstants
Indicates a Notation.
NOTATION_DECLARATION - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates a Notation.
notifyChange() - Method in class _templates.javolution.context.PersistentContext.Reference
Notifies this reference that its value has changed (for example a new persistent context has been loaded).
notifyChange(Object, Object) - Method in class _templates.javolution.lang.Configurable
Notifies this configurable that its runtime value is going to be changed.
notifyChange() - Method in class javolution.context.PersistentContext.Reference
Notifies this reference that its value has changed (for example a new persistent context has been loaded).
notifyChange(T, T) - Method in class javolution.lang.Configurable
Notifies this configurable that its runtime value is going to be changed.
NotSerializableException - Exception in _templates.java.io
 
NotSerializableException(String) - Constructor for exception _templates.java.io.NotSerializableException
 
NotSerializableException() - Constructor for exception _templates.java.io.NotSerializableException
 
NULL - Static variable in class _templates.javolution.context.LogContext
Holds a logging context implementation ignoring logging events.
NULL - Static variable in class _templates.javolution.util.FastMap.Entry
Holds NULL entries (to fill empty hole).
NULL - Static variable in class javolution.context.LogContext
Holds a logging context implementation ignoring logging events.
NULL - Static variable in class javolution.util.FastMap.Entry
Holds NULL entries (to fill empty hole).
Number - Class in _templates.java.lang
 
Number() - Constructor for class _templates.java.lang.Number
 
numberOfLeadingZeros(long) - Static method in class _templates.javolution.lang.MathLib
Returns the number of zero bits preceding the highest-order ("leftmost") one-bit in the two's complement binary representation of the specified long value.
numberOfLeadingZeros(long) - Static method in class javolution.lang.MathLib
Returns the number of zero bits preceding the highest-order ("leftmost") one-bit in the two's complement binary representation of the specified long value.
numberOfTrailingZeros(long) - Static method in class _templates.javolution.lang.MathLib
Returns the number of zero bits following the lowest-order ("rightmost") one-bit in the two's complement binary representation of the specified long value.
numberOfTrailingZeros(long) - Static method in class javolution.lang.MathLib
Returns the number of zero bits following the lowest-order ("rightmost") one-bit in the two's complement binary representation of the specified long value.

O

object() - Method in class _templates.javolution.context.ObjectFactory
Returns a factory object possibly recycled or preallocated.
object() - Method in class javolution.context.ObjectFactory
Returns a factory object possibly recycled or preallocated.
ObjectFactory - Class in _templates.javolution.context
This class represents an object factory; it allows for object recycling, pre-allocation and stack allocations.
ObjectFactory() - Constructor for class _templates.javolution.context.ObjectFactory
Default constructor.
ObjectFactory<T> - Class in javolution.context
This class represents an object factory; it allows for object recycling, pre-allocation and stack allocations.
ObjectFactory() - Constructor for class javolution.context.ObjectFactory
Default constructor.
ObjectInput - Interface in _templates.java.io
 
ObjectInputStream - Class in _templates.java.io
Classes provided for serialization support.
ObjectInputStream() - Constructor for class _templates.java.io.ObjectInputStream
 
ObjectInputStream(InputStream) - Constructor for class _templates.java.io.ObjectInputStream
 
ObjectInputValidation - Interface in _templates.java.io
 
ObjectOutput - Interface in _templates.java.io
 
ObjectOutputStream - Class in _templates.java.io
Classes provided for serialization support.
ObjectOutputStream() - Constructor for class _templates.java.io.ObjectOutputStream
 
ObjectOutputStream(OutputStream) - Constructor for class _templates.java.io.ObjectOutputStream
 
OBJECTS_FACTORY - Static variable in class _templates.javolution.context.ArrayFactory
Holds factory for generic Object arrays.
OBJECTS_FACTORY - Static variable in class javolution.context.ArrayFactory
Holds factory for generic Object arrays.
ObjectStreamException - Exception in _templates.java.io
 
ObjectStreamException(String) - Constructor for exception _templates.java.io.ObjectStreamException
 
ObjectStreamException() - Constructor for exception _templates.java.io.ObjectStreamException
 
Observable - Interface in _templates.java.util
 
Observer - Interface in _templates.java.util
 
OFF - Static variable in class _templates.java.util.logging.Level
 
offer(Object) - Method in interface _templates.java.util.Queue
 
offset() - Method in class _templates.javolution.io.Struct.Member
Returns the byte offset of this member in its struct.
offset() - Method in class _templates.javolution.text.CharArray
Returns the offset of the first character in the underlying array.
offset() - Method in class javolution.io.Struct.Member
Returns the byte offset of this member in its struct.
offset() - Method in class javolution.text.CharArray
Returns the offset of the first character in the underlying array.
OptionalDataException - Exception in _templates.java.io
 
OptionalDataException() - Constructor for exception _templates.java.io.OptionalDataException
 
or(FastBitSet) - Method in class _templates.javolution.util.FastBitSet
Performs the logical OR operation on this bit set and the one specified.
or(FastBitSet) - Method in class javolution.util.FastBitSet
Performs the logical OR operation on this bit set and the one specified.
order() - Method in class _templates.java.nio.ByteBuffer
 
order(ByteOrder) - Method in class _templates.java.nio.ByteBuffer
 
ordinal() - Method in class _templates.javolution.lang.Enum
Returns the position of this enum in the enumeration (starting at 0).
outer() - Method in class _templates.javolution.io.Struct
Returns the outer of this struct or null if this struct is not an inner struct.
outer() - Method in class javolution.io.Struct
Returns the outer of this struct or null if this struct is not an inner struct.
outerCopy(ValueType) - Static method in class _templates.javolution.context.AllocatorContext
Performs a copy of the specified value allocated outside of the current allocator context.
outerCopy(ValueType[]) - Static method in class _templates.javolution.context.AllocatorContext
Performs a copy of the specified values outside of the current stack context (convenience method).
outerCopy(T) - Static method in class javolution.context.AllocatorContext
Performs a copy of the specified value allocated outside of the current allocator context.
outerCopy(ValueType[]) - Static method in class javolution.context.AllocatorContext
Performs a copy of the specified values outside of the current stack context (convenience method).
outerExecute(Runnable) - Static method in class _templates.javolution.context.AllocatorContext
Executes the specified logic outside of the current allocator context.
outerExecute(Runnable) - Static method in class javolution.context.AllocatorContext
Executes the specified logic outside of the current allocator context.
outerOffset() - Method in class _templates.javolution.io.Struct
 
outerOffset() - Method in class javolution.io.Struct
 

P

padLeft(int) - Method in class _templates.javolution.text.Text
Pads this text on the left with spaces to make the minimum total length as specified.
padLeft(int, char) - Method in class _templates.javolution.text.Text
Pads this text on the left to make the minimum total length as specified.
padLeft(int) - Method in class javolution.text.Text
Pads this text on the left with spaces to make the minimum total length as specified.
padLeft(int, char) - Method in class javolution.text.Text
Pads this text on the left to make the minimum total length as specified.
padRight(int) - Method in class _templates.javolution.text.Text
Pads this text on the right with spaces to make the minimum total length as specified.
padRight(int, char) - Method in class _templates.javolution.text.Text
Pads this text on the right to make the minimum total length as specified.
padRight(int) - Method in class javolution.text.Text
Pads this text on the right with spaces to make the minimum total length as specified.
padRight(int, char) - Method in class javolution.text.Text
Pads this text on the right to make the minimum total length as specified.
parse(CharSequence, Cursor) - Method in class _templates.javolution.text.TextFormat
Parses a portion of the specified CharSequence from the specified position to produce an object.
parse(CharSequence) - Method in class _templates.javolution.text.TextFormat
Parses a whole character sequence from the beginning to produce an object (convenience method).
parse(InputSource) - Method in class _templates.javolution.xml.sax.SAX2ReaderImpl
 
parse(String) - Method in class _templates.javolution.xml.sax.SAX2ReaderImpl
 
parse(InputSource) - Method in interface _templates.javolution.xml.sax.XMLReader
Parse an XML document.
parse(String) - Method in interface _templates.javolution.xml.sax.XMLReader
Parse an XML document from a system identifier (URI).
parse(InputStream) - Method in class _templates.javolution.xml.sax.XMLReaderImpl
Parses an XML document from the specified input stream (encoding retrieved from input source and the XML prolog if any).
parse(InputStream, String) - Method in class _templates.javolution.xml.sax.XMLReaderImpl
Parses an XML document from the specified input stream and encoding.
parse(Reader) - Method in class _templates.javolution.xml.sax.XMLReaderImpl
Parses an XML document using the specified reader.
parse(InputSource) - Method in class _templates.javolution.xml.sax.XMLReaderImpl
 
parse(String) - Method in class _templates.javolution.xml.sax.XMLReaderImpl
 
parse(CharSequence, Cursor) - Method in class javolution.text.TextFormat
Parses a portion of the specified CharSequence from the specified position to produce an object.
parse(CharSequence) - Method in class javolution.text.TextFormat
Parses a whole character sequence from the beginning to produce an object (convenience method).
parse(InputSource) - Method in class javolution.xml.sax.SAX2ReaderImpl
 
parse(String) - Method in class javolution.xml.sax.SAX2ReaderImpl
 
parse(InputSource) - Method in interface javolution.xml.sax.XMLReader
Parse an XML document.
parse(String) - Method in interface javolution.xml.sax.XMLReader
Parse an XML document from a system identifier (URI).
parse(InputStream) - Method in class javolution.xml.sax.XMLReaderImpl
Parses an XML document from the specified input stream (encoding retrieved from input source and the XML prolog if any).
parse(InputStream, String) - Method in class javolution.xml.sax.XMLReaderImpl
Parses an XML document from the specified input stream and encoding.
parse(Reader) - Method in class javolution.xml.sax.XMLReaderImpl
Parses an XML document using the specified reader.
parse(InputSource) - Method in class javolution.xml.sax.XMLReaderImpl
 
parse(String) - Method in class javolution.xml.sax.XMLReaderImpl
 
parseBoolean(CharSequence) - Static method in class _templates.javolution.text.TypeFormat
Parses the specified character sequence as a boolean.
parseBoolean(String) - Static method in class _templates.javolution.text.TypeFormat
Equivalent to TypeFormat.parseBoolean(CharSequence) (for J2ME compatibility).
parseBoolean(CharSequence, Cursor) - Static method in class _templates.javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a boolean.
parseBoolean(CharSequence) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a boolean.
parseBoolean(String) - Static method in class javolution.text.TypeFormat
Equivalent to TypeFormat.parseBoolean(CharSequence) (for J2ME compatibility).
parseBoolean(CharSequence, Cursor) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a boolean.
parseByte(CharSequence) - Static method in class _templates.javolution.text.TypeFormat
Parses the specified character sequence as a signed decimal byte.
parseByte(CharSequence, int) - Static method in class _templates.javolution.text.TypeFormat
Parses the specified character sequence as a signed byte in the specified radix.
parseByte(CharSequence, int, Cursor) - Static method in class _templates.javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a signed byte in the specified radix.
parseByte(CharSequence) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a signed decimal byte.
parseByte(CharSequence, int) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a signed byte in the specified radix.
parseByte(CharSequence, int, Cursor) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a signed byte in the specified radix.
parseDouble(CharSequence) - Static method in class _templates.javolution.text.TypeFormat
Parses the specified character sequence as a double.
parseDouble(String) - Static method in class _templates.javolution.text.TypeFormat
Equivalent to TypeFormat.parseDouble(CharSequence) (for J2ME compatibility).
parseDouble(CharSequence, Cursor) - Static method in class _templates.javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a double.
parseDouble(CharSequence) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a double.
parseDouble(String) - Static method in class javolution.text.TypeFormat
Equivalent to TypeFormat.parseDouble(CharSequence) (for J2ME compatibility).
parseDouble(CharSequence, Cursor) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a double.
parseFloat(CharSequence) - Static method in class _templates.javolution.text.TypeFormat
Parses the specified character sequence as a float.
parseFloat(String) - Static method in class _templates.javolution.text.TypeFormat
Equivalent to TypeFormat.parseFloat(CharSequence) (for J2ME compatibility).
parseFloat(CharSequence, Cursor) - Static method in class _templates.javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a float.
parseFloat(CharSequence) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a float.
parseFloat(String) - Static method in class javolution.text.TypeFormat
Equivalent to TypeFormat.parseFloat(CharSequence) (for J2ME compatibility).
parseFloat(CharSequence, Cursor) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a float.
parseInt(CharSequence) - Static method in class _templates.javolution.text.TypeFormat
Parses the specified character sequence as a signed int.
parseInt(String) - Static method in class _templates.javolution.text.TypeFormat
Equivalent to TypeFormat.parseInt(CharSequence) (for J2ME compatibility).
parseInt(CharSequence, int) - Static method in class _templates.javolution.text.TypeFormat
Parses the specified character sequence as a signed int in the specified radix.
parseInt(String, int) - Static method in class _templates.javolution.text.TypeFormat
Equivalent to TypeFormat.parseInt(CharSequence, int) (for J2ME compatibility).
parseInt(CharSequence, int, Cursor) - Static method in class _templates.javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a signed int in the specified radix.
parseInt(CharSequence) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a signed int.
parseInt(String) - Static method in class javolution.text.TypeFormat
Equivalent to TypeFormat.parseInt(CharSequence) (for J2ME compatibility).
parseInt(CharSequence, int) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a signed int in the specified radix.
parseInt(String, int) - Static method in class javolution.text.TypeFormat
Equivalent to TypeFormat.parseInt(CharSequence, int) (for J2ME compatibility).
parseInt(CharSequence, int, Cursor) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a signed int in the specified radix.
parseLong(CharSequence) - Static method in class _templates.javolution.text.TypeFormat
Parses the specified character sequence as a decimal long.
parseLong(String) - Static method in class _templates.javolution.text.TypeFormat
Equivalent to TypeFormat.parseLong(CharSequence) (for J2ME compatibility).
parseLong(CharSequence, int) - Static method in class _templates.javolution.text.TypeFormat
Parses the specified character sequence as a signed long in the specified radix.
parseLong(String, int) - Static method in class _templates.javolution.text.TypeFormat
Equivalent to TypeFormat.parseLong(CharSequence, int) (for J2ME compatibility).
parseLong(CharSequence, int, Cursor) - Static method in class _templates.javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a signed long in the specified radix.
parseLong(CharSequence) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a decimal long.
parseLong(String) - Static method in class javolution.text.TypeFormat
Equivalent to TypeFormat.parseLong(CharSequence) (for J2ME compatibility).
parseLong(CharSequence, int) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a signed long in the specified radix.
parseLong(String, int) - Static method in class javolution.text.TypeFormat
Equivalent to TypeFormat.parseLong(CharSequence, int) (for J2ME compatibility).
parseLong(CharSequence, int, Cursor) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a signed long in the specified radix.
ParsePosition - Class in _templates.java.text
 
ParsePosition(int) - Constructor for class _templates.java.text.ParsePosition
 
parseShort(CharSequence) - Static method in class _templates.javolution.text.TypeFormat
Parses the specified character sequence as a signed decimal short.
parseShort(CharSequence, int) - Static method in class _templates.javolution.text.TypeFormat
Parses the specified character sequence as a signed short in the specified radix.
parseShort(CharSequence, int, Cursor) - Static method in class _templates.javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a signed short in the specified radix.
parseShort(CharSequence) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a signed decimal short.
parseShort(CharSequence, int) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a signed short in the specified radix.
parseShort(CharSequence, int, Cursor) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a signed short in the specified radix.
pathSeparator - Static variable in class _templates.java.io.File
 
pathSeparatorChar - Static variable in class _templates.java.io.File
 
peek() - Method in interface _templates.java.util.Queue
 
PersistentContext - Class in _templates.javolution.context
This class represents a context persistent accross multiple program executions.
PersistentContext() - Constructor for class _templates.javolution.context.PersistentContext
Default constructor.
PersistentContext - Class in javolution.context
This class represents a context persistent accross multiple program executions.
PersistentContext() - Constructor for class javolution.context.PersistentContext
Default constructor.
PersistentContext.Reference - Class in _templates.javolution.context
This class represents a reference over an object which can be kept persistent accross multiple program executions.
PersistentContext.Reference<T> - Class in javolution.context
This class represents a reference over an object which can be kept persistent accross multiple program executions.
PI - Static variable in class _templates.javolution.lang.MathLib
The ratio of the circumference of a circle to its diameter.
PI - Static variable in class javolution.lang.MathLib
The ratio of the circumference of a circle to its diameter.
PI_SQUARE - Static variable in class _templates.javolution.lang.MathLib
PI_SQUARE - Static variable in class javolution.lang.MathLib
plus(CharSet) - Method in class _templates.javolution.text.CharSet
Returns the character set containing the characters from this character set plus the characters from the character set specified.
plus(Object) - Method in class _templates.javolution.text.Text
Returns the concatenation of this text and the textual representation of the specified object.
plus(String) - Method in class _templates.javolution.text.Text
Returns the concatenation of this text and the specified String (optimization).
plus(CharSet) - Method in class javolution.text.CharSet
Returns the character set containing the characters from this character set plus the characters from the character set specified.
plus(Object) - Method in class javolution.text.Text
Returns the concatenation of this text and the textual representation of the specified object.
plus(String) - Method in class javolution.text.Text
Returns the concatenation of this text and the specified String (optimization).
poll() - Method in interface _templates.java.util.Queue
 
PoolContext - Class in _templates.javolution.context
This class represents a shared pool context for object allocation/recycling.
PoolContext() - Constructor for class _templates.javolution.context.PoolContext
Default constructor.
PoolContext - Class in javolution.context
This class represents a shared pool context for object allocation/recycling.
PoolContext() - Constructor for class javolution.context.PoolContext
Default constructor.
position() - Method in class _templates.java.nio.Buffer
 
position(int) - Method in class _templates.java.nio.Buffer
 
pow(double, double) - Static method in class _templates.javolution.lang.MathLib
Returns the value of the first argument raised to the power of the second argument.
pow(double, double) - Static method in class javolution.lang.MathLib
Returns the value of the first argument raised to the power of the second argument.
previous() - Method in interface _templates.java.util.ListIterator
 
previousIndex() - Method in interface _templates.java.util.ListIterator
 
print() - Method in class _templates.javolution.text.Text
Prints out this text to System.out (UTF-8 encoding).
print(Writer) - Method in class _templates.javolution.text.Text
Prints out this text to the specified writer.
print() - Method in class _templates.javolution.text.TextBuilder
Prints out this text builder to System.out (UTF-8 encoding).
print(Writer) - Method in class _templates.javolution.text.TextBuilder
Prints out this text builder to the specified writer.
print() - Method in class javolution.text.Text
Prints out this text to System.out (UTF-8 encoding).
print(Writer) - Method in class javolution.text.Text
Prints out this text to the specified writer.
print() - Method in class javolution.text.TextBuilder
Prints out this text builder to System.out (UTF-8 encoding).
print(Writer) - Method in class javolution.text.TextBuilder
Prints out this text builder to the specified writer.
println() - Method in class _templates.javolution.text.Text
Prints out this text to System.out and then terminates the line.
println(Writer) - Method in class _templates.javolution.text.Text
Prints out this text to the specified writer and then terminates the line.
println() - Method in class _templates.javolution.text.TextBuilder
Prints out this text builder to System.out and then terminates the line.
println(Writer) - Method in class _templates.javolution.text.TextBuilder
Prints out this text builder to the specified writer and then terminates the line.
println() - Method in class javolution.text.Text
Prints out this text to System.out and then terminates the line.
println(Writer) - Method in class javolution.text.Text
Prints out this text to the specified writer and then terminates the line.
println() - Method in class javolution.text.TextBuilder
Prints out this text builder to System.out and then terminates the line.
println(Writer) - Method in class javolution.text.TextBuilder
Prints out this text builder to the specified writer and then terminates the line.
printStatistics(PrintStream) - Method in class _templates.javolution.text.Text
Prints the current statistics on this text tree structure.
printStatistics(PrintStream) - Method in class _templates.javolution.util.FastMap
Prints the current statistics on this map.
printStatistics(PrintStream) - Method in class javolution.text.Text
Prints the current statistics on this text tree structure.
printStatistics(PrintStream) - Method in class javolution.util.FastMap
Prints the current statistics on this map.
PROCESSING_INSTRUCTION - Static variable in interface _templates.javolution.xml.stream.XMLStreamConstants
Indicates an event is a processing instruction.
PROCESSING_INSTRUCTION - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates an event is a processing instruction.
processingInstruction(CharArray, CharArray) - Method in interface _templates.javolution.xml.sax.ContentHandler
Receives notification of a processing instruction.
processingInstruction(CharArray, CharArray) - Method in class _templates.javolution.xml.sax.DefaultHandler
 
processingInstruction(CharArray, CharArray) - Method in interface javolution.xml.sax.ContentHandler
Receives notification of a processing instruction.
processingInstruction(CharArray, CharArray) - Method in class javolution.xml.sax.DefaultHandler
 
put(ByteBuffer) - Method in class _templates.java.nio.ByteBuffer
 
put(byte[], int, int) - Method in class _templates.java.nio.ByteBuffer
 
put(byte[]) - Method in class _templates.java.nio.ByteBuffer
 
put(byte) - Method in class _templates.java.nio.ByteBuffer
 
put(int, byte) - Method in class _templates.java.nio.ByteBuffer
 
put(Object, Object) - Method in interface _templates.java.util.Map
 
put(Object, Object) - Method in class _templates.javolution.util.FastMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class _templates.javolution.util.LocalMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class javolution.util.FastMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class javolution.util.LocalMap
Associates the specified value with the specified key in this map.
putAll(Map) - Method in interface _templates.java.util.Map
 
putAll(Map) - Method in class _templates.javolution.util.FastMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class _templates.javolution.util.LocalMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class javolution.util.FastMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class javolution.util.LocalMap
Copies all of the mappings from the specified map to this map.
putChar(char) - Method in class _templates.java.nio.ByteBuffer
 
putChar(int, char) - Method in class _templates.java.nio.ByteBuffer
 
putDefault(Object, Object) - Method in class _templates.javolution.util.LocalMap
Sets the default value for the specified key (typically done at initialization).
putDefault(K, V) - Method in class javolution.util.LocalMap
Sets the default value for the specified key (typically done at initialization).
putDouble(double) - Method in class _templates.java.nio.ByteBuffer
 
putDouble(int, double) - Method in class _templates.java.nio.ByteBuffer
 
putEntry(Object, Object) - Method in class _templates.javolution.util.FastMap
Associates the specified value with the specified key in this map and returns the corresponding entry.
putEntry(K, V) - Method in class javolution.util.FastMap
Associates the specified value with the specified key in this map and returns the corresponding entry.
putFloat(float) - Method in class _templates.java.nio.ByteBuffer
 
putFloat(int, float) - Method in class _templates.java.nio.ByteBuffer
 
putIfAbsent(Object, Object) - Method in interface _templates.java.util.concurrent.ConcurrentMap
 
putIfAbsent(Object, Object) - Method in class _templates.javolution.util.FastMap
Associates the specified value only if the specified key is not already associated.
putIfAbsent(K, V) - Method in class javolution.util.FastMap
Associates the specified value only if the specified key is not already associated.
putInt(int) - Method in class _templates.java.nio.ByteBuffer
 
putInt(int, int) - Method in class _templates.java.nio.ByteBuffer
 
putLong(long) - Method in class _templates.java.nio.ByteBuffer
 
putLong(int, long) - Method in class _templates.java.nio.ByteBuffer
 
putShort(short) - Method in class _templates.java.nio.ByteBuffer
 
putShort(int, short) - Method in class _templates.java.nio.ByteBuffer
 

Q

QName - Class in _templates.javolution.xml
This class represents unique identifiers for XML elements (tags) or attributes (names).
QName - Class in javolution.xml
This class represents unique identifiers for XML elements (tags) or attributes (names).
Queue - Interface in _templates.java.util
 
queue - Variable in class _templates.javolution.context.Allocator
Holds the queue of objects belonging to this allocator (always used first when available).
queue - Variable in class javolution.context.Allocator
Holds the queue of objects belonging to this allocator (always used first when available).
queueSize - Variable in class _templates.javolution.context.Allocator
Holds the number of objects in this allocator queue.
queueSize - Variable in class javolution.context.Allocator
Holds the number of objects in this allocator queue.

R

random(int, int) - Static method in class _templates.javolution.lang.MathLib
Returns a pseudo random int value in the range [min, max] (fast and thread-safe without synchronization).
random(long, long) - Static method in class _templates.javolution.lang.MathLib
Returns a pseudo random long value in the range [min, max] (fast and thread-safe without synchronization).
random(float, float) - Static method in class _templates.javolution.lang.MathLib
Returns a pseudo random float value in the range [min, max] (fast and thread-safe without synchronization).
random(double, double) - Static method in class _templates.javolution.lang.MathLib
Returns a pseudo random double value in the range [min, max] (fast and thread-safe without synchronization).
random() - Static method in class _templates.javolution.lang.MathLib
Returns a random number between zero and one.
random(int, int) - Static method in class javolution.lang.MathLib
Returns a pseudo random int value in the range [min, max] (fast and thread-safe without synchronization).
random(long, long) - Static method in class javolution.lang.MathLib
Returns a pseudo random long value in the range [min, max] (fast and thread-safe without synchronization).
random(float, float) - Static method in class javolution.lang.MathLib
Returns a pseudo random float value in the range [min, max] (fast and thread-safe without synchronization).
random(double, double) - Static method in class javolution.lang.MathLib
Returns a pseudo random double value in the range [min, max] (fast and thread-safe without synchronization).
random() - Static method in class javolution.lang.MathLib
Returns a random number between zero and one.
RandomAccess - Interface in _templates.java.util
 
rangeOf(char, char) - Static method in class _templates.javolution.text.CharSet
Returns the character set holding the characters in the specified range.
rangeOf(int, int) - Static method in class _templates.javolution.util.Index
Returns all the indices greater or equal to start but less than end.
rangeOf(char, char) - Static method in class javolution.text.CharSet
Returns the character set holding the characters in the specified range.
rangeOf(int, int) - Static method in class javolution.util.Index
Returns all the indices greater or equal to start but less than end.
read() - Method in class _templates.java.io.FileInputStream
 
read() - Method in interface _templates.java.io.ObjectInput
 
read(byte[]) - Method in interface _templates.java.io.ObjectInput
 
read(byte[], int, int) - Method in interface _templates.java.io.ObjectInput
 
read() - Method in class _templates.java.io.ObjectInputStream
 
read(CharBuffer) - Method in interface _templates.java.lang.Readable
 
read() - Method in class _templates.javolution.io.CharSequenceReader
Reads a single character.
read(char[], int, int) - Method in class _templates.javolution.io.CharSequenceReader
Reads characters into a portion of an array.
read(Appendable) - Method in class _templates.javolution.io.CharSequenceReader
Reads characters into the specified appendable.
read(InputStream) - Method in class _templates.javolution.io.Struct
Reads this struct from the specified input stream (convenience method when using Stream I/O).
read() - Method in class _templates.javolution.io.UTF8ByteBufferReader
Reads a single character.
read(char[], int, int) - Method in class _templates.javolution.io.UTF8ByteBufferReader
Reads characters into a portion of an array.
read(Appendable) - Method in class _templates.javolution.io.UTF8ByteBufferReader
Reads characters into the specified appendable.
read() - Method in class _templates.javolution.io.UTF8StreamReader
Reads a single character.
read(char[], int, int) - Method in class _templates.javolution.io.UTF8StreamReader
Reads characters into a portion of an array.
read(Appendable) - Method in class _templates.javolution.io.UTF8StreamReader
Reads characters into the specified appendable.
read(Properties) - Static method in class _templates.javolution.lang.Configurable
Convenience method to read the specified properties and reconfigure accordingly.
read(InputStream) - Static method in class _templates.javolution.lang.Configurable
Convenience method to read configurable values from the specified XML stream.
read(XMLFormat.InputElement, Object) - Method in class _templates.javolution.xml.XMLFormat
Parses an XML input element into the specified object.
read() - Method in class _templates.javolution.xml.XMLObjectReader
Returns the object corresponding to the next element/data.
read(String) - Method in class _templates.javolution.xml.XMLObjectReader
Returns the object corresponding to the next nested element only if it has the specified local name.
read(String, String) - Method in class _templates.javolution.xml.XMLObjectReader
Returns the object corresponding to the next nested element only if it has the specified local name and namespace URI.
read(String, Class) - Method in class _templates.javolution.xml.XMLObjectReader
Returns the object corresponding to the next nested element only if it has the specified local name; the actual object type is identified by the specified class parameter.
read(String, String, Class) - Method in class _templates.javolution.xml.XMLObjectReader
Returns the object corresponding to the next nested element only if it has the specified local name and namespace URI; the actual object type is identified by the specified class parameter.
read() - Method in class javolution.io.CharSequenceReader
Reads a single character.
read(char[], int, int) - Method in class javolution.io.CharSequenceReader
Reads characters into a portion of an array.
read(Appendable) - Method in class javolution.io.CharSequenceReader
Reads characters into the specified appendable.
read(InputStream) - Method in class javolution.io.Struct
Reads this struct from the specified input stream (convenience method when using Stream I/O).
read() - Method in class javolution.io.UTF8ByteBufferReader
Reads a single character.
read(char[], int, int) - Method in class javolution.io.UTF8ByteBufferReader
Reads characters into a portion of an array.
read(Appendable) - Method in class javolution.io.UTF8ByteBufferReader
Reads characters into the specified appendable.
read() - Method in class javolution.io.UTF8StreamReader
Reads a single character.
read(char[], int, int) - Method in class javolution.io.UTF8StreamReader
Reads characters into a portion of an array.
read(Appendable) - Method in class javolution.io.UTF8StreamReader
Reads characters into the specified appendable.
read(Properties) - Static method in class javolution.lang.Configurable
Convenience method to read the specified properties and reconfigure accordingly.
read(InputStream) - Static method in class javolution.lang.Configurable
Convenience method to read configurable values from the specified XML stream.
read(XMLFormat.InputElement, T) - Method in class javolution.xml.XMLFormat
Parses an XML input element into the specified object.
read() - Method in class javolution.xml.XMLObjectReader
Returns the object corresponding to the next element/data.
read(String) - Method in class javolution.xml.XMLObjectReader
Returns the object corresponding to the next nested element only if it has the specified local name.
read(String, String) - Method in class javolution.xml.XMLObjectReader
Returns the object corresponding to the next nested element only if it has the specified local name and namespace URI.
read(String, Class<T>) - Method in class javolution.xml.XMLObjectReader
Returns the object corresponding to the next nested element only if it has the specified local name; the actual object type is identified by the specified class parameter.
read(String, String, Class<T>) - Method in class javolution.xml.XMLObjectReader
Returns the object corresponding to the next nested element only if it has the specified local name and namespace URI; the actual object type is identified by the specified class parameter.
Readable - Interface in _templates.java.lang
 
readBits(int, int) - Method in class _templates.javolution.io.Struct
Reads the specified bits from this Struct as an long (signed) integer value.
readBits(int, int) - Method in class javolution.io.Struct
Reads the specified bits from this Struct as an long (signed) integer value.
readBoolean() - Method in interface _templates.java.io.DataInput
 
readBoolean() - Method in class _templates.java.io.ObjectInputStream
 
readByte() - Method in interface _templates.java.io.DataInput
 
readByte() - Method in class _templates.java.io.ObjectInputStream
 
readChar() - Method in interface _templates.java.io.DataInput
 
readChar() - Method in class _templates.java.io.ObjectInputStream
 
readClass(XMLStreamReader, boolean) - Method in class _templates.javolution.xml.XMLBinding
Reads the class corresponding to the current XML element.
readClass(XMLStreamReader, boolean) - Method in class javolution.xml.XMLBinding
Reads the class corresponding to the current XML element.
readDouble() - Method in interface _templates.java.io.DataInput
 
readDouble() - Method in class _templates.java.io.ObjectInputStream
 
readFloat() - Method in interface _templates.java.io.DataInput
 
readFloat() - Method in class _templates.java.io.ObjectInputStream
 
readFully(byte[]) - Method in interface _templates.java.io.DataInput
 
readFully(byte[], int, int) - Method in interface _templates.java.io.DataInput
 
readFully(byte[]) - Method in class _templates.java.io.ObjectInputStream
 
readFully(byte[], int, int) - Method in class _templates.java.io.ObjectInputStream
 
readInt() - Method in interface _templates.java.io.DataInput
 
readInt() - Method in class _templates.java.io.ObjectInputStream
 
readLine() - Method in interface _templates.java.io.DataInput
 
readLine() - Method in class _templates.java.io.ObjectInputStream
 
readLong() - Method in interface _templates.java.io.DataInput
 
readLong() - Method in class _templates.java.io.ObjectInputStream
 
readObject() - Method in interface _templates.java.io.ObjectInput
 
readObject() - Method in class _templates.java.io.ObjectInputStream
 
readReference(XMLFormat.InputElement) - Method in class _templates.javolution.xml.XMLReferenceResolver
Reads the object referenced by the specified xml input element if any.
readReference(XMLFormat.InputElement) - Method in class javolution.xml.XMLReferenceResolver
Reads the object referenced by the specified xml input element if any.
readResolve() - Method in class _templates.javolution.util.Index
Ensures index unicity during deserialization.
readResolve() - Method in class javolution.util.Index
Ensures index unicity during deserialization.
readResponse(XMLObjectReader) - Method in class _templates.javolution.xml.ws.WebServiceClient
Reads the web service response (SOAP body).
readResponse(XMLObjectReader) - Method in class javolution.xml.ws.WebServiceClient
Reads the web service response (SOAP body).
readShort() - Method in interface _templates.java.io.DataInput
 
readShort() - Method in class _templates.java.io.ObjectInputStream
 
readUnsignedByte() - Method in interface _templates.java.io.DataInput
 
readUnsignedByte() - Method in class _templates.java.io.ObjectInputStream
 
readUnsignedShort() - Method in interface _templates.java.io.DataInput
 
readUnsignedShort() - Method in class _templates.java.io.ObjectInputStream
 
readUTF() - Method in interface _templates.java.io.DataInput
 
readUTF() - Method in class _templates.java.io.ObjectInputStream
 
ready() - Method in class _templates.javolution.io.CharSequenceReader
Indicates if this stream is ready to be read.
ready() - Method in class _templates.javolution.io.UTF8ByteBufferReader
Indicates if this stream is ready to be read.
ready() - Method in class _templates.javolution.io.UTF8StreamReader
Indicates if this stream is ready to be read.
ready() - Method in class javolution.io.CharSequenceReader
Indicates if this stream is ready to be read.
ready() - Method in class javolution.io.UTF8ByteBufferReader
Indicates if this stream is ready to be read.
ready() - Method in class javolution.io.UTF8StreamReader
Indicates if this stream is ready to be read.
Realtime - Interface in _templates.javolution.lang
This interface identifies RTSJ safe classes with predictable response time and supporting custom allocation policies (e.g.  "stack" allocations).
Realtime - Interface in javolution.lang
This interface identifies RTSJ safe classes with predictable response time and supporting custom allocation policies (e.g.  "stack" allocations).
RealtimeThread - Class in _templates.javax.realtime
Stub for non-rtsj vms.
RealtimeThread() - Constructor for class _templates.javax.realtime.RealtimeThread
 
RealtimeThread - Class in javax.realtime
Stub for non-rtsj vms.
RealtimeThread() - Constructor for class javax.realtime.RealtimeThread
 
recycle(Object) - Method in class _templates.javolution.context.Allocator
Recycles the specified object to this queue.
recycle(Object) - Method in class _templates.javolution.context.ArrayFactory
Recycles the specified arrays.
recycle(Object) - Method in class _templates.javolution.context.ObjectFactory
Recycles the specified object.
recycle(Cursor) - Static method in class _templates.javolution.text.Cursor
Recycles the specified factory produced cursor.
recycle(TextBuilder) - Static method in class _templates.javolution.text.TextBuilder
Recycles a text builder instance immediately (on the stack when executing in a StackContext).
recycle(FastBitSet) - Static method in class _templates.javolution.util.FastBitSet
Recycles a set instance immediately (on the stack when executing in a StackContext).
recycle(FastList) - Static method in class _templates.javolution.util.FastList
Recycles a list instance immediately (on the stack when executing in a StackContext).
recycle(FastMap) - Static method in class _templates.javolution.util.FastMap
Recycles the specified map instance.
recycle(FastSet) - Static method in class _templates.javolution.util.FastSet
Recycles a set instance immediately (on the stack when executing in a StackContext).
recycle(FastTable) - Static method in class _templates.javolution.util.FastTable
Recycles a table instance immediately (on the stack when executing in a StackContext).
recycle(XMLObjectReader) - Static method in class _templates.javolution.xml.XMLObjectReader
Recycles the specified XMLObjectReader.
recycle(T) - Method in class javolution.context.Allocator
Recycles the specified object to this queue.
recycle(T) - Method in class javolution.context.ArrayFactory
Recycles the specified arrays.
recycle(T) - Method in class javolution.context.ObjectFactory
Recycles the specified object.
recycle(Cursor) - Static method in class javolution.text.Cursor
Recycles the specified factory produced cursor.
recycle(TextBuilder) - Static method in class javolution.text.TextBuilder
Recycles a text builder instance immediately (on the stack when executing in a StackContext).
recycle(FastBitSet) - Static method in class javolution.util.FastBitSet
Recycles a set instance immediately (on the stack when executing in a StackContext).
recycle(FastList) - Static method in class javolution.util.FastList
Recycles a list instance immediately (on the stack when executing in a StackContext).
recycle(FastMap) - Static method in class javolution.util.FastMap
Recycles the specified map instance.
recycle(FastSet) - Static method in class javolution.util.FastSet
Recycles a set instance immediately (on the stack when executing in a StackContext).
recycle(FastTable) - Static method in class javolution.util.FastTable
Recycles a table instance immediately (on the stack when executing in a StackContext).
recycle(XMLObjectReader) - Static method in class javolution.xml.XMLObjectReader
Recycles the specified XMLObjectReader.
ReentrantLock - Class in _templates.javolution.util
This class represents a reentrant lock with the same semantics as built-in Java synchronized locks: Once a thread has a lock, it can re-obtain it any number of times without blocking.
ReentrantLock() - Constructor for class _templates.javolution.util.ReentrantLock
Default constructor.
ReentrantLock - Class in javolution.util
This class represents a reentrant lock with the same semantics as built-in Java synchronized locks: Once a thread has a lock, it can re-obtain it any number of times without blocking.
ReentrantLock() - Constructor for class javolution.util.ReentrantLock
Default constructor.
Reference() - Constructor for class _templates.javolution.context.AllocatorContext.Reference
Default constructor.
Reference() - Constructor for class _templates.javolution.context.LocalContext.Reference
Default constructor (default referent is null).
Reference(Object) - Constructor for class _templates.javolution.context.LocalContext.Reference
Creates a local reference having the specified default value.
Reference(String, Object) - Constructor for class _templates.javolution.context.PersistentContext.Reference
Creates a persistent reference identified by the specified name and having the specified default value.
Reference - Interface in _templates.javolution.lang
This interface represents an object reference, the reachability level of a reference varies based on the actual reference implementation.
Reference() - Constructor for class javolution.context.AllocatorContext.Reference
Default constructor.
Reference() - Constructor for class javolution.context.LocalContext.Reference
Default constructor (default referent is null).
Reference(T) - Constructor for class javolution.context.LocalContext.Reference
Creates a local reference having the specified default value.
Reference(String, T) - Constructor for class javolution.context.PersistentContext.Reference
Creates a persistent reference identified by the specified name and having the specified default value.
Reference<T> - Interface in javolution.lang
This interface represents an object reference, the reachability level of a reference varies based on the actual reference implementation.
Reference32() - Constructor for class _templates.javolution.io.Struct.Reference32
 
Reference32() - Constructor for class javolution.io.Struct.Reference32
 
Reference64() - Constructor for class _templates.javolution.io.Struct.Reference64
 
Reference64() - Constructor for class javolution.io.Struct.Reference64
 
Reflection - Class in _templates.javolution.lang
This utility class greatly facilitates the use of reflection to invoke constructors or methods which may or may not exist at runtime or may be loaded/unloaded dynamically such as when running on a OSGi Platform.
Reflection() - Constructor for class _templates.javolution.lang.Reflection
Default constructor.
Reflection - Class in javolution.lang
This utility class greatly facilitates the use of reflection to invoke constructors or methods which may or may not exist at runtime or may be loaded/unloaded dynamically such as when running on a OSGi Platform.
Reflection() - Constructor for class javolution.lang.Reflection
Default constructor.
Reflection.Constructor - Interface in _templates.javolution.lang
This interface represents a run-time constructor obtained through reflection.
Reflection.Constructor - Interface in javolution.lang
This interface represents a run-time constructor obtained through reflection.
Reflection.Method - Interface in _templates.javolution.lang
This interface represents a run-time method obtained through reflection.
Reflection.Method - Interface in javolution.lang
This interface represents a run-time method obtained through reflection.
REGRESSION - Static variable in class _templates.javolution.testing.TestContext
Holds an implementation which does not perform any logging but raises an AssertionException when an assertion fails.
REGRESSION - Static variable in class _templates.javolution.testing.TimeContext
Holds an implementation which does not perform any logging but raises an AssertionException when an assertion fails, including any timing assertion.
REGRESSION - Static variable in class javolution.testing.TestContext
Holds an implementation which does not perform any logging but raises an AssertionException when an assertion fails.
REGRESSION - Static variable in class javolution.testing.TimeContext
Holds an implementation which does not perform any logging but raises an AssertionException when an assertion fails, including any timing assertion.
REHASH - Static variable in class _templates.javolution.util.FastComparator
Holds the comparator for objects with uneven hash distribution; objects hashcodes are rehashed.
REHASH - Static variable in class javolution.util.FastComparator
Holds the comparator for objects with uneven hash distribution; objects hashcodes are rehashed.
REHASH_SYSTEM_HASHCODE - Static variable in class _templates.javolution.util.FastComparator
Indicates if the system hash code should be rehashed (see Javolution Configuration for details).
REHASH_SYSTEM_HASHCODE - Static variable in class javolution.util.FastComparator
Indicates if the system hash code should be rehashed (see Javolution Configuration for details).
rem(double, double) - Static method in class _templates.javolution.lang.MathLib
Returns the remainder of the division of the specified two arguments.
rem(double, double) - Static method in class javolution.lang.MathLib
Returns the remainder of the division of the specified two arguments.
remaining() - Method in class _templates.java.nio.Buffer
 
remove() - Method in class _templates.java.lang.ThreadLocal
 
remove(Object) - Method in interface _templates.java.util.Collection
 
remove(Object, Object) - Method in interface _templates.java.util.concurrent.ConcurrentMap
 
remove() - Method in interface _templates.java.util.Iterator
 
remove(Object) - Method in interface _templates.java.util.List
 
remove(int) - Method in interface _templates.java.util.List
 
remove() - Method in interface _templates.java.util.ListIterator
 
remove(Object) - Method in interface _templates.java.util.Map
 
remove() - Method in interface _templates.java.util.Queue
 
remove(Object) - Method in interface _templates.java.util.Set
 
remove(Object) - Method in class _templates.javolution.lang.Reflection
Removes the specified class loader from the research tree.
remove(Object) - Method in class _templates.javolution.util.FastCollection
Removes the first occurrence in this collection of the specified value (optional operation).
remove(int) - Method in class _templates.javolution.util.FastList
Removes the value at the specified position in this list.
remove(Object) - Method in class _templates.javolution.util.FastMap
Removes the entry for the specified key if present.
remove(Object) - Method in class _templates.javolution.util.FastSet
 
remove(int) - Method in class _templates.javolution.util.FastTable
Removes the value at the specified position from this table.
remove(Object) - Method in class _templates.javolution.util.LocalMap
Removes the mapping for this key from this map if present (sets the local value to null).
remove(Object) - Method in class javolution.lang.Reflection
Removes the specified class loader from the research tree.
remove(Object) - Method in class javolution.util.FastCollection
Removes the first occurrence in this collection of the specified value (optional operation).
remove(int) - Method in class javolution.util.FastList
Removes the value at the specified position in this list.
remove(Object) - Method in class javolution.util.FastMap
Removes the entry for the specified key if present.
remove(Object) - Method in class javolution.util.FastSet
 
remove(int) - Method in class javolution.util.FastTable
Removes the value at the specified position from this table.
remove(Object) - Method in class javolution.util.LocalMap
Removes the mapping for this key from this map if present (sets the local value to null).
removeAll(Collection) - Method in interface _templates.java.util.Collection
 
removeAll(Collection) - Method in interface _templates.java.util.List
 
removeAll(Collection) - Method in interface _templates.java.util.Set
 
removeAll(Collection) - Method in class _templates.javolution.util.FastCollection
Removes from this collection all the values that are contained in the specified collection.
removeAll(Collection<?>) - Method in class javolution.util.FastCollection
Removes from this collection all the values that are contained in the specified collection.
removeFirst() - Method in class _templates.javolution.util.FastList
Removes and returns the first value of this list.
removeFirst() - Method in class javolution.util.FastList
Removes and returns the first value of this list.
removeLast() - Method in class _templates.javolution.util.FastList
Removes and returns the last value of this list (fast).
removeLast() - Method in class _templates.javolution.util.FastTable
Removes and returns the last value of this table (fast).
removeLast() - Method in class javolution.util.FastList
Removes and returns the last value of this list (fast).
removeLast() - Method in class javolution.util.FastTable
Removes and returns the last value of this table (fast).
removeRange(int, int) - Method in class _templates.javolution.util.FastTable
Removes the values between [fromIndex..toIndex[ from this table.
removeRange(int, int) - Method in class javolution.util.FastTable
Removes the values between [fromIndex..toIndex[ from this table.
REPAIRING_PREFIX - Static variable in class _templates.javolution.xml.stream.XMLOutputFactory
Property used to specify the prefix to be appended by a trailing part (a sequence number) in order to make it unique to be usable as a temporary non-colliding prefix when repairing namespaces (type: String, default: "ns").
REPAIRING_PREFIX - Static variable in class javolution.xml.stream.XMLOutputFactory
Property used to specify the prefix to be appended by a trailing part (a sequence number) in order to make it unique to be usable as a temporary non-colliding prefix when repairing namespaces (type: String, default: "ns").
replace(Object, Object, Object) - Method in interface _templates.java.util.concurrent.ConcurrentMap
 
replace(Object, Object) - Method in interface _templates.java.util.concurrent.ConcurrentMap
 
replace(CharSequence, CharSequence) - Method in class _templates.javolution.text.Text
Replaces each character sequence of this text that matches the specified target sequence with the specified replacement sequence.
replace(CharSet, CharSequence) - Method in class _templates.javolution.text.Text
Replaces the specified characters in this text with the specified replacement sequence.
replace(CharSequence, CharSequence) - Method in class javolution.text.Text
Replaces each character sequence of this text that matches the specified target sequence with the specified replacement sequence.
replace(CharSet, CharSequence) - Method in class javolution.text.Text
Replaces the specified characters in this text with the specified replacement sequence.
require(int, CharSequence, CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Tests if the current event is of the given type and if the namespace and name match the current namespace and name of the current event.
require(int, CharSequence, CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
require(int, CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamReader
Tests if the current event is of the given type and if the namespace and name match the current namespace and name of the current event.
require(int, CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
reset() - Method in class _templates.java.nio.Buffer
 
reset() - Method in class _templates.javolution.io.AppendableWriter
 
reset() - Method in class _templates.javolution.io.CharSequenceReader
 
reset() - Method in class _templates.javolution.io.UTF8ByteBufferReader
 
reset() - Method in class _templates.javolution.io.UTF8ByteBufferWriter
 
reset() - Method in class _templates.javolution.io.UTF8StreamReader
 
reset() - Method in class _templates.javolution.io.UTF8StreamWriter
 
reset() - Method in interface _templates.javolution.lang.Reusable
Resets the internal state of this object to its default values.
reset() - Method in class _templates.javolution.text.Cursor
Resets this cursor instance.
reset() - Method in class _templates.javolution.text.TextBuilder
Resets this text builder for reuse (equivalent to TextBuilder.clear()).
reset() - Method in class _templates.javolution.util.FastBitSet
 
reset() - Method in class _templates.javolution.util.FastList
 
reset() - Method in class _templates.javolution.util.FastMap
 
reset() - Method in class _templates.javolution.util.FastSet
 
reset() - Method in class _templates.javolution.util.FastTable
 
reset() - Method in class _templates.javolution.xml.sax.SAX2ReaderImpl
 
reset() - Method in class _templates.javolution.xml.sax.XMLReaderImpl
 
reset() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
reset() - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
reset() - Method in class _templates.javolution.xml.XMLBinding
 
reset() - Method in class _templates.javolution.xml.XMLObjectReader
Resets this object reader for reuse.
reset() - Method in class _templates.javolution.xml.XMLObjectWriter
Resets this object writer for reuse.
reset() - Method in class _templates.javolution.xml.XMLReferenceResolver
 
reset() - Method in class javolution.io.AppendableWriter
 
reset() - Method in class javolution.io.CharSequenceReader
 
reset() - Method in class javolution.io.UTF8ByteBufferReader
 
reset() - Method in class javolution.io.UTF8ByteBufferWriter
 
reset() - Method in class javolution.io.UTF8StreamReader
 
reset() - Method in class javolution.io.UTF8StreamWriter
 
reset() - Method in interface javolution.lang.Reusable
Resets the internal state of this object to its default values.
reset() - Method in class javolution.text.Cursor
Resets this cursor instance.
reset() - Method in class javolution.text.TextBuilder
Resets this text builder for reuse (equivalent to TextBuilder.clear()).
reset() - Method in class javolution.util.FastBitSet
 
reset() - Method in class javolution.util.FastList
 
reset() - Method in class javolution.util.FastMap
 
reset() - Method in class javolution.util.FastSet
 
reset() - Method in class javolution.util.FastTable
 
reset() - Method in class javolution.xml.sax.SAX2ReaderImpl
 
reset() - Method in class javolution.xml.sax.XMLReaderImpl
 
reset() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
reset() - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
reset() - Method in class javolution.xml.XMLBinding
 
reset() - Method in class javolution.xml.XMLObjectReader
Resets this object reader for reuse.
reset() - Method in class javolution.xml.XMLObjectWriter
Resets this object writer for reuse.
reset() - Method in class javolution.xml.XMLReferenceResolver
 
retainAll(Collection) - Method in interface _templates.java.util.Collection
 
retainAll(Collection) - Method in interface _templates.java.util.List
 
retainAll(Collection) - Method in interface _templates.java.util.Set
 
retainAll(Collection) - Method in class _templates.javolution.util.FastCollection
Retains only the values in this collection that are contained in the specified collection.
retainAll(Collection<?>) - Method in class javolution.util.FastCollection
Retains only the values in this collection that are contained in the specified collection.
Reusable - Interface in _templates.javolution.lang
This interfaces identifies mutable objects capable of being used again or repeatedly; once reset, reusable objects behave as if they were brand-new.
Reusable - Interface in javolution.lang
This interfaces identifies mutable objects capable of being used again or repeatedly; once reset, reusable objects behave as if they were brand-new.
reverse() - Method in class _templates.javolution.text.TextBuilder
Reverses this character sequence.
reverse() - Method in class _templates.javolution.util.FastMap
Returns the reverse mapping of this map (for which the keys are this map's values and the values are this map's keys).
reverse() - Method in class javolution.text.TextBuilder
Reverses this character sequence.
reverse() - Method in class javolution.util.FastMap
Returns the reverse mapping of this map (for which the keys are this map's values and the values are this map's keys).
rewind() - Method in class _templates.java.nio.Buffer
 
ROOT - Static variable in class _templates.javolution.context.Context
Holds the root context.
ROOT - Static variable in class javolution.context.Context
Holds the root context.
round(float) - Static method in class _templates.javolution.lang.MathLib
Returns the closest int to the specified argument.
round(double) - Static method in class _templates.javolution.lang.MathLib
Returns the closest long to the specified argument.
round(float) - Static method in class javolution.lang.MathLib
Returns the closest int to the specified argument.
round(double) - Static method in class javolution.lang.MathLib
Returns the closest long to the specified argument.
run(TestSuite) - Static method in class _templates.javolution.testing.TestContext
Executes the specified test suite and logs the results to the current test context.
run(TestCase) - Static method in class _templates.javolution.testing.TestContext
Executes the specified test case and logs the results to the current test context.
run(TestSuite) - Static method in class javolution.testing.TestContext
Executes the specified test suite and logs the results to the current test context.
run(TestCase) - Static method in class javolution.testing.TestContext
Executes the specified test case and logs the results to the current test context.

S

SAX2ReaderImpl - Class in _templates.javolution.xml.sax
This class provides a SAX2-compliant parser wrapping a XMLReaderImpl.
SAX2ReaderImpl() - Constructor for class _templates.javolution.xml.sax.SAX2ReaderImpl
Default constructor.
SAX2ReaderImpl - Class in javolution.xml.sax
This class provides a SAX2-compliant parser wrapping a XMLReaderImpl.
SAX2ReaderImpl() - Constructor for class javolution.xml.sax.SAX2ReaderImpl
Default constructor.
SecurityContext - Class in _templates.javolution.context
This class represents a high-level security context (low level security being addressed by the system security manager).
SecurityContext() - Constructor for class _templates.javolution.context.SecurityContext
Default constructor.
SecurityContext - Class in javolution.context
This class represents a high-level security context (low level security being addressed by the system security manager).
SecurityContext() - Constructor for class javolution.context.SecurityContext
Default constructor.
SecurityException - Exception in _templates.java.lang
 
SecurityException() - Constructor for exception _templates.java.lang.SecurityException
 
SecurityException(String) - Constructor for exception _templates.java.lang.SecurityException
 
separator - Static variable in class _templates.java.io.File
 
separatorChar - Static variable in class _templates.java.io.File
 
Serializable - Interface in _templates.java.io
 
set(Object) - Method in class _templates.java.lang.ThreadLocal
 
set(int, Object) - Method in interface _templates.java.util.List
 
set(Object) - Method in interface _templates.java.util.ListIterator
 
Set - Interface in _templates.java.util
 
set(Object) - Method in class _templates.javolution.context.AllocatorContext.Reference
 
set(Object) - Method in class _templates.javolution.context.LocalContext.Reference
Sets the local value (referent) for this reference.
set(Object) - Method in class _templates.javolution.context.PersistentContext.Reference
 
set(long) - Method in class _templates.javolution.io.Struct.BitField
 
set(boolean) - Method in class _templates.javolution.io.Struct.Bool
 
set(Enum) - Method in class _templates.javolution.io.Struct.Enum16
 
set(Enum) - Method in class _templates.javolution.io.Struct.Enum32
 
set(Enum) - Method in class _templates.javolution.io.Struct.Enum64
 
set(Enum) - Method in class _templates.javolution.io.Struct.Enum8
 
set(float) - Method in class _templates.javolution.io.Struct.Float32
 
set(double) - Method in class _templates.javolution.io.Struct.Float64
 
set(Struct) - Method in class _templates.javolution.io.Struct.Reference32
 
set(Struct) - Method in class _templates.javolution.io.Struct.Reference64
 
set(short) - Method in class _templates.javolution.io.Struct.Signed16
 
set(int) - Method in class _templates.javolution.io.Struct.Signed32
 
set(long) - Method in class _templates.javolution.io.Struct.Signed64
 
set(byte) - Method in class _templates.javolution.io.Struct.Signed8
 
set(int) - Method in class _templates.javolution.io.Struct.Unsigned16
 
set(long) - Method in class _templates.javolution.io.Struct.Unsigned32
 
set(short) - Method in class _templates.javolution.io.Struct.Unsigned8
 
set(String) - Method in class _templates.javolution.io.Struct.UTF8String
 
set(Object) - Method in interface _templates.javolution.lang.Reference
Sets the value this reference referes to.
set(int) - Method in class _templates.javolution.util.FastBitSet
Adds the specified integer to this set (corresponding bit is set to true.
set(int, boolean) - Method in class _templates.javolution.util.FastBitSet
Sets the bit at the given index to the specified value.
set(int, int) - Method in class _templates.javolution.util.FastBitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to true.
set(int, int, boolean) - Method in class _templates.javolution.util.FastBitSet
Sets the bits between from (inclusive) and to (exclusive) to the specified value.
set(int, Object) - Method in class _templates.javolution.util.FastList
Replaces the value at the specified position in this list with the specified value.
set(int, Object) - Method in class _templates.javolution.util.FastTable
Replaces the value at the specified position in this table with the specified value.
set(T) - Method in class javolution.context.AllocatorContext.Reference
 
set(T) - Method in class javolution.context.LocalContext.Reference
Sets the local value (referent) for this reference.
set(T) - Method in class javolution.context.PersistentContext.Reference
 
set(long) - Method in class javolution.io.Struct.BitField
 
set(boolean) - Method in class javolution.io.Struct.Bool
 
set(Enum) - Method in class javolution.io.Struct.Enum16
 
set(Enum) - Method in class javolution.io.Struct.Enum32
 
set(Enum) - Method in class javolution.io.Struct.Enum64
 
set(Enum) - Method in class javolution.io.Struct.Enum8
 
set(float) - Method in class javolution.io.Struct.Float32
 
set(double) - Method in class javolution.io.Struct.Float64
 
set(S) - Method in class javolution.io.Struct.Reference32
 
set(S) - Method in class javolution.io.Struct.Reference64
 
set(short) - Method in class javolution.io.Struct.Signed16
 
set(int) - Method in class javolution.io.Struct.Signed32
 
set(long) - Method in class javolution.io.Struct.Signed64
 
set(byte) - Method in class javolution.io.Struct.Signed8
 
set(int) - Method in class javolution.io.Struct.Unsigned16
 
set(long) - Method in class javolution.io.Struct.Unsigned32
 
set(short) - Method in class javolution.io.Struct.Unsigned8
 
set(String) - Method in class javolution.io.Struct.UTF8String
 
set(T) - Method in interface javolution.lang.Reference
Sets the value this reference referes to.
set(int) - Method in class javolution.util.FastBitSet
Adds the specified integer to this set (corresponding bit is set to true.
set(int, boolean) - Method in class javolution.util.FastBitSet
Sets the bit at the given index to the specified value.
set(int, int) - Method in class javolution.util.FastBitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to true.
set(int, int, boolean) - Method in class javolution.util.FastBitSet
Sets the bits between from (inclusive) and to (exclusive) to the specified value.
set(int, E) - Method in class javolution.util.FastList
Replaces the value at the specified position in this list with the specified value.
set(int, E) - Method in class javolution.util.FastTable
Replaces the value at the specified position in this table with the specified value.
setAddress(String) - Method in class _templates.javolution.xml.ws.WebServiceClient
Sets the address of this web service.
setAddress(String) - Method in class javolution.xml.ws.WebServiceClient
Sets the address of this web service.
setAlias(Class, QName) - Method in class _templates.javolution.xml.XMLBinding
Sets the qualified alias for the specified class.
setAlias(Class, String) - Method in class _templates.javolution.xml.XMLBinding
Convenient method equivalent to setAlias(cls, QName.valueOf(alias)).
setAlias(Class, QName) - Method in class javolution.xml.XMLBinding
Sets the qualified alias for the specified class.
setAlias(Class, String) - Method in class javolution.xml.XMLBinding
Convenient method equivalent to setAlias(cls, QName.valueOf(alias)).
setArray(char[], int, int) - Method in class _templates.javolution.text.CharArray
Sets the underlying array of this CharArray.
setArray(char[], int, int) - Method in class javolution.text.CharArray
Sets the underlying array of this CharArray.
setAttribute(String, CharSequence) - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Sets the specified CharSequence attribute (null values are ignored).
setAttribute(String, String) - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Sets the specified String attribute (null values are ignored).
setAttribute(String, boolean) - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Sets the specified boolean attribute.
setAttribute(String, char) - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Sets the specified char attribute.
setAttribute(String, byte) - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Sets the specified byte attribute.
setAttribute(String, short) - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Sets the specified short attribute.
setAttribute(String, int) - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Sets the specified int attribute.
setAttribute(String, long) - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Sets the specified long attribute.
setAttribute(String, float) - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Sets the specified float attribute.
setAttribute(String, double) - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Sets the specified double attribute.
setAttribute(String, Object) - Method in class _templates.javolution.xml.XMLFormat.OutputElement
Sets the specified attribute using its associated TextFormat.
setAttribute(String, CharSequence) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified CharSequence attribute (null values are ignored).
setAttribute(String, String) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified String attribute (null values are ignored).
setAttribute(String, boolean) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified boolean attribute.
setAttribute(String, char) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified char attribute.
setAttribute(String, byte) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified byte attribute.
setAttribute(String, short) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified short attribute.
setAttribute(String, int) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified int attribute.
setAttribute(String, long) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified long attribute.
setAttribute(String, float) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified float attribute.
setAttribute(String, double) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified double attribute.
setAttribute(String, Object) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified attribute using its associated TextFormat.
setAutomaticEmptyElements(boolean) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
Requires this writer to automatically output empty elements when a start element is immediately followed by matching end element (default false).
setAutomaticEmptyElements(boolean) - Method in class javolution.xml.stream.XMLStreamWriterImpl
Requires this writer to automatically output empty elements when a start element is immediately followed by matching end element (default false).
setBinding(XMLBinding) - Method in class _templates.javolution.xml.XMLObjectReader
Sets the XML binding to use with this object reader.
setBinding(XMLBinding) - Method in class _templates.javolution.xml.XMLObjectWriter
Sets the XML binding to use with this object writer.
setBinding(XMLBinding) - Method in class javolution.xml.XMLObjectReader
Sets the XML binding to use with this object reader.
setBinding(XMLBinding) - Method in class javolution.xml.XMLObjectWriter
Sets the XML binding to use with this object writer.
setByteBuffer(ByteBuffer, int) - Method in class _templates.javolution.io.Struct
Sets the current byte buffer for this struct.
setByteBuffer(ByteBuffer) - Method in class _templates.javolution.io.UTF8ByteBufferReader
setByteBuffer(ByteBuffer) - Method in class _templates.javolution.io.UTF8ByteBufferWriter
setByteBuffer(ByteBuffer, int) - Method in class javolution.io.Struct
Sets the current byte buffer for this struct.
setByteBuffer(ByteBuffer) - Method in class javolution.io.UTF8ByteBufferReader
setByteBuffer(ByteBuffer) - Method in class javolution.io.UTF8ByteBufferWriter
Deprecated.
setByteBufferPosition(int) - Method in class _templates.javolution.io.Struct
Sets the byte position of this struct within its byte buffer.
setByteBufferPosition(int) - Method in class javolution.io.Struct
Sets the byte position of this struct within its byte buffer.
setCharAt(int, char) - Method in class _templates.javolution.text.TextBuilder
Sets the character at the specified position.
setCharAt(int, char) - Method in class javolution.text.TextBuilder
Sets the character at the specified position.
setClassAttribute(QName) - Method in class _templates.javolution.xml.XMLBinding
Sets the qualified name of the attribute holding the class identifier.
setClassAttribute(String) - Method in class _templates.javolution.xml.XMLBinding
Convenience method equivalent to setClassAttribute(QName.valueOf(name)).
setClassAttribute(QName) - Method in class javolution.xml.XMLBinding
Sets the qualified name of the attribute holding the class identifier.
setClassAttribute(String) - Method in class javolution.xml.XMLBinding
Convenience method equivalent to setClassAttribute(QName.valueOf(name)).
setConcurrency(int) - Static method in class _templates.javolution.context.ConcurrentContext
Set the local concurrency.
setConcurrency(int) - Static method in class javolution.context.ConcurrentContext
Set the local concurrency.
setConcurrentContext(ConcurrentContext) - Static method in class _templates.javolution.context.Context
Sets the current context, used by ConcurrentContext exclusively.
setConcurrentContext(ConcurrentContext) - Static method in class javolution.context.Context
Sets the current context, used by ConcurrentContext exclusively.
setContentHandler(ContentHandler) - Method in class _templates.javolution.xml.sax.SAX2ReaderImpl
 
setContentHandler(ContentHandler) - Method in interface _templates.javolution.xml.sax.XMLReader
Allow an application to register a content event handler.
setContentHandler(ContentHandler) - Method in class _templates.javolution.xml.sax.XMLReaderImpl
 
setContentHandler(ContentHandler) - Method in class javolution.xml.sax.SAX2ReaderImpl
 
setContentHandler(ContentHandler) - Method in interface javolution.xml.sax.XMLReader
Allow an application to register a content event handler.
setContentHandler(ContentHandler) - Method in class javolution.xml.sax.XMLReaderImpl
 
setCurrentPersistentContext(PersistentContext) - Static method in class _templates.javolution.context.PersistentContext
Sets the persistent instance.
setCurrentPersistentContext(PersistentContext) - Static method in class javolution.context.PersistentContext
Sets the persistent instance.
setDefault(Object) - Method in class _templates.javolution.context.LocalContext.Reference
Sets the default value for this reference.
setDefault(T) - Method in class javolution.context.LocalContext.Reference
Sets the default value for this reference.
setDefaultNamespace(CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Binds a URI to the default namespace.
setDefaultNamespace(CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
setDefaultNamespace(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Binds a URI to the default namespace.
setDefaultNamespace(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
setDocumentLocator(Locator) - Method in interface _templates.javolution.xml.sax.ContentHandler
Receives an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class _templates.javolution.xml.sax.DefaultHandler
 
setDocumentLocator(Locator) - Method in interface javolution.xml.sax.ContentHandler
Receives an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class javolution.xml.sax.DefaultHandler
 
setDTDHandler(DTDHandler) - Method in class _templates.javolution.xml.sax.SAX2ReaderImpl
 
setDTDHandler(DTDHandler) - Method in interface _templates.javolution.xml.sax.XMLReader
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in class _templates.javolution.xml.sax.XMLReaderImpl
 
setDTDHandler(DTDHandler) - Method in class javolution.xml.sax.SAX2ReaderImpl
 
setDTDHandler(DTDHandler) - Method in interface javolution.xml.sax.XMLReader
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in class javolution.xml.sax.XMLReaderImpl
 
setEntities(Map) - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
Defines a custom entities to replacement text mapping for this reader.
setEntities(Map) - Method in class javolution.xml.stream.XMLStreamReaderImpl
Defines a custom entities to replacement text mapping for this reader.
setEntityResolver(EntityResolver) - Method in class _templates.javolution.xml.sax.SAX2ReaderImpl
 
setEntityResolver(EntityResolver) - Method in interface _templates.javolution.xml.sax.XMLReader
Allow an application to register an entity resolver.
setEntityResolver(EntityResolver) - Method in class _templates.javolution.xml.sax.XMLReaderImpl
 
setEntityResolver(EntityResolver) - Method in class javolution.xml.sax.SAX2ReaderImpl
 
setEntityResolver(EntityResolver) - Method in interface javolution.xml.sax.XMLReader
Allow an application to register an entity resolver.
setEntityResolver(EntityResolver) - Method in class javolution.xml.sax.XMLReaderImpl
 
setErrorHandler(ErrorHandler) - Method in class _templates.javolution.xml.sax.SAX2ReaderImpl
 
setErrorHandler(ErrorHandler) - Method in interface _templates.javolution.xml.sax.XMLReader
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in class _templates.javolution.xml.sax.XMLReaderImpl
 
setErrorHandler(ErrorHandler) - Method in class javolution.xml.sax.SAX2ReaderImpl
 
setErrorHandler(ErrorHandler) - Method in interface javolution.xml.sax.XMLReader
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in class javolution.xml.sax.XMLReaderImpl
 
setErrorIndex(int) - Method in class _templates.java.text.ParsePosition
 
setFeature(String, boolean) - Method in class _templates.javolution.xml.sax.SAX2ReaderImpl
 
setFeature(String, boolean) - Method in interface _templates.javolution.xml.sax.XMLReader
Set the value of a feature flag.
setFeature(String, boolean) - Method in class _templates.javolution.xml.sax.XMLReaderImpl
 
setFeature(String, boolean) - Method in class javolution.xml.sax.SAX2ReaderImpl
 
setFeature(String, boolean) - Method in interface javolution.xml.sax.XMLReader
Set the value of a feature flag.
setFeature(String, boolean) - Method in class javolution.xml.sax.XMLReaderImpl
 
setField(Object, Class, Class) - Method in class _templates.javolution.lang.Reflection
Attaches a field of specified type to a class (the attached field is dereferenced when the class is unloaded).
setField(T, Class, Class<T>) - Method in class javolution.lang.Reflection
Attaches a field of specified type to a class (the attached field is dereferenced when the class is unloaded).
setIdentifierAttribute(String) - Method in class _templates.javolution.xml.XMLReferenceResolver
Sets the name of the identifier attribute (by default"id").
setIdentifierAttribute(String, String) - Method in class _templates.javolution.xml.XMLReferenceResolver
Sets the local name and namespace URI of the identifier attribute.
setIdentifierAttribute(String) - Method in class javolution.xml.XMLReferenceResolver
Sets the name of the identifier attribute (by default"id").
setIdentifierAttribute(String, String) - Method in class javolution.xml.XMLReferenceResolver
Sets the local name and namespace URI of the identifier attribute.
setIndentation(String) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
Specifies the indentation string; non-null indentation forces the writer to write elements into separate lines (default null).
setIndentation(String) - Method in class _templates.javolution.xml.XMLObjectWriter
Sets the indentation to be used by this writer (no indentation by default).
setIndentation(String) - Method in class javolution.xml.stream.XMLStreamWriterImpl
Specifies the indentation string; non-null indentation forces the writer to write elements into separate lines (default null).
setIndentation(String) - Method in class javolution.xml.XMLObjectWriter
Sets the indentation to be used by this writer (no indentation by default).
setIndex(int) - Method in class _templates.java.text.ParsePosition
 
setIndex(int) - Method in class _templates.javolution.text.Cursor
Sets the cursor current index.
setIndex(int) - Method in class javolution.text.Cursor
Sets the cursor current index.
setInput(CharSequence) - Method in class _templates.javolution.io.CharSequenceReader
Sets the character sequence to use for reading.
setInput(ByteBuffer) - Method in class _templates.javolution.io.UTF8ByteBufferReader
Sets the ByteBuffer to use for reading available bytes from current buffer position.
setInput(InputStream) - Method in class _templates.javolution.io.UTF8StreamReader
Sets the input stream to use for reading until this reader is closed.
setInput(InputStream) - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
Sets the input stream source for this XML stream reader (encoding retrieved from XML prolog if any).
setInput(InputStream, String) - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
Sets the input stream source and encoding for this XML stream reader.
setInput(Reader) - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
Sets the reader input source for this XML stream reader.
setInput(InputStream) - Method in class _templates.javolution.xml.XMLObjectReader
Sets the input stream source for this XML object reader (encoding retrieved from XML prolog if any).
setInput(InputStream, String) - Method in class _templates.javolution.xml.XMLObjectReader
Sets the input stream source and encoding for this XML object reader.
setInput(Reader) - Method in class _templates.javolution.xml.XMLObjectReader
Sets the reader input source for this XML stream reader.
setInput(CharSequence) - Method in class javolution.io.CharSequenceReader
Sets the character sequence to use for reading.
setInput(ByteBuffer) - Method in class javolution.io.UTF8ByteBufferReader
Sets the ByteBuffer to use for reading available bytes from current buffer position.
setInput(InputStream) - Method in class javolution.io.UTF8StreamReader
Sets the input stream to use for reading until this reader is closed.
setInput(InputStream) - Method in class javolution.xml.stream.XMLStreamReaderImpl
Sets the input stream source for this XML stream reader (encoding retrieved from XML prolog if any).
setInput(InputStream, String) - Method in class javolution.xml.stream.XMLStreamReaderImpl
Sets the input stream source and encoding for this XML stream reader.
setInput(Reader) - Method in class javolution.xml.stream.XMLStreamReaderImpl
Sets the reader input source for this XML stream reader.
setInput(InputStream) - Method in class javolution.xml.XMLObjectReader
Sets the input stream source for this XML object reader (encoding retrieved from XML prolog if any).
setInput(InputStream, String) - Method in class javolution.xml.XMLObjectReader
Sets the input stream source and encoding for this XML object reader.
setInput(Reader) - Method in class javolution.xml.XMLObjectReader
Sets the reader input source for this XML stream reader.
setInputStream(InputStream) - Method in class _templates.javolution.io.UTF8StreamReader
setInputStream(InputStream) - Method in class javolution.io.UTF8StreamReader
setInstance(ObjectFactory, Class) - Static method in class _templates.javolution.context.ObjectFactory
Sets explicitely the factory to be used for the specified class (see ObjectFactory.getInstance(java.lang.Class)).
setInstance(Class, TextFormat) - Static method in class _templates.javolution.text.TextFormat
Overrides the default format for the specified class (local setting).
setInstance(ObjectFactory<T>, Class<T>) - Static method in class javolution.context.ObjectFactory
Sets explicitely the factory to be used for the specified class (see ObjectFactory.getInstance(java.lang.Class<T>)).
setInstance(Class<? extends T>, TextFormat<T>) - Static method in class javolution.text.TextFormat
Overrides the default format for the specified class (local setting).
setKeyComparator(FastComparator) - Method in class _templates.javolution.util.FastMap
Sets the key comparator for this fast map.
setKeyComparator(FastComparator) - Method in class _templates.javolution.util.LocalMap
Sets the key comparator for this local map.
setKeyComparator(FastComparator<? super K>) - Method in class javolution.util.FastMap
Sets the key comparator for this fast map.
setKeyComparator(FastComparator<? super K>) - Method in class javolution.util.LocalMap
Sets the key comparator for this local map.
setLength(int) - Method in class _templates.javolution.text.TextBuilder
Convenience method equivalent to setLength(newLength, '').
setLength(int, char) - Method in class _templates.javolution.text.TextBuilder
Sets the length of this character builder.
setLength(int) - Method in class javolution.text.TextBuilder
Convenience method equivalent to setLength(newLength, '').
setLength(int, char) - Method in class javolution.text.TextBuilder
Sets the length of this character builder.
setLevel(Level) - Method in class _templates.java.util.logging.Level
 
setLineSeparator(String) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
Specifies the line separator (default "\n").
setLineSeparator(String) - Method in class javolution.xml.stream.XMLStreamWriterImpl
Specifies the line separator (default "\n").
setMaximum(Object) - Method in class _templates.javolution.context.PersistentContext.Reference
Sets this reference to the specified value only if (value.compareTo(this.get()) < 0).
setMaximum(T) - Method in class javolution.context.PersistentContext.Reference
Sets this reference to the specified value only if (value.compareTo(this.get()) < 0).
setMinimum(Object) - Method in class _templates.javolution.context.PersistentContext.Reference
Sets this reference to the specified value only if (value.compareTo(this.get()) > 0).
setMinimum(T) - Method in class javolution.context.PersistentContext.Reference
Sets this reference to the specified value only if (value.compareTo(this.get()) > 0).
setMinimumRange(int, int) - Static method in class _templates.javolution.util.Index
Creates the indices for the specified range of values if they don't exist.
setMinimumRange(int, int) - Static method in class javolution.util.Index
Creates the indices for the specified range of values if they don't exist.
setNoEmptyElementTag(boolean) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
Prevent this writer from using empty element tags (default false).
setNoEmptyElementTag(boolean) - Method in class javolution.xml.stream.XMLStreamWriterImpl
Prevent this writer from using empty element tags (default false).
setOuter(Struct) - Method in class _templates.javolution.io.Struct
 
setOuter(Struct) - Method in class javolution.io.Struct
 
setOuterOffset(int) - Method in class _templates.javolution.io.Struct
 
setOuterOffset(int) - Method in class javolution.io.Struct
 
setOutput(Appendable) - Method in class _templates.javolution.io.AppendableWriter
Sets the appendable output being written to.
setOutput(ByteBuffer) - Method in class _templates.javolution.io.UTF8ByteBufferWriter
Sets the byte buffer to use for writing until this writer is closed.
setOutput(OutputStream) - Method in class _templates.javolution.io.UTF8StreamWriter
Sets the output stream to use for writing until this writer is closed.
setOutput(OutputStream) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
Sets the output stream destination for this XML stream writer (UTF-8 encoding).
setOutput(OutputStream, String) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
Sets the output stream destination and encoding for this XML stream writer.
setOutput(Writer) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
Sets the writer output destination for this XML stream writer.
setOutput(OutputStream) - Method in class _templates.javolution.xml.XMLObjectWriter
Sets the output stream for this XML object writer.
setOutput(OutputStream, String) - Method in class _templates.javolution.xml.XMLObjectWriter
Sets the output stream and encoding for this XML object writer.
setOutput(Writer) - Method in class _templates.javolution.xml.XMLObjectWriter
Sets the output writer for this XML object writer.
setOutput(Appendable) - Method in class javolution.io.AppendableWriter
Sets the appendable output being written to.
setOutput(ByteBuffer) - Method in class javolution.io.UTF8ByteBufferWriter
Sets the byte buffer to use for writing until this writer is closed.
setOutput(OutputStream) - Method in class javolution.io.UTF8StreamWriter
Sets the output stream to use for writing until this writer is closed.
setOutput(OutputStream) - Method in class javolution.xml.stream.XMLStreamWriterImpl
Sets the output stream destination for this XML stream writer (UTF-8 encoding).
setOutput(OutputStream, String) - Method in class javolution.xml.stream.XMLStreamWriterImpl
Sets the output stream destination and encoding for this XML stream writer.
setOutput(Writer) - Method in class javolution.xml.stream.XMLStreamWriterImpl
Sets the writer output destination for this XML stream writer.
setOutput(OutputStream) - Method in class javolution.xml.XMLObjectWriter
Sets the output stream for this XML object writer.
setOutput(OutputStream, String) - Method in class javolution.xml.XMLObjectWriter
Sets the output stream and encoding for this XML object writer.
setOutput(Writer) - Method in class javolution.xml.XMLObjectWriter
Sets the output writer for this XML object writer.
setOutputStream(OutputStream) - Method in class _templates.javolution.io.UTF8StreamWriter
setOutputStream(OutputStream) - Method in class javolution.io.UTF8StreamWriter
setPrefix(CharSequence, CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Sets the prefix the uri is bound to.
setPrefix(CharSequence, CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
setPrefix(CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Sets the prefix the uri is bound to.
setPrefix(CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
setProperty(String, Object) - Method in class _templates.javolution.xml.sax.SAX2ReaderImpl
 
setProperty(String, Object) - Method in interface _templates.javolution.xml.sax.XMLReader
Set the value of a property.
setProperty(String, Object) - Method in class _templates.javolution.xml.sax.XMLReaderImpl
 
setProperty(String, Object) - Method in class _templates.javolution.xml.stream.XMLInputFactory
Allows the user to set specific feature/property on the underlying implementation.
setProperty(String, Object) - Method in class _templates.javolution.xml.stream.XMLOutputFactory
Allows the user to set specific features/properties on the underlying implementation.
setProperty(String, Object) - Method in class javolution.xml.sax.SAX2ReaderImpl
 
setProperty(String, Object) - Method in interface javolution.xml.sax.XMLReader
Set the value of a property.
setProperty(String, Object) - Method in class javolution.xml.sax.XMLReaderImpl
 
setProperty(String, Object) - Method in class javolution.xml.stream.XMLInputFactory
Allows the user to set specific feature/property on the underlying implementation.
setProperty(String, Object) - Method in class javolution.xml.stream.XMLOutputFactory
Allows the user to set specific features/properties on the underlying implementation.
setReferenceAttribute(String) - Method in class _templates.javolution.xml.XMLReferenceResolver
Sets the name of the reference attribute (by default"ref").
setReferenceAttribute(String, String) - Method in class _templates.javolution.xml.XMLReferenceResolver
Sets the local name and namespace URI of the identifier attribute.
setReferenceAttribute(String) - Method in class javolution.xml.XMLReferenceResolver
Sets the name of the reference attribute (by default"ref").
setReferenceAttribute(String, String) - Method in class javolution.xml.XMLReferenceResolver
Sets the local name and namespace URI of the identifier attribute.
setReferenceResolver(XMLReferenceResolver) - Method in class _templates.javolution.xml.XMLObjectReader
Sets the XML reference resolver to use with this object reader (the same resolver can be used accross multiple readers).
setReferenceResolver(XMLReferenceResolver) - Method in class _templates.javolution.xml.XMLObjectWriter
Sets the XML reference resolver to use with this object writer (the same reference resolver can be used accross multiple writers).
setReferenceResolver(XMLReferenceResolver) - Method in class javolution.xml.XMLObjectReader
Sets the XML reference resolver to use with this object reader (the same resolver can be used accross multiple readers).
setReferenceResolver(XMLReferenceResolver) - Method in class javolution.xml.XMLObjectWriter
Sets the XML reference resolver to use with this object writer (the same reference resolver can be used accross multiple writers).
setRepairingNamespaces(boolean) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
Requires this writer to create a new prefix when a namespace has none (default false).
setRepairingNamespaces(boolean) - Method in class javolution.xml.stream.XMLStreamWriterImpl
Requires this writer to create a new prefix when a namespace has none (default false).
setRepairingPrefix(String) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
Specifies the prefix to be append by a trailing part (a sequence number) in order to make it unique to be usable as a temporary non-colliding prefix when repairing namespaces (default "ns").
setRepairingPrefix(String) - Method in class javolution.xml.stream.XMLStreamWriterImpl
Specifies the prefix to be append by a trailing part (a sequence number) in order to make it unique to be usable as a temporary non-colliding prefix when repairing namespaces (default "ns").
setShared(boolean) - Method in class _templates.javolution.util.FastMap
Deprecated.
Replaced by FastMap.shared()
setShared(boolean) - Method in class javolution.util.FastMap
Deprecated.
Replaced by FastMap.shared()
setSize(int) - Method in class _templates.javolution.util.FastTable
Sets the size of this table.
setSize(int) - Method in class javolution.util.FastTable
Sets the size of this table.
setUp() - Method in class _templates.javolution.testing.TestCase
Prepares the test case execution (the default implementation does nothing).
setUp() - Method in class _templates.javolution.testing.TestSuite
Prepares the test suite execution (the default implementation does nothing).
setUp() - Method in class javolution.testing.TestCase
Prepares the test case execution (the default implementation does nothing).
setUp() - Method in class javolution.testing.TestSuite
Prepares the test suite execution (the default implementation does nothing).
setValue(Object) - Method in interface _templates.java.util.Map.Entry
 
setValue(Object) - Method in class _templates.javolution.util.FastMap.Entry
Sets the value for this entry.
setValue(V) - Method in class javolution.util.FastMap.Entry
Sets the value for this entry.
setValueComparator(FastComparator) - Method in class _templates.javolution.util.FastList
Sets the comparator to use for value equality.
setValueComparator(FastComparator) - Method in class _templates.javolution.util.FastMap
Sets the value comparator for this map.
setValueComparator(FastComparator) - Method in class _templates.javolution.util.FastSet
Sets the comparator to use for value equality.
setValueComparator(FastComparator) - Method in class _templates.javolution.util.FastTable
Sets the comparator to use for value equality or comparison if the collection is ordered (see FastTable.sort()).
setValueComparator(FastComparator) - Method in class _templates.javolution.util.LocalMap
Sets the value comparator for this local map.
setValueComparator(FastComparator<? super E>) - Method in class javolution.util.FastList
Sets the comparator to use for value equality.
setValueComparator(FastComparator<? super V>) - Method in class javolution.util.FastMap
Sets the value comparator for this map.
setValueComparator(FastComparator<? super E>) - Method in class javolution.util.FastSet
Sets the comparator to use for value equality.
setValueComparator(FastComparator<? super E>) - Method in class javolution.util.FastTable
Sets the comparator to use for value equality or comparison if the collection is ordered (see FastTable.sort()).
setValueComparator(FastComparator<? super V>) - Method in class javolution.util.LocalMap
Sets the value comparator for this local map.
SEVERE - Static variable in class _templates.java.util.logging.Level
 
severe(String) - Method in class _templates.java.util.logging.Logger
 
severe(String) - Static method in class _templates.javolution.util.StandardLog
Logs a SEVERE message.
severe(String) - Static method in class javolution.util.StandardLog
Logs a SEVERE message.
shared() - Method in class _templates.javolution.util.FastCollection
Returns a thread-safe read-write view of this collection.
shared() - Method in class _templates.javolution.util.FastMap
Sets the shared status of this map (whether the map is thread-safe or not).
shared() - Method in class javolution.util.FastCollection
Returns a thread-safe read-write view of this collection.
shared() - Method in class javolution.util.FastMap
Sets the shared status of this map (whether the map is thread-safe or not).
SHORTS_FACTORY - Static variable in class _templates.javolution.context.ArrayFactory
Holds factory for short arrays.
SHORTS_FACTORY - Static variable in class javolution.context.ArrayFactory
Holds factory for short arrays.
shortValue() - Method in class _templates.java.lang.Number
 
shortValue() - Method in class _templates.javolution.io.Struct.BitField
 
shortValue() - Method in class javolution.io.Struct.BitField
 
Signed16() - Constructor for class _templates.javolution.io.Struct.Signed16
 
Signed16(int) - Constructor for class _templates.javolution.io.Struct.Signed16
 
Signed16() - Constructor for class javolution.io.Struct.Signed16
 
Signed16(int) - Constructor for class javolution.io.Struct.Signed16
 
Signed32() - Constructor for class _templates.javolution.io.Struct.Signed32
 
Signed32(int) - Constructor for class _templates.javolution.io.Struct.Signed32
 
Signed32() - Constructor for class javolution.io.Struct.Signed32
 
Signed32(int) - Constructor for class javolution.io.Struct.Signed32
 
Signed64() - Constructor for class _templates.javolution.io.Struct.Signed64
 
Signed64(int) - Constructor for class _templates.javolution.io.Struct.Signed64
 
Signed64() - Constructor for class javolution.io.Struct.Signed64
 
Signed64(int) - Constructor for class javolution.io.Struct.Signed64
 
Signed8() - Constructor for class _templates.javolution.io.Struct.Signed8
 
Signed8(int) - Constructor for class _templates.javolution.io.Struct.Signed8
 
Signed8() - Constructor for class javolution.io.Struct.Signed8
 
Signed8(int) - Constructor for class javolution.io.Struct.Signed8
 
sin(double) - Static method in class _templates.javolution.lang.MathLib
Returns the trigonometric sine of the specified angle in radians.
sin(double) - Static method in class javolution.lang.MathLib
Returns the trigonometric sine of the specified angle in radians.
sinh(double) - Static method in class _templates.javolution.lang.MathLib
Returns the hyperbolic sine of x.
sinh(double) - Static method in class javolution.lang.MathLib
Returns the hyperbolic sine of x.
size() - Method in interface _templates.java.util.Collection
 
size() - Method in interface _templates.java.util.List
 
size() - Method in interface _templates.java.util.Map
 
size() - Method in interface _templates.java.util.Set
 
size() - Method in class _templates.javolution.io.Struct
Returns the size in bytes of this struct.
size() - Method in class _templates.javolution.util.FastBitSet
Returns the cardinality of this bit set (number of bits set).
size() - Method in class _templates.javolution.util.FastCollection
Returns the number of values in this collection.
size() - Method in class _templates.javolution.util.FastList
 
size() - Method in class _templates.javolution.util.FastMap
Returns the number of key-value mappings in this FastMap.
size() - Method in class _templates.javolution.util.FastSet
Returns the number of elements in this set (its cardinality).
size() - Method in class _templates.javolution.util.FastTable
 
size() - Method in class _templates.javolution.util.LocalMap
Returns the number of key-value mappings in this map.
size() - Method in class javolution.io.Struct
Returns the size in bytes of this struct.
size() - Method in class javolution.util.FastBitSet
Returns the cardinality of this bit set (number of bits set).
size() - Method in class javolution.util.FastCollection
Returns the number of values in this collection.
size() - Method in class javolution.util.FastList
 
size() - Method in class javolution.util.FastMap
Returns the number of key-value mappings in this FastMap.
size() - Method in class javolution.util.FastSet
Returns the number of elements in this set (its cardinality).
size() - Method in class javolution.util.FastTable
 
size() - Method in class javolution.util.LocalMap
Returns the number of key-value mappings in this map.
skip(long) - Method in interface _templates.java.io.ObjectInput
 
skip(char, CharSequence) - Method in class _templates.javolution.text.Cursor
Moves this cursor forward only if at the specified character.
skip(CharSet, CharSequence) - Method in class _templates.javolution.text.Cursor
Moves this cursor forward only if at any of the specified character.
skip(String, CharSequence) - Method in class _templates.javolution.text.Cursor
Moves this cursor forward only if at the specified string.
skip(char, CharSequence) - Method in class javolution.text.Cursor
Moves this cursor forward only if at the specified character.
skip(CharSet, CharSequence) - Method in class javolution.text.Cursor
Moves this cursor forward only if at any of the specified character.
skip(String, CharSequence) - Method in class javolution.text.Cursor
Moves this cursor forward only if at the specified string.
skipAny(char, CharSequence) - Method in class _templates.javolution.text.Cursor
Moves this cursor forward until it points to a character different from the specified character.
skipAny(CharSet, CharSequence) - Method in class _templates.javolution.text.Cursor
Moves this cursor forward until it points to a character different from any of the character in the specified set.
skipAny(char, CharSequence) - Method in class javolution.text.Cursor
Moves this cursor forward until it points to a character different from the specified character.
skipAny(CharSet, CharSequence) - Method in class javolution.text.Cursor
Moves this cursor forward until it points to a character different from any of the character in the specified set.
skipBytes(int) - Method in interface _templates.java.io.DataInput
 
skipBytes(int) - Method in class _templates.java.io.ObjectInputStream
 
skippedEntity(CharArray) - Method in interface _templates.javolution.xml.sax.ContentHandler
Receives notification of a skipped entity.
skippedEntity(CharArray) - Method in class _templates.javolution.xml.sax.DefaultHandler
 
skippedEntity(CharArray) - Method in interface javolution.xml.sax.ContentHandler
Receives notification of a skipped entity.
skippedEntity(CharArray) - Method in class javolution.xml.sax.DefaultHandler
 
sort() - Method in class _templates.javolution.util.FastTable
Sorts this table in place (quick sort) using this table value comparator (smallest first).
sort() - Method in class javolution.util.FastTable
Sorts this table in place (quick sort) using this table value comparator (smallest first).
SortedMap - Interface in _templates.java.util
 
SortedSet - Interface in _templates.java.util
 
SPACE - Static variable in interface _templates.javolution.xml.stream.XMLStreamConstants
The characters are white space (see [XML], 2.10 "White Space Handling").
SPACE - Static variable in interface javolution.xml.stream.XMLStreamConstants
The characters are white space (see [XML], 2.10 "White Space Handling").
SPACES - Static variable in class _templates.javolution.text.CharSet
Represents spaces characters according to Java (see Character.isSpaceChar(char)).
SPACES - Static variable in class javolution.text.CharSet
Represents spaces characters according to Java (see Character.isSpaceChar(char)).
sqrt(double) - Static method in class _templates.javolution.lang.MathLib
Returns the positive square root of the specified value.
sqrt(double) - Static method in class javolution.lang.MathLib
Returns the positive square root of the specified value.
SQRT2 - Static variable in class _templates.javolution.lang.MathLib
The square root of two.
SQRT2 - Static variable in class javolution.lang.MathLib
The square root of two.
StackContext - Class in _templates.javolution.context
This class represents a stack allocator context; (using thread-local pools or RTSJ ScopedMemory).
StackContext() - Constructor for class _templates.javolution.context.StackContext
 
StackContext - Class in javolution.context
This class represents a stack allocator context; (using thread-local pools or RTSJ ScopedMemory).
StackContext() - Constructor for class javolution.context.StackContext
 
standaloneSet() - Method in interface _templates.javolution.xml.stream.XMLStreamReader
Checks if standalone was set in the document.
standaloneSet() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
 
standaloneSet() - Method in interface javolution.xml.stream.XMLStreamReader
Checks if standalone was set in the document.
standaloneSet() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
STANDARD - Static variable in class _templates.javolution.context.LogContext
Holds the logging context implementation forwarding log events to the root java.util.logging.Logger (default logging context).
STANDARD - Static variable in class javolution.context.LogContext
Holds the logging context implementation forwarding log events to the root java.util.logging.Logger (default logging context).
StandardLog - Class in _templates.javolution.util
This class represents a specialized logging context forwarding events to a standard logger (java.util.logging.Logger).
StandardLog() - Constructor for class _templates.javolution.util.StandardLog
Creates a logging context forwarding events to the root logger (Logger.getLogger("")).
StandardLog(Logger) - Constructor for class _templates.javolution.util.StandardLog
Creates a standard log context forwarding events to the specified logger.
StandardLog - Class in javolution.util
This class represents a specialized logging context forwarding events to a standard logger (java.util.logging.Logger).
StandardLog() - Constructor for class javolution.util.StandardLog
Creates a logging context forwarding events to the root logger (Logger.getLogger("")).
StandardLog(Logger) - Constructor for class javolution.util.StandardLog
Creates a standard log context forwarding events to the specified logger.
START_DOCUMENT - Static variable in interface _templates.javolution.xml.stream.XMLStreamConstants
Indicates an event is a start document.
START_DOCUMENT - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates an event is a start document.
START_ELEMENT - Static variable in interface _templates.javolution.xml.stream.XMLStreamConstants
Indicates an event is a start element.
START_ELEMENT - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates an event is a start element.
startDocument() - Method in interface _templates.javolution.xml.sax.ContentHandler
Receives notification of the beginning of a document.
startDocument() - Method in class _templates.javolution.xml.sax.DefaultHandler
 
startDocument() - Method in interface javolution.xml.sax.ContentHandler
Receives notification of the beginning of a document.
startDocument() - Method in class javolution.xml.sax.DefaultHandler
 
startElement(CharArray, CharArray, CharArray, Attributes) - Method in interface _templates.javolution.xml.sax.ContentHandler
Receives notification of the beginning of an element.
startElement(CharArray, CharArray, CharArray, Attributes) - Method in class _templates.javolution.xml.sax.DefaultHandler
 
startElement(CharArray, CharArray, CharArray, Attributes) - Method in class _templates.javolution.xml.sax.DefaultHandler
Generates compile-time error if startElement is not correctly overriden.
startElement(CharArray, CharArray, CharArray, Attributes) - Method in interface javolution.xml.sax.ContentHandler
Receives notification of the beginning of an element.
startElement(CharArray, CharArray, CharArray, Attributes) - Method in class javolution.xml.sax.DefaultHandler
 
startElement(CharArray, CharArray, CharArray, Attributes) - Method in class javolution.xml.sax.DefaultHandler
Generates compile-time error if startElement is not correctly overriden.
startPrefixMapping(CharArray, CharArray) - Method in interface _templates.javolution.xml.sax.ContentHandler
Begins the scope of a prefix-URI Namespace mapping.
startPrefixMapping(CharArray, CharArray) - Method in class _templates.javolution.xml.sax.DefaultHandler
 
startPrefixMapping(CharArray, CharArray) - Method in interface javolution.xml.sax.ContentHandler
Begins the scope of a prefix-URI Namespace mapping.
startPrefixMapping(CharArray, CharArray) - Method in class javolution.xml.sax.DefaultHandler
 
startsWith(CharSequence) - Method in class _templates.javolution.text.Text
Indicates if this text starts with the specified prefix.
startsWith(CharSequence, int) - Method in class _templates.javolution.text.Text
Indicates if this text starts with the specified prefix at the specified index.
startsWith(CharSequence) - Method in class javolution.text.Text
Indicates if this text starts with the specified prefix.
startsWith(CharSequence, int) - Method in class javolution.text.Text
Indicates if this text starts with the specified prefix at the specified index.
StreamCorruptedException - Exception in _templates.java.io
 
StreamCorruptedException(String) - Constructor for exception _templates.java.io.StreamCorruptedException
 
StreamCorruptedException() - Constructor for exception _templates.java.io.StreamCorruptedException
 
STRING - Static variable in class _templates.javolution.util.FastComparator
Holds a fast comparator for java.lang.String.
STRING - Static variable in class javolution.util.FastComparator
Holds a fast comparator for java.lang.String.
Struct - Class in _templates.javolution.io
This class represents a C/C++ struct; it confers interoperability between Java classes and C/C++ struct.
Struct() - Constructor for class _templates.javolution.io.Struct
Default constructor.
struct() - Method in class _templates.javolution.io.Struct.Member
Returns the outer struct container.
Struct - Class in javolution.io
This class represents a C/C++ struct; it confers interoperability between Java classes and C/C++ struct.
Struct() - Constructor for class javolution.io.Struct
Default constructor.
struct() - Method in class javolution.io.Struct.Member
Returns the outer struct container.
Struct.BitField - Class in _templates.javolution.io
This class represents an arbitrary size (unsigned) bit field with no word size constraint (they can straddle words boundaries).
Struct.BitField - Class in javolution.io
This class represents an arbitrary size (unsigned) bit field with no word size constraint (they can straddle words boundaries).
Struct.Bool - Class in _templates.javolution.io
This class represents a 8 bits boolean with true represented by 1 and false represented by 0.
Struct.Bool - Class in javolution.io
This class represents a 8 bits boolean with true represented by 1 and false represented by 0.
Struct.Enum16 - Class in _templates.javolution.io
This class represents a 16 bits Enum.
Struct.Enum16<T extends Enum> - Class in javolution.io
This class represents a 16 bits Enum.
Struct.Enum32 - Class in _templates.javolution.io
This class represents a 32 bits Enum.
Struct.Enum32<T extends Enum> - Class in javolution.io
This class represents a 32 bits Enum.
Struct.Enum64 - Class in _templates.javolution.io
This class represents a 64 bits Enum.
Struct.Enum64<T extends Enum> - Class in javolution.io
This class represents a 64 bits Enum.
Struct.Enum8 - Class in _templates.javolution.io
This class represents a 8 bits Enum.
Struct.Enum8<T extends Enum> - Class in javolution.io
This class represents a 8 bits Enum.
Struct.Float32 - Class in _templates.javolution.io
This class represents a 32 bits float (C/C++/Java float).
Struct.Float32 - Class in javolution.io
This class represents a 32 bits float (C/C++/Java float).
Struct.Float64 - Class in _templates.javolution.io
This class represents a 64 bits float (C/C++/Java double).
Struct.Float64 - Class in javolution.io
This class represents a 64 bits float (C/C++/Java double).
Struct.Member - Class in _templates.javolution.io
This inner class represents the base class for all Struct members.
Struct.Member - Class in javolution.io
This inner class represents the base class for all Struct members.
Struct.Reference32 - Class in _templates.javolution.io
This class represents a 32 bits reference (C/C++ pointer) to a Struct object (other types may require a Struct wrapper).
Struct.Reference32<S extends Struct> - Class in javolution.io
This class represents a 32 bits reference (C/C++ pointer) to a Struct object (other types may require a Struct wrapper).
Struct.Reference64 - Class in _templates.javolution.io
This class represents a 64 bits reference (C/C++ pointer) to a Struct object (other types may require a Struct wrapper).
Struct.Reference64<S extends Struct> - Class in javolution.io
This class represents a 64 bits reference (C/C++ pointer) to a Struct object (other types may require a Struct wrapper).
Struct.Signed16 - Class in _templates.javolution.io
This class represents a 16 bits signed integer.
Struct.Signed16 - Class in javolution.io
This class represents a 16 bits signed integer.
Struct.Signed32 - Class in _templates.javolution.io
This class represents a 32 bits signed integer.
Struct.Signed32 - Class in javolution.io
This class represents a 32 bits signed integer.
Struct.Signed64 - Class in _templates.javolution.io
This class represents a 64 bits signed integer.
Struct.Signed64 - Class in javolution.io
This class represents a 64 bits signed integer.
Struct.Signed8 - Class in _templates.javolution.io
This class represents a 8 bits signed integer.
Struct.Signed8 - Class in javolution.io
This class represents a 8 bits signed integer.
Struct.Unsigned16 - Class in _templates.javolution.io
This class represents a 16 bits unsigned integer.
Struct.Unsigned16 - Class in javolution.io
This class represents a 16 bits unsigned integer.
Struct.Unsigned32 - Class in _templates.javolution.io
This class represents a 32 bits unsigned integer.
Struct.Unsigned32 - Class in javolution.io
This class represents a 32 bits unsigned integer.
Struct.Unsigned8 - Class in _templates.javolution.io
This class represents a 8 bits unsigned integer.
Struct.Unsigned8 - Class in javolution.io
This class represents a 8 bits unsigned integer.
Struct.UTF8String - Class in _templates.javolution.io
This class represents a UTF-8 character string, null terminated (for C/C++ compatibility)
Struct.UTF8String - Class in javolution.io
This class represents a UTF-8 character string, null terminated (for C/C++ compatibility)
subList(int, int) - Method in interface _templates.java.util.List
 
subList(int, int) - Method in class _templates.javolution.util.FastList
Returns a view of the portion of this list between the specified indexes (allocated from the "stack" when executing in a StackContext).
subList(int, int) - Method in class _templates.javolution.util.FastTable
Returns a view of the portion of this list between the specified indexes (instance of FastList allocated from the "stack" when executing in a StackContext).
subList(int, int) - Method in class javolution.util.FastList
Returns a view of the portion of this list between the specified indexes (allocated from the "stack" when executing in a StackContext).
subList(int, int) - Method in class javolution.util.FastTable
Returns a view of the portion of this list between the specified indexes (instance of FastList allocated from the "stack" when executing in a StackContext).
subMap(Object, Object) - Method in interface _templates.java.util.SortedMap
 
subSequence(int, int) - Method in interface _templates.java.lang.CharSequence
 
subSequence(int, int) - Method in class _templates.javolution.text.CharArray
 
subSequence(int, int) - Method in class _templates.javolution.text.Text
subSequence(int, int) - Method in class _templates.javolution.text.TextBuilder
Returns a CharSequence corresponding to the character sequence between the specified indexes.
subSequence(int, int) - Method in class _templates.javolution.xml.QName
Returns a new character sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class javolution.text.CharArray
 
subSequence(int, int) - Method in class javolution.text.Text
subSequence(int, int) - Method in class javolution.text.TextBuilder
Returns a CharSequence corresponding to the character sequence between the specified indexes.
subSequence(int, int) - Method in class javolution.xml.QName
Returns a new character sequence that is a subsequence of this sequence.
subSet(Object, Object) - Method in interface _templates.java.util.SortedSet
 
subtext(int) - Method in class _templates.javolution.text.Text
Returns a portion of this text.
subtext(int, int) - Method in class _templates.javolution.text.Text
Returns a portion of this text.
subtext(int) - Method in class javolution.text.Text
Returns a portion of this text.
subtext(int, int) - Method in class javolution.text.Text
Returns a portion of this text.
SyncFailedException - Exception in _templates.java.io
 
SyncFailedException(String) - Constructor for exception _templates.java.io.SyncFailedException
 
SYSTEM_OUT - Static variable in class _templates.javolution.context.LogContext
Holds a context logging debug/informative/warning/error messages to System.out.
SYSTEM_OUT - Static variable in class javolution.context.LogContext
Holds a context logging debug/informative/warning/error messages to System.out.

T

tail() - Method in class _templates.javolution.util.FastBitSet
 
tail() - Method in class _templates.javolution.util.FastCollection
Returns the tail record of this collection; it is the record such as tail().getPrevious() holds the last collection value.
tail() - Method in class _templates.javolution.util.FastList
 
tail() - Method in class _templates.javolution.util.FastMap
Returns the tail entry of this map.
tail() - Method in class _templates.javolution.util.FastSet
 
tail() - Method in class _templates.javolution.util.FastTable
 
tail() - Method in class javolution.util.FastBitSet
 
tail() - Method in class javolution.util.FastCollection
Returns the tail record of this collection; it is the record such as tail().getPrevious() holds the last collection value.
tail() - Method in class javolution.util.FastList
 
tail() - Method in class javolution.util.FastMap
Returns the tail entry of this map.
tail() - Method in class javolution.util.FastSet
 
tail() - Method in class javolution.util.FastTable
 
tailMap(Object) - Method in interface _templates.java.util.SortedMap
 
tailSet(Object) - Method in interface _templates.java.util.SortedSet
 
tan(double) - Static method in class _templates.javolution.lang.MathLib
Returns the trigonometric tangent of the specified angle in radians.
tan(double) - Static method in class javolution.lang.MathLib
Returns the trigonometric tangent of the specified angle in radians.
tanh(double) - Static method in class _templates.javolution.lang.MathLib
Returns the hyperbolic tangent of x.
tanh(double) - Static method in class javolution.lang.MathLib
Returns the hyperbolic tangent of x.
tearDown() - Method in class _templates.javolution.testing.TestCase
Cleanup once test is complete (the default implementation does nothing).
tearDown() - Method in class _templates.javolution.testing.TestSuite
Cleanup once test suite execution is complete (the default implementation does nothing).
tearDown() - Method in class javolution.testing.TestCase
Cleanup once test is complete (the default implementation does nothing).
tearDown() - Method in class javolution.testing.TestSuite
Cleanup once test suite execution is complete (the default implementation does nothing).
TEST_DURATION_MS - Static variable in class _templates.javolution.testing.TimeContext
Holds the minimum duration of each test execution (default 1000 ms).
TEST_DURATION_MS - Static variable in class javolution.testing.TimeContext
Holds the minimum duration of each test execution (default 1000 ms).
TestCase - Class in _templates.javolution.testing
This class represents a test case which can be used for validation, performance and regression tests.
TestCase() - Constructor for class _templates.javolution.testing.TestCase
Default constructor.
TestCase - Class in javolution.testing
This class represents a test case which can be used for validation, performance and regression tests.
TestCase() - Constructor for class javolution.testing.TestCase
Default constructor.
TestContext - Class in _templates.javolution.testing
This class represents a logging context specialized for testing.
TestContext() - Constructor for class _templates.javolution.testing.TestContext
 
TestContext - Class in javolution.testing
This class represents a logging context specialized for testing.
TestContext() - Constructor for class javolution.testing.TestContext
 
tests() - Method in class _templates.javolution.testing.TestSuite
Returns the collection of test cases belonging to this test suite.
tests() - Method in class javolution.testing.TestSuite
Returns the collection of test cases belonging to this test suite.
TestSuite - Class in _templates.javolution.testing
This class represents a grouping of potentially parallelizabletest cases.
TestSuite() - Constructor for class _templates.javolution.testing.TestSuite
Default constructor.
TestSuite - Class in javolution.testing
This class represents a grouping of potentially parallelizabletest cases.
TestSuite() - Constructor for class javolution.testing.TestSuite
Default constructor.
Text - Class in _templates.javolution.text
This class represents an immutable character sequence with fast concatenation, insertion and deletion capabilities (O[Log(n)]) instead of O[n] for StringBuffer/StringBuilder).
Text(String) - Constructor for class _templates.javolution.text.Text
Creates a text holding the characters from the specified String .
Text - Class in javolution.text
This class represents an immutable character sequence with fast concatenation, insertion and deletion capabilities (O[Log(n)]) instead of O[n] for StringBuffer/StringBuilder).
Text(String) - Constructor for class javolution.text.Text
Creates a text holding the characters from the specified String .
TextBuilder - Class in _templates.javolution.text
This class represents an Appendable text whose capacity expands gently without incurring expensive resize/copy operations ever.
TextBuilder() - Constructor for class _templates.javolution.text.TextBuilder
Creates a text builder of small initial capacity.
TextBuilder(String) - Constructor for class _templates.javolution.text.TextBuilder
Creates a text builder holding the specified String (convenience method).
TextBuilder(int) - Constructor for class _templates.javolution.text.TextBuilder
Creates a text builder of specified initial capacity.
TextBuilder - Class in javolution.text
This class represents an Appendable text whose capacity expands gently without incurring expensive resize/copy operations ever.
TextBuilder() - Constructor for class javolution.text.TextBuilder
Creates a text builder of small initial capacity.
TextBuilder(String) - Constructor for class javolution.text.TextBuilder
Creates a text builder holding the specified String (convenience method).
TextBuilder(int) - Constructor for class javolution.text.TextBuilder
Creates a text builder of specified initial capacity.
TextFormat - Class in _templates.javolution.text
This class represents the base format for text parsing and formatting; it supports the CharSequence and Appendable interfaces for greater flexibility.
TextFormat(Class) - Constructor for class _templates.javolution.text.TextFormat
Defines the static format bound to the specified class.
TextFormat<T> - Class in javolution.text
This class represents the base format for text parsing and formatting; it supports the CharSequence and Appendable interfaces for greater flexibility.
TextFormat(Class<T>) - Constructor for class javolution.text.TextFormat
Defines the static format bound to the specified class.
ThreadLocal - Class in _templates.java.lang
Clean-room implementation of ThreadLocal for J2ME Platform support.
ThreadLocal() - Constructor for class _templates.java.lang.ThreadLocal
 
throwing(String, String, Throwable) - Method in class _templates.java.util.logging.Logger
 
throwing(String, String, Throwable) - Static method in class _templates.javolution.util.StandardLog
Logs throwing an exception.
throwing(String, String, Throwable) - Static method in class javolution.util.StandardLog
Logs throwing an exception.
TimeContext - Class in _templates.javolution.testing
This class represents a test context specialized for measuring execution time.
TimeContext() - Constructor for class _templates.javolution.testing.TimeContext
 
TimeContext - Class in javolution.testing
This class represents a test context specialized for measuring execution time.
TimeContext() - Constructor for class javolution.testing.TimeContext
 
toArray() - Method in interface _templates.java.util.Collection
 
toArray(Object[]) - Method in interface _templates.java.util.Collection
 
toArray() - Method in interface _templates.java.util.List
 
toArray(Object[]) - Method in interface _templates.java.util.List
 
toArray() - Method in interface _templates.java.util.Set
 
toArray(Object[]) - Method in interface _templates.java.util.Set
 
toArray() - Method in class _templates.javolution.util.FastCollection
Returns a new array allocated on the heap containing all of the values in this collection in proper sequence.
toArray(Object[]) - Method in class _templates.javolution.util.FastCollection
Fills the specified array with the values of this collection in the proper sequence.
toArray() - Method in class javolution.util.FastCollection
Returns a new array allocated on the heap containing all of the values in this collection in proper sequence.
toArray(T[]) - Method in class javolution.util.FastCollection
Fills the specified array with the values of this collection in the proper sequence.
toBoolean() - Method in class _templates.javolution.text.CharArray
Returns the boolean represented by this character array.
toBoolean() - Method in class javolution.text.CharArray
Returns the boolean represented by this character array.
toCharArray() - Method in class _templates.javolution.text.TextBuilder
Returns the CharArray representation of this TextBuilder.
toCharArray() - Method in class javolution.text.TextBuilder
Returns the CharArray representation of this TextBuilder.
toDegrees(double) - Static method in class _templates.javolution.lang.MathLib
Converts an angle in radians to degrees.
toDegrees(double) - Static method in class javolution.lang.MathLib
Converts an angle in radians to degrees.
toDouble() - Method in class _templates.javolution.text.CharArray
Returns the double represented by this character array.
toDouble() - Method in class javolution.text.CharArray
Returns the double represented by this character array.
toDoublePow10(long, int) - Static method in class _templates.javolution.lang.MathLib
Returns the closest double representation of the specified long number multiplied by a power of ten.
toDoublePow10(long, int) - Static method in class javolution.lang.MathLib
Returns the closest double representation of the specified long number multiplied by a power of ten.
toDoublePow2(long, int) - Static method in class _templates.javolution.lang.MathLib
Returns the closest double representation of the specified long number multiplied by a power of two.
toDoublePow2(long, int) - Static method in class javolution.lang.MathLib
Returns the closest double representation of the specified long number multiplied by a power of two.
toFloat() - Method in class _templates.javolution.text.CharArray
Returns the float represented by this character array.
toFloat() - Method in class javolution.text.CharArray
Returns the float represented by this character array.
toInt() - Method in class _templates.javolution.text.CharArray
Returns the decimal int represented by this character array.
toInt(int) - Method in class _templates.javolution.text.CharArray
Returns the int represented by this character array in the specified radix.
toInt() - Method in class javolution.text.CharArray
Returns the decimal int represented by this character array.
toInt(int) - Method in class javolution.text.CharArray
Returns the int represented by this character array in the specified radix.
toLong() - Method in class _templates.javolution.text.CharArray
Returns the decimal long represented by this character array.
toLong(int) - Method in class _templates.javolution.text.CharArray
Returns the decimal long represented by this character array in the specified radix.
toLong() - Method in class javolution.text.CharArray
Returns the decimal long represented by this character array.
toLong(int) - Method in class javolution.text.CharArray
Returns the decimal long represented by this character array in the specified radix.
toLongPow10(double, int) - Static method in class _templates.javolution.lang.MathLib
Returns the closest long representation of the specified double number multiplied by a power of ten.
toLongPow10(double, int) - Static method in class javolution.lang.MathLib
Returns the closest long representation of the specified double number multiplied by a power of ten.
toLongPow2(double, int) - Static method in class _templates.javolution.lang.MathLib
Returns the closest long representation of the specified double number multiplied by a power of two.
toLongPow2(double, int) - Static method in class javolution.lang.MathLib
Returns the closest long representation of the specified double number multiplied by a power of two.
toLowerCase() - Method in class _templates.javolution.text.Text
Converts the characters of this text to lower case.
toLowerCase() - Method in class javolution.text.Text
Converts the characters of this text to lower case.
TooManyListenersException - Exception in _templates.java.util
 
TooManyListenersException() - Constructor for exception _templates.java.util.TooManyListenersException
 
TooManyListenersException(String) - Constructor for exception _templates.java.util.TooManyListenersException
 
toRadians(double) - Static method in class _templates.javolution.lang.MathLib
Converts an angle in degrees to radians.
toRadians(double) - Static method in class javolution.lang.MathLib
Converts an angle in degrees to radians.
toString() - Method in interface _templates.java.lang.CharSequence
 
toString() - Method in class _templates.javolution.context.AllocatorContext.Reference
Returns the string representation of the current value of this reference.
toString() - Method in class _templates.javolution.context.Context
Returns the string representation of this context (default "Instance of " + this.getClass().getName()).
toString() - Method in class _templates.javolution.context.LocalContext.Reference
Returns the string representation of the current value of this reference.
toString() - Method in class _templates.javolution.context.PersistentContext.Reference
Returns the string representation of the current value of this reference.
toString() - Method in class _templates.javolution.io.Struct.BitField
 
toString() - Method in class _templates.javolution.io.Struct.Bool
 
toString() - Method in class _templates.javolution.io.Struct.Enum16
 
toString() - Method in class _templates.javolution.io.Struct.Enum32
 
toString() - Method in class _templates.javolution.io.Struct.Enum64
 
toString() - Method in class _templates.javolution.io.Struct.Enum8
 
toString() - Method in class _templates.javolution.io.Struct.Float32
 
toString() - Method in class _templates.javolution.io.Struct.Float64
 
toString() - Method in class _templates.javolution.io.Struct.Signed16
 
toString() - Method in class _templates.javolution.io.Struct.Signed32
 
toString() - Method in class _templates.javolution.io.Struct.Signed64
 
toString() - Method in class _templates.javolution.io.Struct.Signed8
 
toString() - Method in class _templates.javolution.io.Struct
Returns the String representation of this struct in the form of its constituing bytes (hexadecimal).
toString() - Method in class _templates.javolution.io.Struct.Unsigned16
 
toString() - Method in class _templates.javolution.io.Struct.Unsigned32
 
toString() - Method in class _templates.javolution.io.Struct.Unsigned8
 
toString() - Method in class _templates.javolution.io.Struct.UTF8String
 
toString() - Method in class _templates.javolution.lang.Configurable
Returns the string representation of the value of this configurable.
toString() - Method in class _templates.javolution.lang.Enum
Returns the String representation of this enum.
toString() - Method in class _templates.javolution.testing.TestCase
Returns the String representation of this test case.
toString() - Method in class _templates.javolution.testing.TestSuite
Returns the String representation of this test suite.
toString() - Method in class _templates.javolution.text.CharArray
Returns the String corresponding to this character sequence.
toString() - Method in class _templates.javolution.text.CharSet
Returns the textual representation of this character set.
toString() - Method in class _templates.javolution.text.Cursor
Returns the string representation of this cursor.
toString() - Method in class _templates.javolution.text.Text
Returns the String representation of this text.
toString() - Method in class _templates.javolution.text.TextBuilder
Returns the String representation of this TextBuilder.
toString() - Method in class _templates.javolution.util.FastCollection
Returns the String representation of this FastCollection.
toString() - Method in class _templates.javolution.util.FastMap
Returns the String representation of this FastMap.
toString() - Method in class _templates.javolution.util.Index
Returns the String representation of this index.
toString() - Method in class _templates.javolution.xml.QName
Returns the String representation of this qualified name.
toString() - Method in exception _templates.javolution.xml.stream.XMLStreamException
Returns the textual representation of this exception.
toString() - Method in class _templates.javolution.xml.stream.XMLStreamReaderImpl
Returns the textual representation of this reader current state.
toString() - Method in class _templates.javolution.xml.XMLFormat
Returns textual information about this format.
toString() - Method in class javolution.context.AllocatorContext.Reference
Returns the string representation of the current value of this reference.
toString() - Method in class javolution.context.Context
Returns the string representation of this context (default "Instance of " + this.getClass().getName()).
toString() - Method in class javolution.context.LocalContext.Reference
Returns the string representation of the current value of this reference.
toString() - Method in class javolution.context.PersistentContext.Reference
Returns the string representation of the current value of this reference.
toString() - Method in class javolution.io.Struct.BitField
 
toString() - Method in class javolution.io.Struct.Bool
 
toString() - Method in class javolution.io.Struct.Enum16
 
toString() - Method in class javolution.io.Struct.Enum32
 
toString() - Method in class javolution.io.Struct.Enum64
 
toString() - Method in class javolution.io.Struct.Enum8
 
toString() - Method in class javolution.io.Struct.Float32
 
toString() - Method in class javolution.io.Struct.Float64
 
toString() - Method in class javolution.io.Struct.Signed16
 
toString() - Method in class javolution.io.Struct.Signed32
 
toString() - Method in class javolution.io.Struct.Signed64
 
toString() - Method in class javolution.io.Struct.Signed8
 
toString() - Method in class javolution.io.Struct
Returns the String representation of this struct in the form of its constituing bytes (hexadecimal).
toString() - Method in class javolution.io.Struct.Unsigned16
 
toString() - Method in class javolution.io.Struct.Unsigned32
 
toString() - Method in class javolution.io.Struct.Unsigned8
 
toString() - Method in class javolution.io.Struct.UTF8String
 
toString() - Method in class javolution.lang.Configurable
Returns the string representation of the value of this configurable.
toString() - Method in class javolution.testing.TestCase
Returns the String representation of this test case.
toString() - Method in class javolution.testing.TestSuite
Returns the String representation of this test suite.
toString() - Method in class javolution.text.CharArray
Returns the String corresponding to this character sequence.
toString() - Method in class javolution.text.CharSet
Returns the textual representation of this character set.
toString() - Method in class javolution.text.Cursor
Returns the string representation of this cursor.
toString() - Method in class javolution.text.Text
Returns the String representation of this text.
toString() - Method in class javolution.text.TextBuilder
Returns the String representation of this TextBuilder.
toString() - Method in class javolution.util.FastCollection
Returns the String representation of this FastCollection.
toString() - Method in class javolution.util.FastMap
Returns the String representation of this FastMap.
toString() - Method in class javolution.util.Index
Returns the String representation of this index.
toString() - Method in class javolution.xml.QName
Returns the String representation of this qualified name.
toString() - Method in exception javolution.xml.stream.XMLStreamException
Returns the textual representation of this exception.
toString() - Method in class javolution.xml.stream.XMLStreamReaderImpl
Returns the textual representation of this reader current state.
toString() - Method in class javolution.xml.XMLFormat
Returns textual information about this format.
toText() - Method in interface _templates.javolution.lang.Realtime
Returns the textual representation of this real-time object (equivalent to toString except that the returned value can be "stack" allocated and supports fast concatenation).
toText() - Method in class _templates.javolution.text.Text
Returns this (implements Realtime interface).
toText() - Method in class _templates.javolution.text.TextBuilder
Returns the Text corresponding to this TextBuilder (allocated on the "stack" when executing in a StackContext).
toText() - Method in class _templates.javolution.util.FastCollection
Returns the textual representation of this collection.
toText() - Method in class _templates.javolution.util.FastMap.Entry
 
toText() - Method in class _templates.javolution.util.FastMap
Returns the textual representation of this map.
toText() - Method in class _templates.javolution.util.Index
 
toText() - Method in interface javolution.lang.Realtime
Returns the textual representation of this real-time object (equivalent to toString except that the returned value can be "stack" allocated and supports fast concatenation).
toText() - Method in class javolution.text.Text
Returns this (implements Realtime interface).
toText() - Method in class javolution.text.TextBuilder
Returns the Text corresponding to this TextBuilder (allocated on the "stack" when executing in a StackContext).
toText() - Method in class javolution.util.FastCollection
Returns the textual representation of this collection.
toText() - Method in class javolution.util.FastMap.Entry
 
toText() - Method in class javolution.util.FastMap
Returns the textual representation of this map.
toText() - Method in class javolution.util.Index
 
toUpperCase() - Method in class _templates.javolution.text.Text
Converts the characters of this text to upper case.
toUpperCase() - Method in class javolution.text.Text
Converts the characters of this text to upper case.
trim() - Method in class _templates.javolution.text.Text
Returns a copy of this text, with leading and trailing whitespace omitted.
trim() - Method in class javolution.text.Text
Returns a copy of this text, with leading and trailing whitespace omitted.
trimEnd() - Method in class _templates.javolution.text.Text
Returns a copy of this text, with trailing whitespace omitted.
trimEnd() - Method in class javolution.text.Text
Returns a copy of this text, with trailing whitespace omitted.
trimStart() - Method in class _templates.javolution.text.Text
Returns a copy of this text, with leading whitespace omitted.
trimStart() - Method in class javolution.text.Text
Returns a copy of this text, with leading whitespace omitted.
trimToSize() - Method in class _templates.javolution.util.FastTable
Reduces the capacity of this table to the current size (minimize storage space).
trimToSize() - Method in class javolution.util.FastTable
Reduces the capacity of this table to the current size (minimize storage space).
tryLock() - Method in class _templates.javolution.util.ReentrantLock
Acquires the lock only if it not held by another thread.
tryLock() - Method in class javolution.util.ReentrantLock
Acquires the lock only if it not held by another thread.
TWO_PI - Static variable in class _templates.javolution.lang.MathLib
Twice the ratio of the circumference of a circle to its diameter.
TWO_PI - Static variable in class javolution.lang.MathLib
Twice the ratio of the circumference of a circle to its diameter.
TypeFormat - Class in _templates.javolution.text
This class provides utility methods to parse CharSequence into primitive types and to format primitive types into any Appendable.
TypeFormat - Class in javolution.text
This class provides utility methods to parse CharSequence into primitive types and to format primitive types into any Appendable.
typeName() - Method in exception _templates.java.lang.TypeNotPresentException
 
TypeNotPresentException - Exception in _templates.java.lang
 
TypeNotPresentException(String, Throwable) - Constructor for exception _templates.java.lang.TypeNotPresentException
 

U

Union - Class in _templates.javolution.io
This class represents a C/C++ union; it works in the same way as Struct (sub-class) except that all members are mapped to the same location in memory.
Union() - Constructor for class _templates.javolution.io.Union
Default constructor.
Union - Class in javolution.io
This class represents a C/C++ union; it works in the same way as Struct (sub-class) except that all members are mapped to the same location in memory.
Union() - Constructor for class javolution.io.Union
Default constructor.
UnknownFormatConversionException - Exception in _templates.java.util
 
UnknownFormatConversionException(String) - Constructor for exception _templates.java.util.UnknownFormatConversionException
 
UnknownFormatFlagsException - Exception in _templates.java.util
 
UnknownFormatFlagsException(String) - Constructor for exception _templates.java.util.UnknownFormatFlagsException
 
unlock() - Method in class _templates.javolution.util.ReentrantLock
Attempts to release this lock.
unlock() - Method in class javolution.util.ReentrantLock
Attempts to release this lock.
unmodifiable() - Method in class _templates.javolution.util.FastCollection
Returns the unmodifiable view associated to this collection.
unmodifiable() - Method in class _templates.javolution.util.FastList
 
unmodifiable() - Method in class _templates.javolution.util.FastMap
Returns the unmodifiable view associated to this map.
unmodifiable() - Method in class _templates.javolution.util.FastSet
 
unmodifiable() - Method in class _templates.javolution.util.FastTable
 
unmodifiable() - Method in class javolution.util.FastCollection
Returns the unmodifiable view associated to this collection.
unmodifiable() - Method in class javolution.util.FastList
 
unmodifiable() - Method in class javolution.util.FastMap
Returns the unmodifiable view associated to this map.
unmodifiable() - Method in class javolution.util.FastSet
 
unmodifiable() - Method in class javolution.util.FastTable
 
Unsigned16() - Constructor for class _templates.javolution.io.Struct.Unsigned16
 
Unsigned16(int) - Constructor for class _templates.javolution.io.Struct.Unsigned16
 
Unsigned16() - Constructor for class javolution.io.Struct.Unsigned16
 
Unsigned16(int) - Constructor for class javolution.io.Struct.Unsigned16
 
Unsigned32() - Constructor for class _templates.javolution.io.Struct.Unsigned32
 
Unsigned32(int) - Constructor for class _templates.javolution.io.Struct.Unsigned32
 
Unsigned32() - Constructor for class javolution.io.Struct.Unsigned32
 
Unsigned32(int) - Constructor for class javolution.io.Struct.Unsigned32
 
Unsigned8() - Constructor for class _templates.javolution.io.Struct.Unsigned8
 
Unsigned8(int) - Constructor for class _templates.javolution.io.Struct.Unsigned8
 
Unsigned8() - Constructor for class javolution.io.Struct.Unsigned8
 
Unsigned8(int) - Constructor for class javolution.io.Struct.Unsigned8
 
UnsupportedOperationException - Exception in _templates.java.lang
 
UnsupportedOperationException() - Constructor for exception _templates.java.lang.UnsupportedOperationException
 
UnsupportedOperationException(String) - Constructor for exception _templates.java.lang.UnsupportedOperationException
 
update(Observable, Object) - Method in interface _templates.java.util.Observer
 
user - Variable in class _templates.javolution.context.Allocator
Holds the current user or null if deactivated.
user - Variable in class javolution.context.Allocator
Holds the current user or null if deactivated.
UTF8ByteBufferReader - Class in _templates.javolution.io
This class represents a UTF-8 j2me.nio.ByteBuffer reader.
UTF8ByteBufferReader() - Constructor for class _templates.javolution.io.UTF8ByteBufferReader
Default constructor.
UTF8ByteBufferReader - Class in javolution.io
This class represents a UTF-8 j2me.nio.ByteBuffer reader.
UTF8ByteBufferReader() - Constructor for class javolution.io.UTF8ByteBufferReader
Default constructor.
UTF8ByteBufferWriter - Class in _templates.javolution.io
This class represents a UTF-8 j2me.nio.ByteBuffer writer.
UTF8ByteBufferWriter() - Constructor for class _templates.javolution.io.UTF8ByteBufferWriter
Default constructor.
UTF8ByteBufferWriter - Class in javolution.io
This class represents a UTF-8 j2me.nio.ByteBuffer writer.
UTF8ByteBufferWriter() - Constructor for class javolution.io.UTF8ByteBufferWriter
Default constructor.
UTF8StreamReader - Class in _templates.javolution.io
This class represents a UTF-8 stream reader.
UTF8StreamReader() - Constructor for class _templates.javolution.io.UTF8StreamReader
Creates a UTF-8 reader having a byte buffer of moderate capacity (2048).
UTF8StreamReader(int) - Constructor for class _templates.javolution.io.UTF8StreamReader
Creates a UTF-8 reader having a byte buffer of specified capacity.
UTF8StreamReader - Class in javolution.io
This class represents a UTF-8 stream reader.
UTF8StreamReader() - Constructor for class javolution.io.UTF8StreamReader
Creates a UTF-8 reader having a byte buffer of moderate capacity (2048).
UTF8StreamReader(int) - Constructor for class javolution.io.UTF8StreamReader
Creates a UTF-8 reader having a byte buffer of specified capacity.
UTF8StreamWriter - Class in _templates.javolution.io
This class represents a UTF-8 stream writer.
UTF8StreamWriter() - Constructor for class _templates.javolution.io.UTF8StreamWriter
Creates a UTF-8 writer having a byte buffer of moderate capacity (2048).
UTF8StreamWriter(int) - Constructor for class _templates.javolution.io.UTF8StreamWriter
Creates a UTF-8 writer having a byte buffer of specified capacity.
UTF8StreamWriter - Class in javolution.io
This class represents a UTF-8 stream writer.
UTF8StreamWriter() - Constructor for class javolution.io.UTF8StreamWriter
Creates a UTF-8 writer having a byte buffer of moderate capacity (2048).
UTF8StreamWriter(int) - Constructor for class javolution.io.UTF8StreamWriter
Creates a UTF-8 writer having a byte buffer of specified capacity.
UTF8String(int) - Constructor for class _templates.javolution.io.Struct.UTF8String
 
UTF8String(int) - Constructor for class javolution.io.Struct.UTF8String
 

V

validate() - Method in class _templates.javolution.testing.TestCase
Validates the test results and possibly checks for limit cases or exceptions.
validate() - Method in class javolution.testing.TestCase
Validates the test results and possibly checks for limit cases or exceptions.
validateObject() - Method in interface _templates.java.io.ObjectInputValidation
 
value() - Method in class _templates.javolution.io.Struct.Reference32
 
value() - Method in class _templates.javolution.io.Struct.Reference64
 
value() - Method in class javolution.io.Struct.Reference32
 
value() - Method in class javolution.io.Struct.Reference64
 
valueOf(Class, String) - Static method in class _templates.javolution.lang.Enum
Returns the enum from the specified enum's class with the specified name.
valueOf(char[]) - Static method in class _templates.javolution.text.CharSet
Returns the character set holding the specified characters.
valueOf(Object) - Static method in class _templates.javolution.text.Text
Returns the text representing the specified object.
valueOf(char[]) - Static method in class _templates.javolution.text.Text
Returns the text that contains the characters from the specified array.
valueOf(char[], int, int) - Static method in class _templates.javolution.text.Text
Returns the text that contains the characters from the specified subarray of characters.
valueOf(boolean) - Static method in class _templates.javolution.text.Text
Returns the text representation of the boolean argument.
valueOf(char) - Static method in class _templates.javolution.text.Text
Returns the text instance corresponding to the specified character.
valueOf(int) - Static method in class _templates.javolution.text.Text
Returns the decimal representation of the specified int argument.
valueOf(int, int) - Static method in class _templates.javolution.text.Text
Returns the radix representation of the specified int argument.
valueOf(long) - Static method in class _templates.javolution.text.Text
Returns the decimal representation of the specified long argument.
valueOf(long, int) - Static method in class _templates.javolution.text.Text
Returns the radix representation of the specified long argument.
valueOf(float) - Static method in class _templates.javolution.text.Text
Returns the textual representation of the specified float instance.
valueOf(double) - Static method in class _templates.javolution.text.Text
Returns the textual representation of the specified double argument.
valueOf(double, int, boolean, boolean) - Static method in class _templates.javolution.text.Text
Returns the textual representation of the specified double argument formatted as specified.
valueOf(char, int) - Static method in class _templates.javolution.text.Text
Returns the text that contains a specific length sequence of the character specified.
valueOf(FastCollection.Record) - Method in class _templates.javolution.util.FastBitSet
 
valueOf(FastCollection.Record) - Method in class _templates.javolution.util.FastCollection
Returns the collection value for the specified record.
valueOf(FastCollection.Record) - Method in class _templates.javolution.util.FastList
 
valueOf(FastCollection.Record) - Method in class _templates.javolution.util.FastSet
 
valueOf(FastCollection.Record) - Method in class _templates.javolution.util.FastTable
 
valueOf(int) - Static method in class _templates.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(CharSequence) - Static method in class _templates.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 _templates.javolution.xml.QName
Equivalent to QName.valueOf(CharSequence) (for J2ME compatibility).
valueOf(CharSequence, CharSequence) - Static method in class _templates.javolution.xml.QName
Returns the qualified name corresponding to the specified namespace URI and local name.
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(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
Equivalent to QName.valueOf(CharSequence) (for J2ME compatibility).
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 interface _templates.java.util.Map
 
values() - Method in class _templates.javolution.util.FastMap
Returns a FastCollection view of the values contained in this map.
values() - Method in class _templates.javolution.util.LocalMap
Returns a FastCollection view of the values contained in this map.
values() - Method in class javolution.util.FastMap
Returns a FastCollection view of the values contained in this map.
values() - Method in class javolution.util.LocalMap
Returns a FastCollection view of the values contained in this map.
valuesOf(int...) - Static method in class javolution.util.Index
Returns the list of all the indices specified.
ValueType - Interface in _templates.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.
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.

W

WARNING - Static variable in class _templates.java.util.logging.Level
 
warning(String) - Method in class _templates.java.util.logging.Logger
 
warning(CharSequence) - Static method in class _templates.javolution.context.LogContext
Logs the specified warning message.
warning(Object) - Static method in class _templates.javolution.context.LogContext
Equivalent to LogContext.warning(CharSequence) except that formatting is done only if warning is logged.
warning(SAXParseException) - Method in class _templates.javolution.xml.sax.DefaultHandler
Receives notification of a warning.
warning(CharSequence) - Static method in class javolution.context.LogContext
Logs the specified warning message.
warning(Object) - Static method in class javolution.context.LogContext
Equivalent to LogContext.warning(CharSequence) except that formatting is done only if warning is logged.
warning(Object...) - Static method in class javolution.context.LogContext
Equivalent to LogContext.warning(CharSequence) except that formatting is done only if warning is logged.
warning(SAXParseException) - Method in class javolution.xml.sax.DefaultHandler
Receives notification of a warning.
WebServiceClient - Class in _templates.javolution.xml.ws
This class provides a simple web service client capable of leveraging Javolution XML marshalling/unmarshalling.
WebServiceClient() - Constructor for class _templates.javolution.xml.ws.WebServiceClient
Default constructor (address not set).
WebServiceClient - Class in javolution.xml.ws
This class provides a simple web service client capable of leveraging Javolution XML marshalling/unmarshalling.
WebServiceClient() - Constructor for class javolution.xml.ws.WebServiceClient
Default constructor (address not set).
WHITESPACES - Static variable in class _templates.javolution.text.CharSet
Represents white spaces characters according to Java (see Character.isWhitespace(char)).
WHITESPACES - Static variable in class javolution.text.CharSet
Represents white spaces characters according to Java (see Character.isWhitespace(char)).
wrap(byte[]) - Static method in class _templates.java.nio.ByteBuffer
 
write(byte[]) - Method in interface _templates.java.io.DataOutput
 
write(byte[], int, int) - Method in interface _templates.java.io.DataOutput
 
write(int) - Method in interface _templates.java.io.DataOutput
 
write(int) - Method in class _templates.java.io.FileOutputStream
 
write(int) - Method in interface _templates.java.io.ObjectOutput
 
write(byte[]) - Method in interface _templates.java.io.ObjectOutput
 
write(byte[], int, int) - Method in interface _templates.java.io.ObjectOutput
 
write(int) - Method in class _templates.java.io.ObjectOutputStream
 
write(char) - Method in class _templates.javolution.io.AppendableWriter
Writes a single character.
write(int) - Method in class _templates.javolution.io.AppendableWriter
Writes the 16 low-order bits of the given integer value; the 16 high-order bits are ignored.
write(char[], int, int) - Method in class _templates.javolution.io.AppendableWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class _templates.javolution.io.AppendableWriter
Writes a portion of a string.
write(CharSequence) - Method in class _templates.javolution.io.AppendableWriter
Writes the specified character sequence.
write(OutputStream) - Method in class _templates.javolution.io.Struct
Writes this struct to the specified output stream (convenience method when using Stream I/O).
write(char) - Method in class _templates.javolution.io.UTF8ByteBufferWriter
Writes a single character.
write(int) - Method in class _templates.javolution.io.UTF8ByteBufferWriter
Writes a character given its 31-bits Unicode.
write(char[], int, int) - Method in class _templates.javolution.io.UTF8ByteBufferWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class _templates.javolution.io.UTF8ByteBufferWriter
Writes a portion of a string.
write(CharSequence) - Method in class _templates.javolution.io.UTF8ByteBufferWriter
Writes the specified character sequence.
write(char) - Method in class _templates.javolution.io.UTF8StreamWriter
Writes a single character.
write(int) - Method in class _templates.javolution.io.UTF8StreamWriter
Writes a character given its 31-bits Unicode.
write(char[], int, int) - Method in class _templates.javolution.io.UTF8StreamWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class _templates.javolution.io.UTF8StreamWriter
Writes a portion of a string.
write(CharSequence) - Method in class _templates.javolution.io.UTF8StreamWriter
Writes the specified character sequence.
write(Object, XMLFormat.OutputElement) - Method in class _templates.javolution.xml.XMLFormat
Formats an object into the specified XML output element.
write(Object) - Method in class _templates.javolution.xml.XMLObjectWriter
Writes the specified object as an anonymous nested element of unknown type.
write(Object, String) - Method in class _templates.javolution.xml.XMLObjectWriter
Writes the specified object as a named nested element of unknown type (null objects are ignored).
write(Object, String, String) - Method in class _templates.javolution.xml.XMLObjectWriter
Writes the specified object as a fully qualified nested element of unknown type (null objects are ignored).
write(Object, String, Class) - Method in class _templates.javolution.xml.XMLObjectWriter
Writes the specified object as a named nested element of actual type known (null objects are ignored).
write(Object, String, String, Class) - Method in class _templates.javolution.xml.XMLObjectWriter
Writes the specified object as a fully qualified nested element of actual type known (null objects are ignored).
write(char) - Method in class javolution.io.AppendableWriter
Writes a single character.
write(int) - Method in class javolution.io.AppendableWriter
Writes the 16 low-order bits of the given integer value; the 16 high-order bits are ignored.
write(char[], int, int) - Method in class javolution.io.AppendableWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class javolution.io.AppendableWriter
Writes a portion of a string.
write(CharSequence) - Method in class javolution.io.AppendableWriter
Writes the specified character sequence.
write(OutputStream) - Method in class javolution.io.Struct
Writes this struct to the specified output stream (convenience method when using Stream I/O).
write(char) - Method in class javolution.io.UTF8ByteBufferWriter
Writes a single character.
write(int) - Method in class javolution.io.UTF8ByteBufferWriter
Writes a character given its 31-bits Unicode.
write(char[], int, int) - Method in class javolution.io.UTF8ByteBufferWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class javolution.io.UTF8ByteBufferWriter
Writes a portion of a string.
write(CharSequence) - Method in class javolution.io.UTF8ByteBufferWriter
Writes the specified character sequence.
write(char) - Method in class javolution.io.UTF8StreamWriter
Writes a single character.
write(int) - Method in class javolution.io.UTF8StreamWriter
Writes a character given its 31-bits Unicode.
write(char[], int, int) - Method in class javolution.io.UTF8StreamWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class javolution.io.UTF8StreamWriter
Writes a portion of a string.
write(CharSequence) - Method in class javolution.io.UTF8StreamWriter
Writes the specified character sequence.
write(T, XMLFormat.OutputElement) - Method in class javolution.xml.XMLFormat
Formats an object into the specified XML output element.
write(Object) - Method in class javolution.xml.XMLObjectWriter
Writes the specified object as an anonymous nested element of unknown type.
write(Object, String) - Method in class javolution.xml.XMLObjectWriter
Writes the specified object as a named nested element of unknown type (null objects are ignored).
write(Object, String, String) - Method in class javolution.xml.XMLObjectWriter
Writes the specified object as a fully qualified nested element of unknown type (null objects are ignored).
write(T, String, Class<T>) - Method in class javolution.xml.XMLObjectWriter
Writes the specified object as a named nested element of actual type known (null objects are ignored).
write(T, String, String, Class<T>) - Method in class javolution.xml.XMLObjectWriter
Writes the specified object as a fully qualified nested element of actual type known (null objects are ignored).
WriteAbortedException - Exception in _templates.java.io
 
WriteAbortedException(String, Exception) - Constructor for exception _templates.java.io.WriteAbortedException
 
writeAttribute(CharSequence, CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes an attribute to the output stream without a prefix.
writeAttribute(CharSequence, CharSequence, CharSequence, CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes an attribute to the output stream.
writeAttribute(CharSequence, CharSequence, CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes an attribute to the output stream.
writeAttribute(CharSequence, CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeAttribute(CharSequence, CharSequence, CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeAttribute(CharSequence, CharSequence, CharSequence, CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeAttribute(CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes an attribute to the output stream without a prefix.
writeAttribute(CharSequence, CharSequence, CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes an attribute to the output stream.
writeAttribute(CharSequence, CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes an attribute to the output stream.
writeAttribute(CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeAttribute(CharSequence, CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeAttribute(CharSequence, CharSequence, CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeBits(long, int, int) - Method in class _templates.javolution.io.Struct
Writes the specified bits into this Struct.
writeBits(long, int, int) - Method in class javolution.io.Struct
Writes the specified bits into this Struct.
writeBoolean(boolean) - Method in interface _templates.java.io.DataOutput
 
writeBoolean(boolean) - Method in class _templates.java.io.ObjectOutputStream
 
writeByte(int) - Method in interface _templates.java.io.DataOutput
 
writeByte(int) - Method in class _templates.java.io.ObjectOutputStream
 
writeBytes(String) - Method in interface _templates.java.io.DataOutput
 
writeBytes(String) - Method in class _templates.java.io.ObjectOutputStream
 
writeCData(CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes a CData section.
writeCData(CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeCData(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes a CData section.
writeCData(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeChar(int) - Method in interface _templates.java.io.DataOutput
 
writeChar(int) - Method in class _templates.java.io.ObjectOutputStream
 
writeCharacters(CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes text to the output.
writeCharacters(char[], int, int) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes text to the output.
writeCharacters(CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeCharacters(char[], int, int) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeCharacters(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes text to the output.
writeCharacters(char[], int, int) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes text to the output.
writeCharacters(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeCharacters(char[], int, int) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeChars(String) - Method in interface _templates.java.io.DataOutput
 
writeChars(String) - Method in class _templates.java.io.ObjectOutputStream
 
writeClass(Class, XMLStreamWriter, boolean) - Method in class _templates.javolution.xml.XMLBinding
Writes the specified class to the current XML element attributes or to a new element if the element attributes cannot be used.
writeClass(Class, XMLStreamWriter, boolean) - Method in class javolution.xml.XMLBinding
Writes the specified class to the current XML element attributes or to a new element if the element attributes cannot be used.
writeComment(CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes an xml comment with the data enclosed.
writeComment(CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeComment(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes an xml comment with the data enclosed.
writeComment(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeDefaultNamespace(CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes the default namespace to the stream.
writeDefaultNamespace(CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeDefaultNamespace(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes the default namespace to the stream.
writeDefaultNamespace(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeDouble(double) - Method in interface _templates.java.io.DataOutput
 
writeDouble(double) - Method in class _templates.java.io.ObjectOutputStream
 
writeDTD(CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes a DTD section (representing the entire doctypedecl production from the XML 1.0 specification).
writeDTD(CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeDTD(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes a DTD section (representing the entire doctypedecl production from the XML 1.0 specification).
writeDTD(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeEmptyElement(CharSequence, CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes an empty element tag to the output.
writeEmptyElement(CharSequence, CharSequence, CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes an empty element tag to the output.
writeEmptyElement(CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes an empty element tag to the output.
writeEmptyElement(CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeEmptyElement(CharSequence, CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeEmptyElement(CharSequence, CharSequence, CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeEmptyElement(CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes an empty element tag to the output.
writeEmptyElement(CharSequence, CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes an empty element tag to the output.
writeEmptyElement(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes an empty element tag to the output.
writeEmptyElement(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeEmptyElement(CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeEmptyElement(CharSequence, CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeEndDocument() - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Closes any start tags and writes corresponding end tags.
writeEndDocument() - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeEndDocument() - Method in interface javolution.xml.stream.XMLStreamWriter
Closes any start tags and writes corresponding end tags.
writeEndDocument() - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeEndElement() - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes an end tag to the output relying on the internal state of the writer to determine the prefix and local name of the event.
writeEndElement() - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeEndElement() - Method in interface javolution.xml.stream.XMLStreamWriter
Writes an end tag to the output relying on the internal state of the writer to determine the prefix and local name of the event.
writeEndElement() - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeEntityRef(CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes an entity reference
writeEntityRef(CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeEntityRef(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes an entity reference
writeEntityRef(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeFloat(float) - Method in interface _templates.java.io.DataOutput
 
writeFloat(float) - Method in class _templates.java.io.ObjectOutputStream
 
writeInt(int) - Method in interface _templates.java.io.DataOutput
 
writeInt(int) - Method in class _templates.java.io.ObjectOutputStream
 
writeLong(long) - Method in interface _templates.java.io.DataOutput
 
writeLong(long) - Method in class _templates.java.io.ObjectOutputStream
 
writeNamespace(CharSequence, CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes a namespace to the output stream.
writeNamespace(CharSequence, CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeNamespace(CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes a namespace to the output stream.
writeNamespace(CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeObject(Object) - Method in interface _templates.java.io.ObjectOutput
 
writeObject(Object) - Method in class _templates.java.io.ObjectOutputStream
 
writeProcessingInstruction(CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes a processing instruction.
writeProcessingInstruction(CharSequence, CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes a processing instruction
writeProcessingInstruction(CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeProcessingInstruction(CharSequence, CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeProcessingInstruction(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes a processing instruction.
writeProcessingInstruction(CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes a processing instruction
writeProcessingInstruction(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeProcessingInstruction(CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeReference(Object, XMLFormat.OutputElement) - Method in class _templates.javolution.xml.XMLReferenceResolver
Writes a reference to the specified object into the specified XML element.
writeReference(Object, XMLFormat.OutputElement) - Method in class javolution.xml.XMLReferenceResolver
Writes a reference to the specified object into the specified XML element.
writeRequest(XMLObjectWriter) - Method in class _templates.javolution.xml.ws.WebServiceClient
Writes the web service request (SOAP body).
writeRequest(XMLObjectWriter) - Method in class javolution.xml.ws.WebServiceClient
Writes the web service request (SOAP body).
writeShort(int) - Method in interface _templates.java.io.DataOutput
 
writeShort(int) - Method in class _templates.java.io.ObjectOutputStream
 
writeStartDocument() - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes the XML Declaration.
writeStartDocument(CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes the XML Declaration.
writeStartDocument(CharSequence, CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes the XML Declaration.
writeStartDocument() - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeStartDocument(CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeStartDocument(CharSequence, CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeStartDocument() - Method in interface javolution.xml.stream.XMLStreamWriter
Writes the XML Declaration.
writeStartDocument(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes the XML Declaration.
writeStartDocument(CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes the XML Declaration.
writeStartDocument() - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeStartDocument(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeStartDocument(CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeStartElement(CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes a start tag to the output.
writeStartElement(CharSequence, CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes a start tag to the output.
writeStartElement(CharSequence, CharSequence, CharSequence) - Method in interface _templates.javolution.xml.stream.XMLStreamWriter
Writes a start tag to the output.
writeStartElement(CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeStartElement(CharSequence, CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeStartElement(CharSequence, CharSequence, CharSequence) - Method in class _templates.javolution.xml.stream.XMLStreamWriterImpl
 
writeStartElement(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes a start tag to the output.
writeStartElement(CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes a start tag to the output.
writeStartElement(CharSequence, CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Writes a start tag to the output.
writeStartElement(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeStartElement(CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeStartElement(CharSequence, CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
writeUTF(String) - Method in interface _templates.java.io.DataOutput
 
writeUTF(String) - Method in class _templates.java.io.ObjectOutputStream
 

X

XMLBinding - Class in _templates.javolution.xml
This class represents the binding between Java classes and their XML representation (XMLFormat).
XMLBinding() - Constructor for class _templates.javolution.xml.XMLBinding
Default constructor.
XMLBinding - Class in javolution.xml
This class represents the binding between Java classes and their XML representation (XMLFormat).
XMLBinding() - Constructor for class javolution.xml.XMLBinding
Default constructor.
XMLFormat - Class in _templates.javolution.xml
This class represents the format base class for XML serialization and deserialization.
XMLFormat(Class) - Constructor for class _templates.javolution.xml.XMLFormat
Defines the default XML format bound to the specified class.
XMLFormat<T> - Class in javolution.xml
This class represents the format base class for XML serialization and deserialization.
XMLFormat(Class<T>) - Constructor for class javolution.xml.XMLFormat
Defines the default XML format bound to the specified class.
XMLFormat.InputElement - Class in _templates.javolution.xml
This class represents an input XML element (unmarshalling).
XMLFormat.InputElement - Class in javolution.xml
This class represents an input XML element (unmarshalling).
XMLFormat.OutputElement - Class in _templates.javolution.xml
This class represents an output XML element (marshalling).
XMLFormat.OutputElement - Class in javolution.xml
This class represents an output XML element (marshalling).
XMLInputFactory - Class in _templates.javolution.xml.stream
The class represents the factory for getting XMLStreamReader intances.
XMLInputFactory() - Constructor for class _templates.javolution.xml.stream.XMLInputFactory
Default constructor.
XMLInputFactory - Class in javolution.xml.stream
The class represents the factory for getting XMLStreamReader intances.
XMLInputFactory() - Constructor for class javolution.xml.stream.XMLInputFactory
Default constructor.
XMLObjectReader - Class in _templates.javolution.xml
This class restores objects which have been serialized in XML format using an XMLObjectWriter.
XMLObjectReader() - Constructor for class _templates.javolution.xml.XMLObjectReader
Default constructor.
XMLObjectReader - Class in javolution.xml
This class restores objects which have been serialized in XML format using an XMLObjectWriter.
XMLObjectReader() - Constructor for class javolution.xml.XMLObjectReader
Default constructor.
XMLObjectWriter - Class in _templates.javolution.xml
This class takes an object and formats it to XML; the resulting XML can be deserialized using a XMLObjectReader.
XMLObjectWriter() - Constructor for class _templates.javolution.xml.XMLObjectWriter
Default constructor.
XMLObjectWriter - Class in javolution.xml
This class takes an object and formats it to XML; the resulting XML can be deserialized using a XMLObjectReader.
XMLObjectWriter() - Constructor for class javolution.xml.XMLObjectWriter
Default constructor.
XMLOutputFactory - Class in _templates.javolution.xml.stream
The class represents the factory for getting XMLStreamWriter intances.
XMLOutputFactory() - Constructor for class _templates.javolution.xml.stream.XMLOutputFactory
Default constructor.
XMLOutputFactory - Class in javolution.xml.stream
The class represents the factory for getting XMLStreamWriter intances.
XMLOutputFactory() - Constructor for class javolution.xml.stream.XMLOutputFactory
Default constructor.
XMLReader - Interface in _templates.javolution.xml.sax
SAX2-like interface for reading an XML document using callbacks.
XMLReader - Interface in javolution.xml.sax
SAX2-like interface for reading an XML document using callbacks.
XMLReaderImpl - Class in _templates.javolution.xml.sax
This class provides a real-time SAX2-like XML parser; this parser is extremely fast and does not create temporary objects (no garbage generated and no GC interruption).
XMLReaderImpl() - Constructor for class _templates.javolution.xml.sax.XMLReaderImpl
Default constructor.
XMLReaderImpl - Class in javolution.xml.sax
This class provides a real-time SAX2-like XML parser; this parser is extremely fast and does not create temporary objects (no garbage generated and no GC interruption).
XMLReaderImpl() - Constructor for class javolution.xml.sax.XMLReaderImpl
Default constructor.
XMLReferenceResolver - Class in _templates.javolution.xml
This class represents a resolver for XML cross references during the marshalling/unmarshalling process.
XMLReferenceResolver() - Constructor for class _templates.javolution.xml.XMLReferenceResolver
Default constructor.
XMLReferenceResolver - Class in javolution.xml
This class represents a resolver for XML cross references during the marshalling/unmarshalling process.
XMLReferenceResolver() - Constructor for class javolution.xml.XMLReferenceResolver
Default constructor.
XMLSerializable - Interface in _templates.javolution.xml
This interface identifies classes supporting XML serialization (XML serialization is still possible for classes not implementing this interface through dynamic XMLBinding though).
XMLSerializable - Interface in javolution.xml
This interface identifies classes supporting XML serialization (XML serialization is still possible for classes not implementing this interface through dynamic XMLBinding though).
XMLStreamConstants - Interface in _templates.javolution.xml.stream
This interface declares the constants used in this API.
XMLStreamConstants - Interface in javolution.xml.stream
This interface declares the constants used in this API.
XMLStreamException - Exception in _templates.javolution.xml.stream
This class represents the base exception for unexpected processing errors.
XMLStreamException() - Constructor for exception _templates.javolution.xml.stream.XMLStreamException
Default constructor
XMLStreamException(String) - Constructor for exception _templates.javolution.xml.stream.XMLStreamException
Constructs an exception with the assocated message.
XMLStreamException(Throwable) - Constructor for exception _templates.javolution.xml.stream.XMLStreamException
Constructs an exception with the assocated nested exception.
XMLStreamException(String, Throwable) - Constructor for exception _templates.javolution.xml.stream.XMLStreamException
Constructs an exception with the assocated message and exception.
XMLStreamException(String, Location, Throwable) - Constructor for exception _templates.javolution.xml.stream.XMLStreamException
Constructs an exception with the assocated message, exception and location.
XMLStreamException(String, Location) - Constructor for exception _templates.javolution.xml.stream.XMLStreamException
Constructs an exception with the assocated message, exception and location.
XMLStreamException - Exception in javolution.xml.stream
This class represents the base exception for unexpected processing errors.
XMLStreamException() - Constructor for exception javolution.xml.stream.XMLStreamException
Default constructor
XMLStreamException(String) - Constructor for exception javolution.xml.stream.XMLStreamException
Constructs an exception with the assocated message.
XMLStreamException(Throwable) - Constructor for exception javolution.xml.stream.XMLStreamException
Constructs an exception with the assocated nested exception.
XMLStreamException(String, Throwable) - Constructor for exception javolution.xml.stream.XMLStreamException
Constructs an exception with the assocated message and exception.
XMLStreamException(String, Location, Throwable) - Constructor for exception javolution.xml.stream.XMLStreamException
Constructs an exception with the assocated message, exception and location.
XMLStreamException(String, Location) - Constructor for exception javolution.xml.stream.XMLStreamException
Constructs an exception with the assocated message, exception and location.
XMLStreamReader - Interface in _templates.javolution.xml.stream
This interface is similar to javax.xml.stream.XMLStreamReader; but it does not forces dynamic allocation when parsing (its methods returns CharArray instances instead of String).
XMLStreamReader - Interface in javolution.xml.stream
This interface is similar to javax.xml.stream.XMLStreamReader; but it does not forces dynamic allocation when parsing (its methods returns CharArray instances instead of String).
XMLStreamReaderImpl - Class in _templates.javolution.xml.stream
This class represents a reusable implementation of XMLStreamWriter.
XMLStreamReaderImpl() - Constructor for class _templates.javolution.xml.stream.XMLStreamReaderImpl
Default constructor.
XMLStreamReaderImpl - Class in javolution.xml.stream
This class represents a reusable implementation of XMLStreamWriter.
XMLStreamReaderImpl() - Constructor for class javolution.xml.stream.XMLStreamReaderImpl
Default constructor.
XMLStreamWriter - Interface in _templates.javolution.xml.stream
This interface is similar to javax.xml.stream.XMLStreamWriter; but it does not forces dynamic allocation when formatting (any CharSequence can be used instead of String).
XMLStreamWriter - Interface in javolution.xml.stream
This interface is similar to javax.xml.stream.XMLStreamWriter; but it does not forces dynamic allocation when formatting (any CharSequence can be used instead of String).
XMLStreamWriterImpl - Class in _templates.javolution.xml.stream
This class represents a reusable implementation of XMLStreamWriter.
XMLStreamWriterImpl() - Constructor for class _templates.javolution.xml.stream.XMLStreamWriterImpl
Default constructor.
XMLStreamWriterImpl - Class in javolution.xml.stream
This class represents a reusable implementation of XMLStreamWriter.
XMLStreamWriterImpl() - Constructor for class javolution.xml.stream.XMLStreamWriterImpl
Default constructor.
xor(FastBitSet) - Method in class _templates.javolution.util.FastBitSet
Performs the logical XOR operation on this bit set and the one specified.
xor(FastBitSet) - Method in class javolution.util.FastBitSet
Performs the logical XOR operation on this bit set and the one specified.

Z

ZERO - Static variable in class _templates.javolution.util.Index
Holds the index zero (value 0).
ZERO - Static variable in class javolution.util.Index
Holds the index zero (value 0).
ZipEntry - Class in _templates.java.util.zip
 
ZipEntry() - Constructor for class _templates.java.util.zip.ZipEntry
 
ZipFile - Class in _templates.java.util.zip
 
ZipFile(String) - Constructor for class _templates.java.util.zip.ZipFile
 

_

_templates.java.io - package _templates.java.io
 
_templates.java.lang - package _templates.java.lang
 
_templates.java.nio - package _templates.java.nio
 
_templates.java.text - package _templates.java.text
 
_templates.java.util - package _templates.java.util
 
_templates.java.util.concurrent - package _templates.java.util.concurrent
 
_templates.java.util.logging - package _templates.java.util.logging
 
_templates.java.util.zip - package _templates.java.util.zip
 
_templates.javax.realtime - package _templates.javax.realtime
 
_templates.javolution.context - package _templates.javolution.context
 
_templates.javolution.io - package _templates.javolution.io
 
_templates.javolution.lang - package _templates.javolution.lang
 
_templates.javolution.testing - package _templates.javolution.testing
 
_templates.javolution.text - package _templates.javolution.text
 
_templates.javolution.util - package _templates.javolution.util
 
_templates.javolution.xml - package _templates.javolution.xml
 
_templates.javolution.xml.sax - package _templates.javolution.xml.sax
 
_templates.javolution.xml.stream - package _templates.javolution.xml.stream
 
_templates.javolution.xml.ws - package _templates.javolution.xml.ws
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

Copyright © 2005–2018 Javolution. All rights reserved.