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 SortedMapService<K,V> |
FastSortedMap.service() |
Constructor and Description |
---|
FastSortedMap(SortedMapService<K,V> service)
Creates a sorted map backed up by the specified service implementation.
|
Modifier and Type | Method and Description |
---|---|
SortedMapService<K,V> |
SortedMapService.headMap(K toKey) |
SortedMapService<K,V> |
SortedMapService.subMap(K fromKey,
K toKey) |
SortedMapService<K,V> |
SortedMapService.tailMap(K fromKey) |
SortedMapService<K,V> |
SortedMapService.threadSafe() |
Copyright © 2005-2013 Javolution. All Rights Reserved.