| Class | Description |
|---|---|
| Mutable<T> |
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
|
| MutableDouble |
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
|
| MutableInt |
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
|
| MutableLong |
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
|