java.lang.Object
tenapull.util.Var.Bool
- Enclosing class:
- Var<T>
public static class Var.Bool
extends java.lang.Object
Var which wraps a boolean primitive
-
Field Summary
Fields
Modifier and Type |
Field |
Description |
boolean |
value |
The value this Var wraps
|
-
Constructor Summary
Constructors
Constructor |
Description |
Bool() |
Instantiates a new Bool.
|
Bool(boolean initialValue) |
Instantiates a new Bool.
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
public boolean value
The value this Var wraps
-
Constructor Details
-
public Bool()
Instantiates a new Bool.
-
public Bool(boolean initialValue)
Instantiates a new Bool.
- Parameters:
initialValue
- the initial value