Package | Description |
---|---|
javolution.util |
High-performance collection classes with
guaranteed worst case execution time . |
Modifier and Type | Class and Description |
---|---|
class |
FastSortedMap<K,V>
A high-performance sorted map with
real-time behavior;
smooth capacity increase/decrease and minimal memory footprint. |
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.
|
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)
Misc.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.