Package | Description |
---|---|
javolution.util |
High-performance collection classes with
guaranteed worst case execution time . |
Modifier and Type | Method and Description |
---|---|
FastSortedTable<E> |
FastSortedTable.addAll(E... elements) |
FastSortedTable<E> |
FastSortedTable.addAll(FastCollection<? extends E> that) |
FastSortedTable<E> |
FastSortedTable.shared() |
FastSortedTable<E> |
FastSortedTable.subTable(int fromIndex,
int toIndex) |
FastSortedTable<E> |
FastSortedTable.unmodifiable()
Views.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.