Search
KeyValuePair(K, V) Constructor
See Also
 






Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public KeyValuePair (
    K key,
    V value
)

 Parameters

key

value

 See Also