Uses of Interface
com.carrotsearch.hppc.ShortSet
-
Packages that use ShortSet Package Description com.carrotsearch.hppc -
-
Uses of ShortSet in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ShortSet Modifier and Type Class Description classShortHashSetA hash set ofshorts, implemented using using open addressing with linear probing for collision resolution.classShortScatterSetSame asShortHashSetbut 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 ShortSet Modifier and Type Method Description private booleanShortHashSet. sameKeys(ShortSet other)Return true if all keys of some other container exist in this container.
-