public class Tuple<A,B> extends Object
Tuple(A first, B last)
boolean
equals(Object o)
A
getFirst()
B
getLast()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Tuple(A first, B last)
public A getFirst()
public B getLast()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2017 Atlassian. All rights reserved.