IntChecklistpublic class LinkedListIntChecklistImpl extends java.lang.Object implements IntChecklist
| Constructor | Description |
|---|---|
LinkedListIntChecklistImpl() |
| 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 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