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