public class Pair<L,R> extends Object
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)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(L left, R right)
public L getLeft()
public R getRight()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
public static <L,R> Pair<L,R> of(L left, R right)
Copyright © 2018. All rights reserved.