Uses of Class
org.apache.lucene.internal.hppc.IntHashSet
Packages that use IntHashSet
Package
Description
Internal copy of a subset of classes from the HPPC library.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Uses of IntHashSet in org.apache.lucene.internal.hppc
Methods in org.apache.lucene.internal.hppc that return IntHashSetModifier and TypeMethodDescriptionIntHashSet.clone()
static IntHashSet
IntHashSet.from
(int... elements) Create a set from a variable number of arguments or an array ofint
.Methods in org.apache.lucene.internal.hppc with parameters of type IntHashSetModifier and TypeMethodDescriptionint
IntHashSet.addAll
(IntHashSet set) Adds all elements from the given set to this set.int
IntHashSet.removeAll
(IntHashSet other) Removes all keys present in a given container.Constructors in org.apache.lucene.internal.hppc with parameters of type IntHashSetModifierConstructorDescriptionIntHashSet
(IntHashSet set) New instance copying elements from another set. -
Uses of IntHashSet in org.apache.lucene.util.hnsw
Methods in org.apache.lucene.util.hnsw with parameters of type IntHashSetModifier and TypeMethodDescriptionvoid
HnswGraphBuilder.addGraphNodeWithEps
(int node, IntHashSet eps0)