BooleanHolderpublic final class BooleanHolder extends Object implements Holder
Fields Summary |
---|
public boolean | valueThe boolean contained by this holder. |
Constructors Summary |
---|
public BooleanHolder()Make a new BooleanHolder with a null value.
| public BooleanHolder(boolean value)Make a new BooleanHolder with value as
the value.
this.value = value;
|
|