|
J avolution v5.2 (J2SE 1.5+) | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
tail().getPrevious()
holds the last collection value.
test cases
and
detailed information about the test being performed.concatenation
, insertion
and
deletion
capabilities (O[Log(n)]) instead of
O[n] for StringBuffer/StringBuilder).String
.
Appendable
text whose capacity expands
gently without incurring expensive resize/copy operations ever.String
.
CharSequence
and Appendable
interfaces for greater flexibility.test context
specialized
for measuring execution time.boolean
represented by this character array.
double
represented by this character array.
double
representation of the
specified long
number multiplied by a power of ten.
double
representation of the
specified long
number multiplied by a power of two.
float
represented by this character array.
int
represented by this character array.
int
represented by this character array
in the specified radix.
long
represented by this character
array.
long
represented by this character
array in the specified radix.
long
representation of the
specified double
number multiplied by a power of ten.
long
representation of the
specified double
number multiplied by a power of two.
"Instance of " + this.getClass().getName()
).
String
representation of this struct
in the form of its constituing bytes (hexadecimal).
String
representation of this test case
(the description or the class name by default).
String
representation of this test suite
(the description or the class name by default).
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.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.text.TextFormat.Cursor
- Returns the string representation of this cursor.
- 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 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.
- 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
- Returns the textual representation of this map.
- 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.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
.
|
J avolution v5.2 (J2SE 1.5+) | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |