public class KeyValuePairImpl<K,V> extends Object implements KeyValuePair<K,V>
KeyValuePairImpl(K key, V value)
K
getKey()
V
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public KeyValuePairImpl(K key, V value)
public K getKey()
getKey
KeyValuePair<K,V>
public V getValue()
getValue
Copyright © 2002-2018 Atlassian. All Rights Reserved.