public class Tup2<L,R>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <L,R> Tup2<L,R> |
create(L left,
R right) |
boolean |
equals(java.lang.Object o) |
L |
getLeft() |
R |
getRight() |
int |
hashCode() |
public static <L,R> Tup2<L,R> create(L left, R right)
public L getLeft()
public R getRight()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2015. All Rights Reserved.