Package com.graphhopper.coll
Class GHLongLongHashMap
java.lang.Object
com.carrotsearch.hppc.LongLongHashMap
com.graphhopper.coll.GHLongLongHashMap
- All Implemented Interfaces:
com.carrotsearch.hppc.LongLongAssociativeContainer
,com.carrotsearch.hppc.LongLongMap
,com.carrotsearch.hppc.Preallocable
,Cloneable
,Iterable<com.carrotsearch.hppc.cursors.LongLongCursor>
public class GHLongLongHashMap
extends com.carrotsearch.hppc.LongLongHashMap
- Author:
- Peter Karich
-
Nested Class Summary
Nested classes/interfaces inherited from class com.carrotsearch.hppc.LongLongHashMap
com.carrotsearch.hppc.LongLongHashMap.KeysContainer
-
Field Summary
Fields inherited from class com.carrotsearch.hppc.LongLongHashMap
assigned, hasEmptyKey, keyMixer, keys, loadFactor, mask, orderMixer, resizeAt, values
-
Constructor Summary
ConstructorsConstructorDescriptionGHLongLongHashMap
(int capacity) GHLongLongHashMap
(int capacity, double loadFactor) GHLongLongHashMap
(int capacity, double loadFactor, com.carrotsearch.hppc.HashOrderMixingStrategy hashOrderMixer) -
Method Summary
Methods inherited from class com.carrotsearch.hppc.LongLongHashMap
addTo, allocateBuffers, allocateThenInsertThenRehash, clear, clone, containsKey, ensureCapacity, equalElements, equals, forEach, from, get, getOrDefault, hashCode, hashKey, indexExists, indexGet, indexInsert, indexOf, indexReplace, isEmpty, iterator, keys, put, putAll, putAll, putIfAbsent, putOrAdd, rehash, release, remove, removeAll, removeAll, removeAll, shiftConflictingKeys, size, toString, values, verifyLoadFactor, visualizeKeyDistribution
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
GHLongLongHashMap
public GHLongLongHashMap() -
GHLongLongHashMap
public GHLongLongHashMap(int capacity) -
GHLongLongHashMap
public GHLongLongHashMap(int capacity, double loadFactor) -
GHLongLongHashMap
public GHLongLongHashMap(int capacity, double loadFactor, com.carrotsearch.hppc.HashOrderMixingStrategy hashOrderMixer)
-