public class GHLongObjectHashMap<T>
extends com.carrotsearch.hppc.LongObjectHashMap<T>
| Constructor and Description |
|---|
GHLongObjectHashMap() |
GHLongObjectHashMap(int capacity) |
GHLongObjectHashMap(int capacity,
double loadFactor) |
GHLongObjectHashMap(int capacity,
double loadFactor,
com.carrotsearch.hppc.HashOrderMixingStrategy hashOrderMixer) |
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, rehash, release, remove, removeAll, removeAll, removeAll, shiftConflictingKeys, size, toString, values, verifyLoadFactor, visualizeKeyDistributionfinalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic GHLongObjectHashMap()
public GHLongObjectHashMap(int capacity)
public GHLongObjectHashMap(int capacity,
double loadFactor)
public GHLongObjectHashMap(int capacity,
double loadFactor,
com.carrotsearch.hppc.HashOrderMixingStrategy hashOrderMixer)
Copyright © 2012–2021. All rights reserved.