Pair<K> constructor

Pair<K>(
  1. K key,
  2. double freq
)

Implementation

Pair(this.key, this.freq);