Class VariableHolder<T>
java.lang.Object
es.uvigo.esei.sing.textproc.step.util.VariableHolder<T>
- Type Parameters:
T
- The type of the variable to hold.
public final class VariableHolder<T> extends java.lang.Object
Utility class whose only purpose is to provide a final reference to an
object, even if the wrapped object itself changes. The reference can be
null
.- Author:
- Alejandro González García
-
Constructor Summary
Constructors Constructor Description VariableHolder()
-
Method Summary
-
Constructor Details
-
VariableHolder
public VariableHolder()
-