|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutil.SettableBoolean
public class SettableBoolean
Suckers set Booleans final.
| Field Summary | |
|---|---|
private boolean |
bol
|
| Constructor Summary | |
|---|---|
SettableBoolean(boolean v)
|
|
SettableBoolean(String s)
|
|
| Method Summary | |
|---|---|
boolean |
booleanValue()
|
int |
hashCode()
|
void |
setValue(boolean to)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private boolean bol
| Constructor Detail |
|---|
public SettableBoolean(boolean v)
public SettableBoolean(String s)
| Method Detail |
|---|
public boolean booleanValue()
public void setValue(boolean to)
public int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||