public class GHIntObjectHashMap<T>
extends com.carrotsearch.hppc.IntObjectHashMap<T>
| Constructor and Description | 
|---|
| GHIntObjectHashMap() | 
| GHIntObjectHashMap(int capacity) | 
| GHIntObjectHashMap(int capacity,
                  double loadFactor) | 
| GHIntObjectHashMap(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 GHIntObjectHashMap()
public GHIntObjectHashMap(int capacity)
public GHIntObjectHashMap(int capacity,
                          double loadFactor)
public GHIntObjectHashMap(int capacity,
                          double loadFactor,
                          com.carrotsearch.hppc.HashOrderMixingStrategy hashOrderMixer)
Copyright © 2012–2020. All rights reserved.