Package | Description |
---|---|
javolution.context |
Provides real-time
Context to facilitate
separation of concerns and achieve higher level of performance and
code predictability. |
javolution.text |
Provides classes and interfaces to handle text.
|
Modifier and Type | Method and Description |
---|---|
static <T extends ValueType> |
AllocatorContext.outerCopy(T value)
Performs a copy of the specified value allocated outside of the
current allocator context.
|
Modifier and Type | Method and Description |
---|---|
static void |
AllocatorContext.outerCopy(ValueType[] values)
Performs a copy of the specified values outside of the
current stack context (convenience method).
|
Modifier and Type | Class and Description |
---|---|
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). |
Copyright © 2005–2017 Javolution. All rights reserved.