com.mchange.util.impl
Class HashIntChecklist
java.lang.Object
com.mchange.util.impl.HashIntChecklist
- All Implemented Interfaces:
- IntChecklist
public class HashIntChecklist
- extends Object
- implements IntChecklist
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashIntChecklist
public HashIntChecklist()
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