org.sfm.tuples
public class Tuple3<T1,T2,T3> extends Tuple2<T1,T2>
Tuple3(T1 element0, T2 element1, T3 element2)
boolean
equals(Object o)
T3
getElement2()
int
hashCode()
third()
String
toString()
<T4> Tuple4<T1,T2,T3,T4>
tuple4(T4 element3)
first, getElement0, getElement1, second, tuple3
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Tuple3(T1 element0, T2 element1, T3 element2)
public final T3 getElement2()
public final T3 third()
public boolean equals(Object o)
equals
Tuple2<T1,T2>
public int hashCode()
hashCode
public String toString()
toString
public <T4> Tuple4<T1,T2,T3,T4> tuple4(T4 element3)
Copyright © 2015. All rights reserved.