Package | Description |
---|---|
_templates.javolution.context | |
_templates.javolution.text |
Modifier and Type | Method and Description |
---|---|
static ValueType |
AllocatorContext.outerCopy(ValueType value)
Performs a copy of the specified value allocated outside of the
current allocator context.
|
Modifier and Type | Method and Description |
---|---|
static ValueType |
AllocatorContext.outerCopy(ValueType value)
Performs a copy of the specified value allocated outside of the
current allocator context.
|
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–2019 Javolution. All rights reserved.