Package ru.ispras.fortress.util
Class ValueConst<T>
- java.lang.Object
-
- ru.ispras.fortress.util.ValueConst<T>
-
- Type Parameters:
T
- Value type.
- All Implemented Interfaces:
Value<T>
public final class ValueConst<T> extends java.lang.Object implements Value<T>
TheValueConst
class holds a constant value of the specified type.
-
-
Constructor Summary
Constructors Constructor Description ValueConst(T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
value()
-