Class MutableReference<T>
- java.lang.Object
-
- de.hshannover.dqgui.core.concurrency.MutableReference<T>
-
public class MutableReference<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MutableReference()
MutableReference(T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<T>
get()
void
set(T value)
-