public class GHLongHashSet
extends com.carrotsearch.hppc.LongHashSet
Constructor and Description |
---|
GHLongHashSet() |
GHLongHashSet(int capacity) |
GHLongHashSet(int capacity,
double loadFactor) |
GHLongHashSet(int capacity,
double loadFactor,
com.carrotsearch.hppc.HashOrderMixingStrategy hashOrderMixer) |
add, addAll, addAll, addAll, allocateBuffers, allocateThenInsertThenRehash, clear, clone, contains, ensureCapacity, equals, forEach, forEach, from, hashCode, hashKey, indexExists, indexGet, indexInsert, indexOf, indexReplace, isEmpty, iterator, rehash, release, remove, removeAll, removeAll, shiftConflictingKeys, size, toArray, verifyLoadFactor, visualizeKeyDistribution
finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public GHLongHashSet()
public GHLongHashSet(int capacity)
public GHLongHashSet(int capacity, double loadFactor)
public GHLongHashSet(int capacity, double loadFactor, com.carrotsearch.hppc.HashOrderMixingStrategy hashOrderMixer)
Copyright © 2012–2020. All rights reserved.