public class GHLongLongHashMap
extends com.carrotsearch.hppc.LongLongHashMap
Constructor and Description |
---|
GHLongLongHashMap() |
GHLongLongHashMap(int capacity) |
GHLongLongHashMap(int capacity,
double loadFactor) |
GHLongLongHashMap(int capacity,
double loadFactor,
com.carrotsearch.hppc.HashOrderMixingStrategy hashOrderMixer) |
addTo, allocateBuffers, allocateThenInsertThenRehash, clear, clone, containsKey, ensureCapacity, equalElements, equals, forEach, 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
finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public GHLongLongHashMap()
public GHLongLongHashMap(int capacity)
public GHLongLongHashMap(int capacity, double loadFactor)
public GHLongLongHashMap(int capacity, double loadFactor, com.carrotsearch.hppc.HashOrderMixingStrategy hashOrderMixer)
Copyright © 2012–2019. All rights reserved.