What is the expected contract of such function? Do...
# getting-started
i
What is the expected contract of such function? Does it return
V
and throws exception when a key is not in the map, or returns
V?
with null indicating key not found?