Package | Description |
---|---|
javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
Modifier and Type | Class and Description |
---|---|
class |
FastSortedTable<E>
A high-performance sorted table with
real-time behavior. |
Modifier and Type | Method and Description |
---|---|
FastTable<E> |
FastTable.addAll(E... elements) |
FastTable<E> |
FastTable.addAll(FastCollection<? extends E> that) |
FastTable<E> |
FastTable.atomic() |
FastTable<E> |
FastTable.reversed() |
FastTable<E> |
FastTable.shared() |
FastTable<E> |
FastTable.subList(int fromIndex,
int toIndex)
Deprecated.
|
FastTable<E> |
FastTable.subTable(int fromIndex,
int toIndex)
Returns a view over a portion of the table (equivalent to
List.subList(int, int) ). |
FastTable<E> |
FastTable.unmodifiable() |
Copyright © 2005-2013 Javolution. All Rights Reserved.