Package | Description |
---|---|
javolution.text |
Text handling package.
|
javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.