Skip navigation links
J avolution Backport v5.6.9 (J2SE 1.5+)
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 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.
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 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(E) - Method in class javolution.util.internal.collection.SharedCollectionImpl
 
add(int, E) - Method in class javolution.util.internal.collection.SharedCollectionImpl
 
add(E) - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
 
add(int, E) - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
 
add(E) - Method in class javolution.util.MutableList
 
add(int, E) - Method in class javolution.util.MutableList
 
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<? 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(Collection<? extends E>) - Method in class javolution.util.FastList
Appends all of the elements in the specified collection to the end of this list, 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(Collection<? extends E>) - Method in class javolution.util.FastTable
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's Iterator.
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.
addAll(Collection<? extends E>) - Method in class javolution.util.internal.collection.SharedCollectionImpl
 
addAll(int, Collection<? extends E>) - Method in class javolution.util.internal.collection.SharedCollectionImpl
 
addAll(Collection<? extends E>) - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
 
addAll(int, Collection<? extends E>) - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
 
addAll(Collection<? extends E>) - Method in class javolution.util.MutableList
 
addAll(int, Collection<? extends E>) - Method in class javolution.util.MutableList
 
addBefore(FastList.Node<E>, E) - Method in class javolution.util.FastList
Inserts the specified value before the specified Node.
addFirst(E) - Method in class javolution.util.FastList
Inserts the specified value at the beginning of this list.
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 javolution.io.Struct
Returns this struct address.
addTest(TestCase) - Method in class javolution.testing.TestSuite
Adds the specified test case to this test suite.
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).
allocate() - Method in class javolution.context.Allocator
Allocates a new object, this method is called when the allocator queue is empty.
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 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<T> - Class in javolution.context
This class represents a reference allocated from the current AllocatorContext.
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 javolution.util.FastBitSet
Performs the logical AND operation on this bit set and the complement of the given bit set.
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.
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(T, T) - Method in class javolution.util.internal.FastComparator
Indicates if the specified objects can be considered equal.
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<T> - Class in javolution.context
This class holds factories to produces arrays of variable length.
ArrayFactory() - Constructor for class javolution.context.ArrayFactory
Default constructor.
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 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 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 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 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 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 javolution.testing.TestContext
Convenience method equivalent to assertTrue(actual !
assertNotNull(Object) - Static method in class javolution.testing.TestContext
Convenience method equivalent to assertNotNull(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 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 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 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 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 javolution.lang.MathLib
Returns the angle theta such that (x == cos(theta)) && (y == sin(theta)).
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 javolution.xml.stream.XMLStreamConstants
Indicates an event is an attribute.
AttributeList - Interface in org.xml.sax
Interface for an element's attribute specifications.
Attributes - Interface in javolution.xml.sax
This interface represents a list of XML attributes.
Attributes - Interface in org.xml.sax
Interface for a list of XML attributes.
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).
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 - 2007 Javolution.