| Interface | Description |
|---|---|
| MutableBoolean.BooleanFunction | |
| MutableByte.ByteFunction | |
| MutableChar.CharFunction | |
| MutableFloat.FloatFunction | |
| MutableShort.ShortFunction |
| 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.
|
| MutableBoolean |
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
|
| MutableByte |
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
|
| MutableChar |
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.
|
| MutableFloat |
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.
|
| MutableShort |
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
|