Uses of Interface
com.carrotsearch.hppc.ByteSet
-
Packages that use ByteSet Package Description com.carrotsearch.hppc -
-
Uses of ByteSet in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ByteSet Modifier and Type Class Description class
ByteHashSet
A hash set ofbyte
s, implemented using using open addressing with linear probing for collision resolution.class
ByteScatterSet
Same asByteHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-