Uses of Class
com.carrotsearch.hppc.ObjectHashSet
-
Packages that use ObjectHashSet Package Description com.carrotsearch.hppc -
-
Uses of ObjectHashSet in com.carrotsearch.hppc
Subclasses of ObjectHashSet in com.carrotsearch.hppc Modifier and Type Class Description class
ObjectIdentityHashSet<KType>
A reference-equality (identity) hash set.class
ObjectScatterSet<KType>
Same asObjectHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Methods in com.carrotsearch.hppc that return ObjectHashSet Modifier and Type Method Description ObjectHashSet<KType>
ObjectHashSet. clone()
static <KType> ObjectHashSet<KType>
ObjectHashSet. from(KType... elements)
Create a set from a variable number of arguments or an array ofObject
.
-