Package com.mchange.util.impl
Class HashIntChecklist
- java.lang.Object
-
- com.mchange.util.impl.HashIntChecklist
-
- All Implemented Interfaces:
IntChecklist
public class HashIntChecklist extends java.lang.Object implements IntChecklist
-
-
Constructor Summary
Constructors Constructor Description HashIntChecklist()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
check(int num)
IntEnumeration
checked()
void
clear()
int
countChecked()
int[]
getChecked()
boolean
isChecked(int num)
void
uncheck(int num)
-
-
-
Method Detail
-
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
public IntEnumeration checked()
- Specified by:
checked
in interfaceIntChecklist
-
-