K
V
public class Pair<K,V> extends Object
Pair()
Pair(K key, V value)
boolean
equals(Object obj)
getKey()
getValue()
int
hashCode()
void
setKey(K key)
setValue(V value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(K key, V value)
key
value
public Pair()
public K getKey()
public void setKey(K key)
public V getValue()
public void setValue(V value)
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.