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 

T

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
 
tail() - Method in class javolution.util.internal.collection.SharedCollectionImpl
 
tail() - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
 
tail() - Method in class javolution.util.MutableList
 
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 javolution.lang.MathLib
Returns the hyperbolic tangent of x.
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 javolution.testing.TimeContext
Holds the minimum duration of each test execution (default 1000 ms).
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 javolution.testing
This class represents a logging context specialized for testing.
TestContext() - Constructor for class javolution.testing.TestContext
 
tests() - Method in class javolution.testing.TestSuite
Returns the collection of test cases belonging to this test suite.
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 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 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<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.
throwing(String, String, Throwable) - Static method in class javolution.util.StandardLog
Logs throwing an exception.
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 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.
toArray() - Method in class javolution.util.internal.collection.SharedCollectionImpl
 
toArray(T[]) - Method in class javolution.util.internal.collection.SharedCollectionImpl
 
toArray() - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
 
toArray(T[]) - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
 
toBoolean() - Method in class javolution.text.CharArray
Returns the boolean represented by this character array.
toCharArray() - Method in class javolution.text.TextBuilder
Returns the CharArray representation of this TextBuilder.
toDegrees(double) - Static method in class javolution.lang.MathLib
Converts an angle in radians to degrees.
toDouble() - Method in class javolution.text.CharArray
Returns the double represented by this character array.
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 javolution.lang.MathLib
Returns the closest double representation of the specified long number multiplied by a power of two.
toFloat() - Method in class javolution.text.CharArray
Returns the float represented by this character array.
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 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 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 javolution.lang.MathLib
Returns the closest long representation of the specified double number multiplied by a power of two.
toLowerCase() - Method in class javolution.text.Text
Converts the characters of this text to lower case.
toRadians(double) - Static method in class javolution.lang.MathLib
Converts an angle in degrees to radians.
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.
toString() - Method in exception org.xml.sax.SAXException
Override toString to pick up any embedded exception.
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 javolution.text.Text
Converts the characters of this text to upper case.
trim() - Method in class javolution.text.Text
Returns a copy of this text, with leading and trailing whitespace omitted.
trimEnd() - Method in class javolution.text.Text
Returns a copy of this text, with trailing whitespace omitted.
trimStart() - Method in class javolution.text.Text
Returns a copy of this text, with leading whitespace omitted.
trimToSize() - Method in class javolution.util.FastTable
Reduces the capacity of this table to the current size (minimize storage space).
tryLock() - Method in class javolution.util.internal.ReadWriteLockImpl.ReadLock
 
tryLock(long, TimeUnit) - Method in class javolution.util.internal.ReadWriteLockImpl.ReadLock
 
tryLock() - Method in class javolution.util.internal.ReadWriteLockImpl.WriteLock
 
tryLock(long, TimeUnit) - Method in class javolution.util.internal.ReadWriteLockImpl.WriteLock
 
tryLock() - Method in class javolution.util.ReentrantLock
Acquires the lock only if it not held by another thread.
TWO_PI - Static variable in class javolution.lang.MathLib
Twice the ratio of the circumference of a circle to its diameter.
TypeFormat - Class in javolution.text
This class provides utility methods to parse CharSequence into primitive types and to format primitive types into any Appendable.
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.