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