public class Pair<T1,T2> extends Tuple2<T1,T2>
Tuple2
protected
Pair(T1 _1, T2 _2)
static <T1,T2> Pair<T1,T2>
apply(T1 _1, T2 _2)
static <T1,T2> Option<Tuple2<T1,T2>>
unapply(Tuple2<T1,T2> tuple)
_1, _2, getFirst, getSecond, swap, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected Pair(T1 _1, T2 _2)
public static <T1,T2> Pair<T1,T2> apply(T1 _1, T2 _2)
public static <T1,T2> Option<Tuple2<T1,T2>> unapply(Tuple2<T1,T2> tuple)
Copyright © 2015. All rights reserved.