-
- All Implemented Interfaces:
-
kotlin.collections.Map,kotlin.collections.MutableMap
public final class LongLongHashMap extends AbstractHashMap<Long, Long>
-
-
Constructor Summary
Constructors Constructor Description LongLongHashMap(Integer capacity, Float loadFactor)LongLongHashMap(Integer capacity)LongLongHashMap()
-
Method Summary
Modifier and Type Method Description Collection<Long>getValues()Set<Entry.Map<Long, Long>>getEntries()Set<Long>getKeys()IntegergetSize()Longget(Long key)Longput(Long key, Long value)BooleancontainsKey(Long key)Longremove(Long key)final BooleanaddBit(Long key, Long mask)Adds single bit ( mask) to a value by key.-
Methods inherited from class java.util.AbstractMap
compute, computeIfAbsent, computeIfPresent, merge, putIfAbsent, remove, replace, replace, replaceAll -
Methods inherited from class jetbrains.exodus.core.dataStructures.hash.LongLongHashMap
clear, forEachEntry, forEachEntry, forEachKey, forEachValue -
Methods inherited from class jetbrains.exodus.core.dataStructures.hash.AbstractHashMap
clone, containsValue, equals, hashCode, isEmpty, putAll, toString -
Methods inherited from class kotlin.collections.MutableMap
forEach, getOrDefault -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getValues
@NotNull() Collection<Long> getValues()
-
getEntries
@NotNull() Set<Entry.Map<Long, Long>> getEntries()
-
containsKey
Boolean containsKey(Long key)
-
-
-
-