@Immutable
public abstract class LabeledValue<T>
extends Object
-
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
-
LabeledValue
public LabeledValue()
-
Method Details
-
-
name
@Parameter
public abstract String name()
-
value
@Parameter
public abstract T value()