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