Class MutableValue
-
- All Implemented Interfaces:
public final class MutableValue<T extends Object>Mutable value that tracks if it was modified.
-
-
Constructor Summary
Constructors Constructor Description MutableValue(T initialValue)
-
Method Summary
-
-
Constructor Detail
-
MutableValue
MutableValue(T initialValue)
-
-
-
-