ToBool

public final class ToBool

An object around a boolean, which can thus be modified.

Constructors

ToBool

public ToBool()

ToBool

public ToBool(boolean value)

Creation, with initial value.

Methods

get

public boolean get()
Returns

the value.

not

public void not()

Switch the value.

set

public void set(boolean value)

Set the value.

toString

public String toString()