public class GHIntHashSet
extends com.carrotsearch.hppc.IntHashSet
| Constructor and Description |
|---|
GHIntHashSet() |
GHIntHashSet(int capacity) |
GHIntHashSet(com.carrotsearch.hppc.IntContainer container) |
GHIntHashSet(int capacity,
double loadFactor) |
GHIntHashSet(int capacity,
double loadFactor,
com.carrotsearch.hppc.HashOrderMixingStrategy hashOrderMixer) |
| Modifier and Type | Method and Description |
|---|---|
static com.carrotsearch.hppc.IntHashSet |
from(int... elements) |
add, addAll, addAll, addAll, allocateBuffers, allocateThenInsertThenRehash, clear, clone, contains, ensureCapacity, equals, forEach, forEach, hashCode, hashKey, indexExists, indexGet, indexInsert, indexOf, indexReplace, isEmpty, iterator, rehash, release, remove, removeAll, removeAll, shiftConflictingKeys, size, toArray, verifyLoadFactor, visualizeKeyDistributionfinalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic GHIntHashSet()
public GHIntHashSet(int capacity)
public GHIntHashSet(int capacity,
double loadFactor)
public GHIntHashSet(int capacity,
double loadFactor,
com.carrotsearch.hppc.HashOrderMixingStrategy hashOrderMixer)
public GHIntHashSet(com.carrotsearch.hppc.IntContainer container)
Copyright © 2012–2020. All rights reserved.