Class ByteHashSet
- java.lang.Object
-
- org.apache.flink.table.runtime.util.collections.ByteHashSet
-
public class ByteHashSet extends Object
Byte hash set.
-
-
Field Summary
Fields Modifier and Type Field Description protected booleancontainsNullprotected boolean[]used
-
Constructor Summary
Constructors Constructor Description ByteHashSet(int dummy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(byte k)voidaddNull()booleancontains(byte k)booleancontainsNull()voidoptimize()
-