public final class KeyValuePair<K,V> extends Object implements Serializable
KeyValuePair(K key, V value)
boolean
equals(Object object)
int
hashCode()
K
key()
String
toString()
V
value()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public KeyValuePair(@Nonnull K key, V value)
@Nonnull public K key()
public V value()
public boolean equals(Object object)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2024. All rights reserved.