| Package | Description |
|---|---|
| javolution.lang |
Fundamental classes, interfaces and annotations.
|
| javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValueType
A
constant object which can be manipulated by value
rather than by reference; a JVM implementation may allocate instances
of this class on the stack. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantTable<E>
A table for which immutability is guaranteed by construction.
|
| Modifier and Type | Method and Description |
|---|---|
ConstantTable<E> |
ConstantTable.atomic() |
ConstantTable<E> |
ConstantTable.reversed() |
protected TableService<E> |
ConstantTable.service() |
ConstantTable<E> |
ConstantTable.shared() |
ConstantTable<E> |
ConstantTable.subTable(int fromIndex,
int toIndex) |
ConstantTable<E> |
ConstantTable.unmodifiable() |
| Modifier and Type | Method and Description |
|---|---|
static <E> ConstantTable<E> |
ConstantTable.of(E... elements)
Returns a new constant table holding the specified
constant elements. |
| Constructor and Description |
|---|
ConstantTable(TableService<E> service)
Creates a constant table backed up by the specified
constant service implementation. |
FastBitSet(long[] bits)
Creates a bit set holding the specified bits.
|
Copyright © 2017. All rights reserved.