Package com.mchange.util.impl
Class LinkedListIntChecklistImpl
java.lang.Object
com.mchange.util.impl.LinkedListIntChecklistImpl
- All Implemented Interfaces:
IntChecklist
-
Constructor Details
-
LinkedListIntChecklistImpl
public LinkedListIntChecklistImpl()
-
-
Method Details
-
check
public void check(int num) - Specified by:
check
in interfaceIntChecklist
-
uncheck
public void uncheck(int num) - Specified by:
uncheck
in interfaceIntChecklist
-
isChecked
public boolean isChecked(int num) - Specified by:
isChecked
in interfaceIntChecklist
-
clear
public void clear()- Specified by:
clear
in interfaceIntChecklist
-
countChecked
public int countChecked()- Specified by:
countChecked
in interfaceIntChecklist
-
getChecked
public int[] getChecked()- Specified by:
getChecked
in interfaceIntChecklist
-
checked
- Specified by:
checked
in interfaceIntChecklist
-