K
V
public class Pair<K,V> extends Object implements Serializable
Pair(K k, V v)
boolean
equals(Object o)
getKey()
getValue()
int
hashCode()
void
setKey(K k)
setValue(V v)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(K k, V v)
public K getKey()
public void setKey(K k)
public V getValue()
public void setValue(V v)
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2019. All rights reserved.