com.atlassian.jira.util
Class KeyValuePairImpl<K,V>

java.lang.Object
  extended by com.atlassian.jira.util.KeyValuePairImpl<K,V>
All Implemented Interfaces:
KeyValuePair<K,V>

public class KeyValuePairImpl<K,V>
extends Object
implements KeyValuePair<K,V>

Since:
v4.4

Constructor Summary
KeyValuePairImpl(K key, V value)
           
 
Method Summary
 K getKey()
           
 V getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValuePairImpl

public KeyValuePairImpl(K key,
                        V value)
Method Detail

getKey

public K getKey()
Specified by:
getKey in interface KeyValuePair<K,V>

getValue

public V getValue()
Specified by:
getValue in interface KeyValuePair<K,V>


Copyright © 2002-2012 Atlassian. All Rights Reserved.