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 TypeClassDescriptionclassObjectHashSet<KType>A hash set ofObjects, implemented using using open addressing with linear probing for collision resolution.classObjectIdentityHashSet<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 with parameters of type ObjectSet