public class Triple<A,B,C> extends org.processmining.framework.util.Pair<A,B>
protected C
third
first, second
Triple(A first, B second, C third)
boolean
equals(java.lang.Object other)
C
getThird()
int
hashCode()
java.lang.String
toString()
getFirst, getSecond
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected final C third
public Triple(A first, B second, C third)
public C getThird()
public boolean equals(java.lang.Object other)
equals
org.processmining.framework.util.Pair<A,B>
public int hashCode()
hashCode
public java.lang.String toString()
toString