public final class KeyValue<K,V> extends Object implements Serializable
KeyValue(K key, V value)
K
getKey()
V
getValue()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public KeyValue(K key, V value)
public K getKey()
public V getValue()
public String toString()
toString
Object
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.