public class KeyValueBean<K,V> extends DoubleValueBean<K,V> implements Serializable
KeyValueBean()
KeyValueBean(K v1, V v2)
K
getKey()
V
getValue()
void
setKey(K key)
setValue(V value)
getValue1, getValue2, setValue1, setValue2, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public KeyValueBean()
public KeyValueBean(K v1, V v2)
public K getKey()
public V getValue()
public void setKey(K key)
public void setValue(V value)
Copyright © 2014. All Rights Reserved.