Uses of Interface
com.carrotsearch.hppc.ObjectSet
-
Packages that use ObjectSet Package Description com.carrotsearch.hppc -
-
Uses of ObjectSet in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectSet Modifier and Type Class Description class
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.
-