T - Type to wrap in MutableObjectpublic final class MutableObject<T>
extends java.lang.Object
Such helper type(s) exists in Apache Commons and many other libraries, but definitely not worth taking library dependency for such small functionality
| Constructor and Description |
|---|
MutableObject(T value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
T |
getValue() |
int |
hashCode() |
void |
setValue(T value) |
public MutableObject(T value)