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:
checkin interfaceIntChecklist
-
uncheck
public void uncheck(int num) - Specified by:
uncheckin interfaceIntChecklist
-
isChecked
public boolean isChecked(int num) - Specified by:
isCheckedin interfaceIntChecklist
-
clear
public void clear()- Specified by:
clearin interfaceIntChecklist
-
countChecked
public int countChecked()- Specified by:
countCheckedin interfaceIntChecklist
-
getChecked
public int[] getChecked()- Specified by:
getCheckedin interfaceIntChecklist
-
checked
- Specified by:
checkedin interfaceIntChecklist
-