public class Triple<F,S,T> extends Pair<F,S>
Triple(F first, S second, T third)
boolean
equals(Object o)
T
getThird()
int
hashCode()
void
setThird(T third)
getFirst, getSecond, setFirst, setSecond
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Triple(F first, S second, T third)
public T getThird()
public void setThird(T third)
public boolean equals(Object o)
equals
Pair<F,S>
public int hashCode()
hashCode
Copyright © 2022. All rights reserved.