| Package | Description |
|---|---|
| _templates.java.nio | |
| _templates.javolution.lang | |
| _templates.javolution.text | |
| _templates.javolution.util |
| Modifier and Type | Class and Description |
|---|---|
class |
CharBuffer
Class provided for the sole purpose of compiling the Readable interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Enum
This class is equivalent to
java.lang.Enum
and is moved (refactored) to the java.lang system
package for applications targetting the J2SE 5.0+ run-time. |
| Modifier and Type | Class and Description |
|---|---|
class |
CharArray
This class represents a
CharSequence
backed up by a char array. |
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. |
Copyright © 2005–2024 Javolution. All rights reserved.