Package com.hazelcast.jet.accumulator
Class MutableReference<T>
java.lang.Object
com.hazelcast.jet.accumulator.MutableReference<T>
- Type Parameters:
T
- referenced object type
Mutable container of an object reference.
- Since:
- Jet 3.0
-
Constructor Summary
ConstructorDescriptionCreates a new instance with anull
value.MutableReference
(T value) Creates a new instance with the specified value. -
Method Summary
-
Constructor Details
-
MutableReference
public MutableReference()Creates a new instance with anull
value. -
MutableReference
Creates a new instance with the specified value.
-
-
Method Details