Uses of Class
org.apache.lucene.internal.hppc.LongHashSet
Packages that use LongHashSet
-
Uses of LongHashSet in org.apache.lucene.internal.hppc
Methods in org.apache.lucene.internal.hppc that return LongHashSetModifier and TypeMethodDescriptionLongHashSet.clone()
static LongHashSet
LongHashSet.from
(long... elements) Create a set from a variable number of arguments or an array oflong
.Methods in org.apache.lucene.internal.hppc with parameters of type LongHashSetModifier and TypeMethodDescriptionint
LongHashSet.addAll
(LongHashSet set) Adds all elements from the given set to this set.int
LongHashSet.removeAll
(LongHashSet other) Removes all keys present in a given container.Constructors in org.apache.lucene.internal.hppc with parameters of type LongHashSetModifierConstructorDescriptionLongHashSet
(LongHashSet set) New instance copying elements from another set.