oday
mileageValuesToYears.keys.zipWithNext().map { x -> x.second to mileageValuesToYears[x.second] } .toMap().forEach { Timber.d("Key is ${it.key} value is ${it.value}") }