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

ExtendedMapEntry extends Map.Entry #17175

Merged
merged 2 commits into from Aug 3, 2020

Commits on Jul 3, 2020

  1. ExtendedMapEntry extends Map.Entry

    Usability enhancement, so that when
    a user downcasts the entry in
    EntryProcessor#process(entry)
    they can use it to access Map.Entry
    methods.
    
    (cherry picked from commit 2036ee1)
    vbekiaris authored and mmedenjak committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    3ba3856 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    e96f6ac View commit details
    Browse the repository at this point in the history