public class Tuple4<A,B,C,D> extends Tuple
Tuple4(A one, B two, C three, D four)
boolean
equals(Object obj)
D
getFour()
A
getOne()
C
getThree()
B
getTwo()
int
hashCode()
String
toString()
createTuple
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Tuple4(A one, B two, C three, D four)
public A getOne()
public B getTwo()
public C getThree()
public D getFour()
public String toString()
toString
Object
public boolean equals(Object obj)
equals
public int hashCode()
hashCode
Copyright © 2015. All Rights Reserved.