Package | Description |
---|---|
javolution.lang |
Fundamental classes, interfaces and annotations.
|
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 | Interface and Description |
---|---|
interface |
ValueType<T>
An
immutable object which can be manipulated by value;
a JVM implementation may allocate instances of this class on the stack. |
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 | Method and Description |
---|---|
<T extends Collection<E>> |
FastCollection.toImmutable()
Returns an immutable reference over this collection.
|
<T extends Map<K,V>> |
FastMap.toImmutable()
Returns an immutable reference over this map.
|
Modifier and Type | Class and Description |
---|---|
class |
QName
This class represents unique identifiers for XML elements (tags) or
attributes (names).
|
Copyright © 2005-2013 Javolution. All Rights Reserved.