Class BooleanRef
java.lang.Object
net.hl.lang.BooleanRef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()booleanvoidvoidsetBoolean(boolean booleanValue) toString()
-
Constructor Details
-
BooleanRef
public BooleanRef(boolean booleanValue)
-
-
Method Details
-
getBoolean
public boolean getBoolean() -
setBoolean
public void setBoolean(boolean booleanValue) -
get
-
set
-
toString
-