public class Tuple2<A,B> extends Object implements Tuple
Tuple2(A _1, B _2)
A
_1()
B
_2()
boolean
equals(Object o)
int
hashCode()
productArity()
String
toString()
static <A,B> Tuple2<A,B>
tuple2(A left, B right)
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Tuple2(A _1, B _2)
public static <A,B> Tuple2<A,B> tuple2(A left, B right)
public A _1()
public B _2()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
public int productArity()
productArity
Tuple
Copyright © 2015. All rights reserved.