ValueUpdate<K extends Object, V> constructor
ValueUpdate<K extends Object, V> (
- K key,
- V value
Implementation
ValueUpdate(this.key, this.value);
ValueUpdate(this.key, this.value);