|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmaspack.util.BooleanHolder
public class BooleanHolder
Wrapper class which ``holds'' a boolean value, enabling methods to return boolean values through arguments.
Field Summary | |
---|---|
boolean |
value
Value of the boolean, set and examined by the application as needed. |
Constructor Summary | |
---|---|
BooleanHolder()
Constructs a new BooleanHolder with an initial value of
false . |
|
BooleanHolder(boolean b)
Constructs a new BooleanHolder with a specific initial
value. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean value
Constructor Detail |
---|
public BooleanHolder()
BooleanHolder
with an initial value of
false
.
public BooleanHolder(boolean b)
BooleanHolder
with a specific initial
value.
b
- Initial boolean value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |