Package w.util.mutable
Interface MutableReference<T>
- All Known Subinterfaces:
MutableOptionalReference<T>
public interface MutableReference<T>
- Author:
- whilein
-
Method Summary
-
Method Details
-
get
T get() -
set
-
isNull
boolean isNull() -
isNotNull
boolean isNotNull()
-