public class Triple<T1,T2,T3> extends Object
Triple(T1 first, T2 second, T3 third)
boolean
equals(Object o)
T1
getFirst()
T2
getSecond()
T3
getThird()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Triple(T1 first, T2 second, T3 third)
public T1 getFirst()
public T2 getSecond()
public T3 getThird()
public int hashCode()
hashCode
Object
public boolean equals(Object o)
equals
public String toString()
toString
Copyright © 2024 Soot OSS. All rights reserved.