addEntry method
Inserts or replaces the value
in the DftMap.
Implementation
void addEntry(DftMapEntry value) => this[value.term] = value.dFt;
Inserts or replaces the value
in the DftMap.
void addEntry(DftMapEntry value) => this[value.term] = value.dFt;