Uses of Interface
com.carrotsearch.hppc.ObjectSet
Packages that use ObjectSet
-
Uses of ObjectSet in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectSetModifier and TypeClassDescriptionclass
ObjectHashSet<KType>
A hash set ofObject
s, implemented using using open addressing with linear probing for collision resolution.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 with parameters of type ObjectSet