| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
CharSet
A set of characters (typically used for parsing purpose where it is
significantly faster than regular expressions for simple patterns).
|
class |
Text
An immutable character sequence with fast
concatenation,
insertion and
deletion capabilities (O[Log(n)]) instead of
O[n] for StringBuffer/StringBuilder). |
| Modifier and Type | Class and Description |
|---|---|
class |
Index
A non-negative number representing a position in an arrangement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QName
This class represents unique identifiers for XML elements (tags) or
attributes (names).
|
Copyright © 2017. All rights reserved.