Uses of Class
com.carrotsearch.hppc.ByteHashSet
-
Packages that use ByteHashSet Package Description com.carrotsearch.hppc -
-
Uses of ByteHashSet in com.carrotsearch.hppc
Subclasses of ByteHashSet in com.carrotsearch.hppc Modifier and Type Class Description classByteScatterSetSame asByteHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Methods in com.carrotsearch.hppc that return ByteHashSet Modifier and Type Method Description ByteHashSetByteHashSet. clone()static ByteHashSetByteHashSet. from(byte... elements)Create a set from a variable number of arguments or an array ofbyte.
-