com.mchange.util.impl
Class HashIntChecklist

java.lang.Object
  extended by com.mchange.util.impl.HashIntChecklist
All Implemented Interfaces:
IntChecklist

public class HashIntChecklist
extends Object
implements IntChecklist


Constructor Summary
HashIntChecklist()
           
 
Method Summary
 void check(int num)
           
 IntEnumeration checked()
           
 void clear()
           
 int countChecked()
           
 int[] getChecked()
           
 boolean isChecked(int num)
           
 void uncheck(int num)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashIntChecklist

public HashIntChecklist()
Method Detail

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