Package | Description |
---|---|
javolution.util |
High-performance collection classes with
guaranteed worst case execution time . |
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.subMap(K fromKey,
K toKey)
Returns a view over a portion of this map.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.