public class Triple<S,T,U> extends Object
Triple(S first, T second, U third)
boolean
equals(Object obj)
S
first()
int
hashCode()
T
second()
U
third()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Triple(S first, T second, U third)
public S first()
public T second()
public U third()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2017 Oracle. All rights reserved.