FIRST
SECOND
THIRD
public class Triple<FIRST,SECOND,THIRD> extends Pair<FIRST,SECOND>
third
first, second
Triple(FIRST f, SECOND s, THIRD t)
boolean
equals(Object o)
int
hashCode()
third()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public THIRD third
public Triple(FIRST f, SECOND s, THIRD t)
public THIRD third()
public int hashCode()
hashCode
Pair<FIRST,SECOND>
public boolean equals(Object o)
equals
public String toString()
toString
Copyright © 2016. All rights reserved.