Package de.hsh.graja.util
Class MutableBoolean
java.lang.Object
de.hsh.graja.util.MutableBoolean
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MutableBoolean
public MutableBoolean() -
MutableBoolean
public MutableBoolean(boolean b)
-
-
Method Details
-
setValue
public void setValue(boolean b) -
getValue
public boolean getValue() -
add
public boolean add(boolean b) -
mult
public boolean mult(boolean b)
-