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
ConstructorsConstructorDescriptionCreates a new instance with anullvalue.MutableReference(T value) Creates a new instance with the specified value. - 
Method Summary
 
- 
Constructor Details
- 
MutableReference
public MutableReference()Creates a new instance with anullvalue. - 
MutableReference
Creates a new instance with the specified value. 
 - 
 - 
Method Details