public class Tuple2<A,B> extends Object
boolean
equals(Object o)
int
hashCode()
static <A,B> Tuple2<A,B>
of(A v1, B v2)
A
v1()
B
v2()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public static <A,B> Tuple2<A,B> of(A v1, B v2)
public A v1()
public B v2()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2015. All rights reserved.