Add method keys
for EnumerableMap
#3882
Labels
good first issue
Low hanging fruit for new contributors to get involved!
keys
for EnumerableMap
#3882
🧐 Motivation
Add convenient way for retrieving all keys of
EnumerableMap
. I understand that this method will have limited usage (asEnumerableSet.values()
)📝 Details
There are possibilities to get all the keys of EnumerableMap, but they are quite inconvenient. Examles for
EnumerableMap.UintToUintMap
:or
or even loop by all keys.
I propose to add method keys with imlementation as in the example 2 above
The text was updated successfully, but these errors were encountered: