|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mchange.util.impl.HashIntChecklist
public class HashIntChecklist
| 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 |
|---|
public HashIntChecklist()
| Method Detail |
|---|
public void check(int num)
check in interface IntChecklistpublic void uncheck(int num)
uncheck in interface IntChecklistpublic boolean isChecked(int num)
isChecked in interface IntChecklistpublic void clear()
clear in interface IntChecklistpublic int countChecked()
countChecked in interface IntChecklistpublic int[] getChecked()
getChecked in interface IntChecklistpublic IntEnumeration checked()
checked in interface IntChecklist
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||