> The pattern > map.containsKey(k) ? map.get() : othervAlue > (walks on tree twice) > > repeats itself so many times, as in Mappers: Note that this is an idiom that only works in the sequential case anyway. In concurrent maps, this is a race.