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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkedListIntChecklistImpl
public LinkedListIntChecklistImpl()
check
public void check(int num)
- Specified by:
check in interface IntChecklist
uncheck
public void uncheck(int num)
- Specified by:
uncheck in interface IntChecklist
isChecked
public boolean isChecked(int num)
- Specified by:
isChecked in interface IntChecklist
clear
public void clear()
- Specified by:
clear in interface IntChecklist
countChecked
public int countChecked()
- Specified by:
countChecked in interface IntChecklist
getChecked
public int[] getChecked()
- Specified by:
getChecked in interface IntChecklist
checked
public IntEnumeration checked()
- Specified by:
checked in interface IntChecklist