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

FastTreeMap forgets the comparator

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2
    • None
    • Map
    • None
    • all

    Description

      In line 359 and 582 of the current 3.2 release you should replace
      map = new TreeMap()
      with
      map = new TreeMap(map.comparator());

      Otherwise the underlaying TreeMap looses ist comparator.

      Attachments

        Activity

          People

            Unassigned Unassigned
            hergaty Thomas Louis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: