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