public class Triple<L,M,R> extends Object
L
left
M
mid
R
right
Triple(L left, M mid, R right)
boolean
equals(Object obj)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public L left
public M mid
public R right
public Triple(L left, M mid, R right)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2017. All rights reserved.