public final class Tuple3<A,B,C> extends Object
A
a
B
b
C
c
Tuple3(A a, B b, C c)
boolean
equals(Object o)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final A a
public final B b
public final C c
public Tuple3(A a, B b, C c)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2013. All rights reserved.