Class KeyValuePair<K,V>
java.lang.Object
com.microsoft.store.partnercenter.models.utils.KeyValuePair<K,V>
public class KeyValuePair<K,V> extends Object
-
Constructor Summary
Constructors Constructor Description KeyValuePair()KeyValuePair(K key, V value) -
Method Summary
-
Constructor Details
-
KeyValuePair
public KeyValuePair() -
KeyValuePair
-
-
Method Details