Share via


KeyValuePair<K,V> Class

  • java.lang.Object
    • com.microsoft.store.partnercenter.models.utils.KeyValuePair<K,V>

Type Parameters

K
V

public class KeyValuePair<K,V>

Constructor Summary

Constructor Description
KeyValuePair()
KeyValuePair(K key, V value)

Method Summary

Modifier and Type Method and Description
K getKey()
V getValue()

Inherited Members

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

KeyValuePair

public KeyValuePair()

KeyValuePair

public KeyValuePair(K key, V value)

Parameters:

key
value

Method Details

getKey

public K getKey()

getValue

public V getValue()

Applies to