public class WholeSet extends Object
Modifier and Type | Field and Description |
---|---|
protected GenericWholeArrray |
hash |
protected GenericWholeArrray |
set |
protected int |
stored |
Constructor and Description |
---|
WholeSet(int type) |
Modifier and Type | Method and Description |
---|---|
int |
add(int n) |
int |
contains(int n) |
GenericWholeArrray |
getSet() |
int |
getStored() |
protected GenericWholeArrray hash
protected GenericWholeArrray set
protected int stored
public int add(int n)
public int contains(int n)
public GenericWholeArrray getSet()
public int getStored()