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 MapService<K,V> |
FastMap.service()
Returns this map service implementation.
|
Constructor and Description |
---|
FastMap(MapService<K,V> service)
Creates a map backed up by the specified service implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SortedMapService<K,V>
The set of related functionalities used to implement sorted map.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.