Join Slack
Powered by
You can, if using a `Map` that cares about the ins...
# getting-started
m
mannodermaus
08/10/2017, 10:50 AM
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
2
Views
Open in Slack
Previous
Next