Skip to content

KeyValuePair

This is a structiure holding pairs of keys and values

Fields

Field Description
String key The associated key
String value The associated value

Constructors

Constructor Description
KeyValuePair(String key, String value) Create an KeyValuePair with key key and value value