Package | Description |
---|---|
javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
javolution.util.service |
Service interfaces to be implemented by
javolution.util.*
collections and collections views. |
Modifier and Type | Method and Description |
---|---|
protected TableService<E> |
FastTable.service() |
Constructor and Description |
---|
FastTable(TableService<E> service)
Creates a fast table backed up by the specified service implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SortedTableService<E>
The set of related functionalities used to implement sorted tables collections.
|
Modifier and Type | Method and Description |
---|---|
TableService<E> |
TableService.subList(int fromIndex,
int toIndex) |
TableService<E> |
TableService.threadSafe() |
Copyright © 2005-2013 Javolution. All Rights Reserved.