- All Implemented Interfaces:
Value<T>
public final class ConstantValue<T>
extends Object
implements Value<T>
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
ConstantValue
public ConstantValue(T value)
-