| 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.add(K key,
V value)
Returns this map with the specified [key, value] entry added.
|
FastMap<K,V> |
FastMap.atomic()
Returns an atomic view over this map.
|
static <K,V> FastMap<K,V> |
FastMap.of(Map<? extends K,? extends V> that)
Returns a new map holding the same entries as the specified
map (convenience method).
|
FastMap<K,V> |
FastMap.parallel()
Returns a parallel map.
|
FastMap<Object,Object> |
FastMap.Text.parse(CharSequence csq,
Cursor cursor) |
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 |
|---|---|
Appendable |
FastMap.Text.format(FastMap<?,?> that,
Appendable dest) |
Copyright © 2017. All rights reserved.