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 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.
|
Modifier and Type | Method and Description |
---|---|
MapService<K,V> |
MapService.clone()
Returns a copy of this map; updates of the copy should not
impact the original.
|
MapService<K,V> |
MapService.threadSafe()
Returns a thread-safe version of this service (used during
parallel updates).
|
Copyright © 2005-2013 Javolution. All Rights Reserved.