public class Tuple<A,B> extends Object
Tuple(A first, B second)
static <A,B> Tuple<A,B>
create(A a, B b)
A
fst()
B
snd()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Tuple(A first, B second)
public static <A,B> Tuple<A,B> create(A a, B b)
public A fst()
public B snd()
public String toString()
toString
Object
Copyright © 2018. All rights reserved.