Package | Description |
---|---|
javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
Modifier and Type | Class and Description |
---|---|
class |
FastSortedMap<K,V>
A high-performance sorted map with
real-time behavior. |
Modifier and Type | Method and Description |
---|---|
FastMap<K,V> |
FastMap.atomic()
Returns an atomic view over this map.
|
FastMap<K,V> |
FastMap.parallel()
Returns a parallel map.
|
FastMap<K,V> |
FastMap.putAll(FastMap<? extends K,? extends V> that)
Returns this map with the specified map's entries added.
|
FastMap<K,V> |
FastMap.sequential()
Returns a sequential view of this collection.
|
FastMap<K,V> |
FastMap.shared()
Returns a thread-safe view over this map.
|
FastMap<K,V> |
FastMap.unmodifiable()
Returns an unmodifiable view over this map.
|
Modifier and Type | Method and Description |
---|---|
FastMap<K,V> |
FastMap.putAll(FastMap<? extends K,? extends V> that)
Returns this map with the specified map's entries added.
|
FastSortedMap<K,V> |
FastSortedMap.putAll(FastMap<? extends K,? extends V> that) |
Copyright © 2005-2013 Javolution. All Rights Reserved.