public final class Pair<L,R> extends Object
Pair()
Pair(L left, R right)
boolean
equals(Object obj)
L
getLeft()
R
getRight()
int
hashCode()
static <L,R> Pair<L,R>
of(L left, R right)
void
setLeft(L left)
setRight(R right)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(L left, R right)
public Pair()
public L getLeft()
public void setLeft(L left)
public R getRight()
public void setRight(R right)
public static <L,R> Pair<L,R> of(L left, R right)
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2020. All rights reserved.