public class Pair<L,R> extends Object implements Serializable
boolean
equals(Object o)
L
getLeft()
R
getRight()
int
hashCode()
static <L,R> Pair<L,R>
of(L left, R right)
void
setLeft(L left)
setRight(R right)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public static <L,R> Pair<L,R> of(L left, R right)
public L getLeft()
public void setLeft(L left)
public R getRight()
public void setRight(R right)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2016–2017 Nuage Networks. All rights reserved.