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 classKeyValue<A,B>A tuple of two elements, with positions 0 and 1 renamed as "key" and "value", respectively.classLabelValue<A,B>A tuple of two elements, with positions 0 and 1 renamed as "label" and "value", respectively.
-