K
V
public class KV<K,V> extends Object
KV()
KV(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 KV()
public KV(K key, V value)
public K getKey()
public void setKey(K key)
public V getValue()
public void setValue(V value)
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2015 JessMA Open Source. All rights reserved.