Package | Description |
---|---|
javolution.text |
Text handling package.
|
javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
javolution.xml |
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 | |
javolution.xml.stream |
StAX-like XML readers/writers which do not require object
creation (such as String) and are consequently faster than standard StAX.
|
Class and Description |
---|
CharArray
A
CharSequence backed up by a char array. |
CharSet
A set of characters (typically used for parsing purpose where it is
significantly faster than regular expressions for simple patterns).
|
Cursor
A parsing cursor over the characters read.
|
Text
An immutable character sequence with fast
concatenation ,
insertion and
deletion capabilities (O[Log(n)]) instead of
O[n] for StringBuffer/StringBuilder). |
TextBuilder
An
Appendable text whose capacity expands
gently without incurring expensive resize/copy operations ever. |
TextContext
A context for plain text parsing/formatting.
|
TextFormat
The service for plain text parsing and formatting;
it supports
CharSequence and Appendable interfaces
for greater flexibility. |
Class and Description |
---|
Cursor
A parsing cursor over the characters read.
|
DefaultTextFormat
Specifies the default text format of a class (for parsing/formatting).
|
TextFormat
The service for plain text parsing and formatting;
it supports
CharSequence and Appendable interfaces
for greater flexibility. |
Class and Description |
---|
CharArray
A
CharSequence backed up by a char array. |
Class and Description |
---|
CharArray
A
CharSequence backed up by a char array. |
Class and Description |
---|
CharArray
A
CharSequence backed up by a char array. |
Copyright © 2005-2013 Javolution. All Rights Reserved.