public class FastIntSet extends java.lang.Object
static int
NULLVALUE
FastIntSet(int[] values)
boolean
contains(int value)
int[]
getHash()
int
getPrime()
isEmpty()
remove(int value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final int NULLVALUE
public FastIntSet(int[] values)
public boolean contains(int value)
public boolean remove(int value)
public boolean isEmpty()
public int[] getHash()
public int getPrime()