Package org.javatuples.valueintf
Interface IValueValue<X>
-
- All Known Implementing Classes:
KeyValue
,LabelValue
public interface IValueValue<X>
Marker interface for tuples with a "value" value.
- Since:
- 1.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description X
getValue()
-
-
-
Method Detail
-
getValue
X getValue()
-
-