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 boolean
containsNull
protected boolean[]
used
-
Constructor Summary
Constructors Constructor Description ByteHashSet(int dummy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
add(byte k)
void
addNull()
boolean
contains(byte k)
boolean
containsNull()
void
optimize()
-