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