You can, if using a `Map` that cares about the ins...
# getting-started
m
You can, if using a
Map
that cares about the insertion order of entries.
LinkedHashMap
does, so make sure you use that, then grab its
keySet()
and obtain the key from there