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 . |
Modifier and Type | Interface and Description |
---|---|
interface |
ValueType
This interface identifies objects which can be manipulated by
value; a JVM implementation may allocate instances of this class
on the stack and pass references by copy.
|
Modifier and Type | Class and Description |
---|---|
class |
CharSet
This class represents a set of characters.
|
class |
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). |
Modifier and Type | Class and Description |
---|---|
class |
Index
This class represents a unique index which can be used instead of
java.lang.Integer for primitive data types collections. |
Modifier and Type | Class and Description |
---|---|
class |
QName
This class represents unique identifiers for XML elements (tags) or
attributes (names).
|
Copyright © 2005–2020 Javolution. All rights reserved.