public class FastIntSet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
NULLVALUE |
Constructor and Description |
---|
FastIntSet(int[] values) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(int value) |
int[] |
getHash() |
int |
getPrime() |
boolean |
isEmpty() |
boolean |
remove(int value) |
public static final int NULLVALUE