Package | Description |
---|---|
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.text |
Provides classes and interfaces to handle text.
|
javolution.util | |
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 | |
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.
|
Class and Description |
---|
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). |
Class and Description |
---|
CharArray
This class represents a
CharSequence
backed up by a char array. |
CharSet
This class represents a set of characters.
|
Cursor
This class represents a parsing cursor over characters.
|
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). |
TextBuilder
This class represents an
Appendable text whose capacity expands
gently without incurring expensive resize/copy operations ever. |
TextFormat
This class represents the base format for text parsing and formatting;
it supports the
CharSequence and Appendable interfaces
for greater flexibility. |
Class and Description |
---|
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). |
Class and Description |
---|
CharArray
This class represents a
CharSequence
backed up by a char array. |
Class and Description |
---|
CharArray
This class represents a
CharSequence
backed up by a char array. |
Class and Description |
---|
CharArray
This class represents a
CharSequence
backed up by a char array. |
Copyright © 2005–2013 Javolution. All rights reserved.