public class Pair<K,V> extends Object
protected boolean
canEqual(Object other)
boolean
equals(Object o)
K
getKey()
V
getValue()
int
hashCode()
static <K,V> Pair<K,V>
of(K key, V value)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public static <K,V> Pair<K,V> of(K key, V value)
public K getKey()
public V getValue()
public boolean equals(Object o)
equals
Object
protected boolean canEqual(Object other)
public int hashCode()
hashCode
Copyright © 2021. All rights reserved.