ConcurrentSkipListSet Javadoc incorrectly warns about size method complexity

XMLWordPrintable

      A DESCRIPTION OF THE PROBLEM :
      The Javadoc for ConcurrentSkipListSet warns that the size method requires traversing the elements.

      That is no longer true as of https://bugs.openjdk.org/browse/JDK-8186226 in which size was reimplemented in ConcurrentSkipListMap

      REGRESSION : Last worked in version 8


      FREQUENCY : always


            Assignee:
            Viktor Klang
            Reporter:
            Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: