JMapEntry<K, V> constructor
JMapEntry<K, V> (
- K key,
- V value
Creates an entry with key and value.
Implementation
JMapEntry(this.key, this.value);
Creates an entry with key and value.
JMapEntry(this.key, this.value);