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 classObjectHashSet<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 Modifier and Type Method Description private booleanObjectHashSet. sameKeys(ObjectSet<?> other)Return true if all keys of some other container exist in this container.
-