class KeyValuePair { K key; V value; KeyValuePair(this.key, this.value); }