public class Tuple<L,R> extends Object
L
lefty
R
righty
Tuple(L lefty, R righty)
boolean
equals(Object obj)
getLefty()
getRighty()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public L lefty
public R righty
public Tuple(L lefty, R righty)
public L getLefty()
public R getRighty()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.