Uploaded image for project: 'Commons Collections'
  1. Commons Collections
  2. COLLECTIONS-92

MultiHashMap.values() isn't backed by Map

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None
    • Operating System: All
      Platform: All

    • 9573

    Description

      The values() collection of MultiHashMap isn't backed by the map; changes to the
      map are not reflected in a values() collection, and changes to the values()
      collection are not reflected in the map.

      Though MultiHashMap deliberately violates the Map contract in other ways, there
      seems to be no legimate reason for it to violate the values() contract; since
      values() can be implemented according to contract, it probably should be.

      Attachments

        Activity

          People

            Unassigned Unassigned
            pjack@sfaf.org Paul Jack
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: