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