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