Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add MapInterface#values as an alias for MapInterface#toOrderedList #95

Merged
merged 4 commits into from
May 29, 2022
Merged

Feature: Add MapInterface#values as an alias for MapInterface#toOrderedList #95

merged 4 commits into from
May 29, 2022

Conversation

icanhazstring
Copy link
Contributor

This will add a values() alias to Map to further improve the API so there is a method beside keys().
This is only a forward to toOrderedList without sorting the values.

@boesing boesing added the enhancement New feature or request label Aug 17, 2021
@boesing boesing added this to the 1.0.0 milestone Aug 17, 2021
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
@boesing boesing changed the title Feature: Add values alias to Map Feature: Add MapInterface#values as an alias for MapInterface#toOrderedList May 29, 2022
@boesing boesing merged commit 2273c07 into boesing:1.0.x May 29, 2022
@boesing
Copy link
Owner

boesing commented May 29, 2022

Thanks, @icanhazstring!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants