| Package | Description |
|---|---|
| javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
| Modifier and Type | Method and Description |
|---|---|
ConstantTable<E> |
ConstantTable.atomic() |
ConstantTable<?> |
ConstantTable.XML.newInstance(Class<? extends ConstantTable<?>> cls,
XMLFormat.InputElement xml) |
static <E> ConstantTable<E> |
ConstantTable.of(Collection<? extends E> that)
Returns a new constant table holding the same elements as the specified
collection (convenience method).
|
static <E> ConstantTable<E> |
ConstantTable.of(E... elements)
Returns a new constant table holding the specified
constant elements. |
static ConstantTable<Index> |
Index.rangeOf(int fromIndex,
int toIndex)
Returns the indices having the specified range of
int non-negative
values (convenience method). |
ConstantTable<E> |
ConstantTable.reversed() |
ConstantTable<E> |
ConstantTable.shared() |
ConstantTable<E> |
ConstantTable.subTable(int fromIndex,
int toIndex) |
ConstantTable<E> |
ConstantTable.unmodifiable() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantTable.XML.read(XMLFormat.InputElement xml,
ConstantTable<?> that) |
void |
ConstantTable.XML.write(ConstantTable<?> that,
XMLFormat.OutputElement xml) |
| Modifier and Type | Method and Description |
|---|---|
ConstantTable<?> |
ConstantTable.XML.newInstance(Class<? extends ConstantTable<?>> cls,
XMLFormat.InputElement xml) |
Copyright © 2017. All rights reserved.