Uses of Class
org.jlab.coda.emu.support.data.tuple.Pair
Packages that use Pair
-
Uses of Pair in org.jlab.coda.emu.support.data.tuple
Methods in org.jlab.coda.emu.support.data.tuple that return PairModifier and TypeMethodDescriptionstatic <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.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)