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