Uses of Interface
org.javatuples.valueintf.IValueKey
-
Packages that use IValueKey Package Description org.javatuples -
-
Uses of IValueKey in org.javatuples
Classes in org.javatuples that implement IValueKey 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.
-