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

LinkedHashMap values method does not return values in order #1656

Closed
thekaratekid05 opened this issue Nov 2, 2016 · 1 comment
Closed

LinkedHashMap values method does not return values in order #1656

thekaratekid05 opened this issue Nov 2, 2016 · 1 comment

Comments

@thekaratekid05
Copy link

It was my expectation that calling LinkedHashMap.values() would return a Seq that had the same ordering as the map.

@ruslansennov
Copy link
Member

this is an obvious error

@Override
public Seq<V> values() {
    return map.values();
}

@danieldietrich danieldietrich added this to the 2.0.5 milestone Nov 2, 2016
@ruslansennov ruslansennov self-assigned this Nov 2, 2016
ruslansennov added a commit to ruslansennov/vavr that referenced this issue Nov 2, 2016
danieldietrich added a commit that referenced this issue Nov 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants