public class Pair<L,R> extends Object
Pair(L left, R right)
boolean
equals(Object obj)
static <A,B> Pair<A,B>
fromEntry(Map.Entry<A,B> entry)
L
getLeft()
R
getRight()
int
hashCode()
of(A left, B right)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(L left, R right)
public static <A,B> Pair<A,B> of(A left, B right)
public static <A,B> Pair<A,B> fromEntry(Map.Entry<A,B> entry)
public L getLeft()
public R getRight()
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright © 2020. All rights reserved.