HashIntChecklist
, LinkedListIntChecklistImpl
public interface IntChecklist
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) |
void check(int num)
void uncheck(int num)
boolean isChecked(int num)
void clear()
int countChecked()
int[] getChecked()
IntEnumeration checked()