Uses of Interface
org.javatuples.valueintf.IValueValue
-
Packages that use IValueValue Package Description org.javatuples -
-
Uses of IValueValue in org.javatuples
Classes in org.javatuples that implement IValueValue Modifier and Type Class Description class
KeyValue<A,B>
A tuple of two elements, with positions 0 and 1 renamed as "key" and "value", respectively.class
LabelValue<A,B>
A tuple of two elements, with positions 0 and 1 renamed as "label" and "value", respectively.
-