public class Triple<S,T,U> extends Object
Triple(S first, T second, U third)
boolean
equals(Object obj)
S
getFirst()
T
getSecond()
U
getThird()
int
hashCode()
static <S,T,U> Triple<S,T,U>
makeTriple(S s, T t, U u)
void
setFirst(S first)
setSecond(T second)
setThird(U third)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Triple(S first, T second, U third)
public S getFirst()
public void setFirst(S first)
public T getSecond()
public void setSecond(T second)
public U getThird()
public void setThird(U third)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
public static <S,T,U> Triple<S,T,U> makeTriple(S s, T t, U u)
Copyright © 2014. All Rights Reserved.