public class KeyValue<K extends Serializable,V extends Serializable> extends Object implements Serializable
KeyValue()
KeyValue(K key, V value)
K
getKey()
V
getValue()
KeyValue<K,V>
setKey(K key)
setValue(V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public KeyValue()
public KeyValue(K key, V value)
public K getKey()
public KeyValue<K,V> setKey(K key)
public V getValue()
public KeyValue<K,V> setValue(V value)
Copyright © 2024. All rights reserved.