Class KeyValuePairImpl<K,V>

java.lang.Object
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 Details

    • KeyValuePairImpl

      public KeyValuePairImpl(K key, V value)
  • Method Details