-
- All Implemented Interfaces:
-
kotlin.collections.Map,kotlin.collections.MutableMap
public final class LongHashMap<V extends Object> extends AbstractHashMap<Long, V>
-
-
Constructor Summary
Constructors Constructor Description LongHashMap(Integer capacity, Float loadFactor)LongHashMap(Integer capacity)LongHashMap()
-
Method Summary
Modifier and Type Method Description Collection<V>getValues()Set<Entry.Map<Long, V>>getEntries()Set<Long>getKeys()IntegergetSize()Vget(Long key)Vput(Long key, V value)BooleancontainsKey(Long key)Vremove(Long 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.LongHashMap
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<V> getValues()
-
getEntries
@NotNull() Set<Entry.Map<Long, V>> getEntries()
-
containsKey
Boolean containsKey(Long key)
-
-
-
-