Package | Description |
---|---|
javolution.util |
Modifier and Type | Method and Description |
---|---|
LocalMap<K,V> |
LocalMap.setKeyComparator(FastComparator<? super K> keyComparator)
Sets the key comparator for this local map.
|
LocalMap<K,V> |
LocalMap.setValueComparator(FastComparator<? super V> valueComparator)
Sets the value comparator for this local map.
|
Copyright © 2005–2014 Javolution. All rights reserved.