Package org.cyclos.utils
Class MutableObject<T>
- java.lang.Object
-
- org.cyclos.utils.MutableObject<T>
-
-
Constructor Summary
Constructors Constructor Description MutableObject()MutableObject(T value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> MutableObject<T>empty()booleanequals(Object obj)Tget()inthashCode()booleanisPresent()voidset(T value)StringtoString()
-
-
-
Constructor Detail
-
MutableObject
public MutableObject()
-
MutableObject
public MutableObject(T value)
-
-
Method Detail
-
empty
public static <T> MutableObject<T> empty()
-
isPresent
public boolean isPresent()
-
set
public void set(T value)
-
-