Package | Description |
---|---|
javolution.util |
High-performance collection classes with
guaranteed worst case execution time . |
Modifier and Type | Method and Description |
---|---|
FastSortedMap<K,V> |
FastSortedMap.headMap(K toKey) |
FastSortedMap<K,V> |
FastSortedMap.putAll(FastMap<? extends K,? extends V> that)
Misc.
|
FastSortedMap<K,V> |
FastSortedMap.shared() |
FastSortedMap<K,V> |
FastSortedMap.subMap(K fromKey,
K toKey) |
FastSortedMap<K,V> |
FastSortedMap.tailMap(K fromKey) |
FastSortedMap<K,V> |
FastSortedMap.unmodifiable()
Views.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.