Class MutableHolder<O>
java.lang.Object
org.newsclub.net.unix.pool.MutableHolder<O>
- Type Parameters:
O- The object type.
-
Constructor Summary
ConstructorsConstructorDescriptionMutableHolder(@Nullable O obj) Creates a newMutableHolderobject, holding the given object. -
Method Summary
-
Constructor Details
-
MutableHolder
Creates a newMutableHolderobject, holding the given object.- Parameters:
obj- The object to hold, ornull.
-
-
Method Details
-
get
-
set
-