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