public class Pair<K,V> extends Object
boolean
equals(Object o)
K
getLeft()
V
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 K getLeft()
public V getRight()
public static <L,R> Pair<L,R> of(L left, R right)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2023. All rights reserved.