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

MultiMap should return entries in addition order #2688

Closed
vietj opened this issue Oct 27, 2018 · 0 comments
Closed

MultiMap should return entries in addition order #2688

vietj opened this issue Oct 27, 2018 · 0 comments
Assignees
Milestone

Comments

@vietj
Copy link
Member

vietj commented Oct 27, 2018

MultiMap mm = ...
mm.add("h", "v1");
mm.add("h", "v2");
mm.add("h", "v3");

// Returns v3 but should return v1
String s = mm.get("h");
@vietj vietj added this to the 3.6.0 milestone Oct 27, 2018
@vietj vietj self-assigned this Oct 27, 2018
@vietj vietj closed this as completed in ce17d50 Oct 27, 2018
@tsegismont tsegismont changed the title MultiMap should get should return entries added in order MultiMap should return entries in addition order Dec 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant