|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalMap | |
---|---|
javolution.util | Provides high-performance collection classes and miscellaneous utilities; although
this package provides very few collection classes, they are substitutes for
most of java.util.* classes (for example, java.util.IdentityHashMap would be
a FastMap with an identity key comparator). |
Uses of LocalMap in javolution.util |
---|
Methods in javolution.util that return LocalMap | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |