public class Pair<K,V> extends Object implements Serializable
Pair(K key, V value)
boolean
equals(Object o)
K
getKey()
V
getValue()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(K key, V value)
public K getKey()
public V getValue()
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2025. All rights reserved.