Andrew Gazelka
01/11/2019, 3:52 PMInterpolationMap
(interpolates numbers put in) and an EvenInterpolationMap
(which also puts in (-key,value)), does it make sense for EIM
to extend IM
? If so, then how would I handle having non-final methods in the constructor? The current signature is constructor(baseMap: Map<Double,Double>){putAll(baseMap)}