public class Triple<T1,T2,T3> extends Object
T1
first
T2
second
T3
third
Triple(T1 first, T2 second, T3 third)
boolean
equals(Object o)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public T1 first
public T2 second
public T3 third
public Triple(T1 first, T2 second, T3 third)
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object o)
equals
Copyright © 2016 The Apache Software Foundation. All rights reserved.