| Package | Description |
|---|---|
| javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
| Modifier and Type | Method and Description |
|---|---|
FastSortedTable<E> |
FastSortedTable.atomic() |
static <E> FastSortedTable<E> |
FastSortedTable.of(Collection<? extends E> that)
Returns a new sorted table holding the same elements as the specified
collection (convenience method).
|
static <E> FastSortedTable<E> |
FastSortedTable.of(E... elements)
Returns a new sorted table holding the specified elements
(convenience method).
|
FastSortedTable<E> |
FastSortedTable.shared() |
FastSortedTable<E> |
FastSortedTable.unmodifiable() |
Copyright © 2017. All rights reserved.