Package | Description |
---|---|
_templates.java.util | |
_templates.javolution.util |
Modifier and Type | Class and Description |
---|---|
class |
HashMap |
class |
LinkedHashMap |
Modifier and Type | Method and Description |
---|---|
static FastMap |
FastMap.newInstance()
Returns a potentially
recycled map instance. |
FastMap |
FastMap.reverse()
Returns the reverse mapping of this map (for which the keys are this
map's values and the values are this map's keys).
|
FastMap |
FastMap.setKeyComparator(FastComparator keyComparator)
Sets the key comparator for this fast map.
|
FastMap |
FastMap.setShared(boolean isShared)
Deprecated.
Replaced by
shared() |
FastMap |
FastMap.setValueComparator(FastComparator valueComparator)
Sets the value comparator for this map.
|
FastMap |
FastMap.shared()
Sets the shared status of this map (whether the map is thread-safe
or not).
|
Modifier and Type | Method and Description |
---|---|
static void |
FastMap.recycle(FastMap instance)
Recycles the specified map instance.
|
Copyright © 2005–2016 Javolution. All rights reserved.