Package com.mchange.util.impl
Class LinkedListIntChecklistImpl
- java.lang.Object
-
- com.mchange.util.impl.LinkedListIntChecklistImpl
-
- All Implemented Interfaces:
IntChecklist
public class LinkedListIntChecklistImpl extends java.lang.Object implements IntChecklist
-
-
Constructor Summary
Constructors Constructor Description LinkedListIntChecklistImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck(int num)IntEnumerationchecked()voidclear()intcountChecked()int[]getChecked()booleanisChecked(int num)voiduncheck(int num)
-
-
-
Method Detail
-
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
public IntEnumeration checked()
- Specified by:
checkedin interfaceIntChecklist
-
-