|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTask.Support.CoreSupport.BitRegister
public class BitRegister
BitRegister is a boolean that can be made final AND still modified. Great for anonymous in-line inner class declarations.
| Constructor Summary | |
|---|---|
BitRegister(boolean initValue)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
boolean |
isNotSet()
|
boolean |
isSet()
|
void |
set()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BitRegister(boolean initValue)
| Method Detail |
|---|
public void set()
public boolean isSet()
public boolean isNotSet()
public void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||