Uses of Class
com.carrotsearch.hppc.ObjectHashSet
Packages that use ObjectHashSet
-
Uses of ObjectHashSet in com.carrotsearch.hppc
Subclasses of ObjectHashSet in com.carrotsearch.hppcModifier and TypeClassDescriptionclassObjectIdentityHashSet<KType>A reference-equality (identity) hash set.classObjectScatterSet<KType>Same asObjectHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Methods in com.carrotsearch.hppc that return ObjectHashSetModifier and TypeMethodDescriptionObjectHashSet.clone()static <KType> ObjectHashSet<KType> ObjectHashSet.from(KType... elements) Create a set from a variable number of arguments or an array ofObject.