public class GHIntLongHashMap
extends com.carrotsearch.hppc.IntLongHashMap
| Constructor and Description | 
|---|
| GHIntLongHashMap() | 
| GHIntLongHashMap(int capacity) | 
| GHIntLongHashMap(int capacity,
                double loadFactor) | 
| GHIntLongHashMap(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, visualizeKeyDistributionfinalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic GHIntLongHashMap()
public GHIntLongHashMap(int capacity)
public GHIntLongHashMap(int capacity,
                        double loadFactor)
public GHIntLongHashMap(int capacity,
                        double loadFactor,
                        com.carrotsearch.hppc.HashOrderMixingStrategy hashOrderMixer)
Copyright © 2012–2020. All rights reserved.