Uses of Class
org.javatuples.KeyValue
Packages that use KeyValue
-
Uses of KeyValue in org.javatuples
Methods in org.javatuples that return KeyValueModifier and TypeMethodDescriptionstatic <X> KeyValue
<X, X> KeyValue.fromArray
(X[] array) Create tuple from array.static <X> KeyValue
<X, X> KeyValue.fromCollection
(Collection<X> collection) static <X> KeyValue
<X, X> KeyValue.fromIterable
(Iterable<X> iterable) static <X> KeyValue
<X, X> KeyValue.fromIterable
(Iterable<X> iterable, int index) private static <X> KeyValue
<X, X> KeyValue.fromIterable
(Iterable<X> iterable, int index, boolean exactSize) KeyValue.setKey
(X key) KeyValue.setValue
(Y value) static <A,
B> KeyValue <A, B> KeyValue.with
(A key, B value)