| Package | Description |
|---|---|
| _templates.javolution.lang | |
| _templates.javolution.text | |
| _templates.javolution.util | |
| _templates.javolution.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–2024 Javolution. All rights reserved.