public class JoinedTuple<K,L,R>
extends java.lang.Object
Constructor and Description |
---|
JoinedTuple(K key,
L left,
R right) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
K |
getKey() |
L |
getLeftValue() |
R |
getRightValue() |
int |
hashCode() |
static <K,L,R> JoinedTuple |
of(K key,
L left,
R right) |
java.lang.String |
toString() |
public K getKey()
public L getLeftValue()
public R getRightValue()
public static <K,L,R> JoinedTuple of(K key, L left, R right)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object