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 SortedTableService<E> |
FastSortedTable.service() |
Constructor and Description |
---|
FastSortedTable(SortedTableService<E> service)
Creates a sorted table backed up by the specified service implementation.
|
Modifier and Type | Method and Description |
---|---|
SortedTableService<E> |
SortedTableService.threadSafe() |
Copyright © 2005-2013 Javolution. All Rights Reserved.