IntChecklist
public class HashIntChecklist extends java.lang.Object implements IntChecklist
Constructor | Description |
---|---|
HashIntChecklist() |
Modifier and Type | Method | Description |
---|---|---|
void |
check(int num) |
|
IntEnumeration |
checked() |
|
void |
clear() |
|
int |
countChecked() |
|
int[] |
getChecked() |
|
boolean |
isChecked(int num) |
|
void |
uncheck(int num) |
public void check(int num)
check
in interface IntChecklist
public void uncheck(int num)
uncheck
in interface IntChecklist
public boolean isChecked(int num)
isChecked
in interface IntChecklist
public void clear()
clear
in interface IntChecklist
public int countChecked()
countChecked
in interface IntChecklist
public int[] getChecked()
getChecked
in interface IntChecklist
public IntEnumeration checked()
checked
in interface IntChecklist