com.atlassian.jira.util
Interface KeyValuePair<K,V>

All Known Implementing Classes:
KeyValuePairImpl

public interface KeyValuePair<K,V>

Represents a Key-Value Pair

Since:
v4.4

Method Summary
 K getKey()
           
 V getValue()
           
 

Method Detail

getKey

K getKey()

getValue

V getValue()


Copyright © 2002-2014 Atlassian. All Rights Reserved.