Uses of Class
org.javatuples.Pair
Packages that use Pair
-
Uses of Pair in org.javatuples
Methods in org.javatuples that return PairModifier and TypeMethodDescriptionUnit.add
(X0 value0) Unit.addAt0
(X0 value0) Unit.addAt1
(X0 value0) static <X> Pair
<X, X> Pair.fromArray
(X[] array) Create tuple from array.static <X> Pair
<X, X> Pair.fromCollection
(Collection<X> collection) Create tuple from collection.static <X> Pair
<X, X> Pair.fromIterable
(Iterable<X> iterable) Create tuple from iterable.static <X> Pair
<X, X> Pair.fromIterable
(Iterable<X> iterable, int index) Create tuple from iterable, starting from the specified index.private static <X> Pair
<X, X> Pair.fromIterable
(Iterable<X> iterable, int index, boolean exactSize) Triplet.removeFrom0()
Triplet.removeFrom1()
Triplet.removeFrom2()
Pair.setAt0
(X value) Pair.setAt1
(X value) static <A,
B> Pair <A, B> Pair.with
(A value0, B value1) Methods in org.javatuples with parameters of type PairModifier and TypeMethodDescription