Details

    • Sub-task
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 4.0
    • 4.0-alpha1, 4.0
    • None
    • None

    Description

      Since jdk 1.5, a new interface Queue is available which is basically identical to the Buffer interface of CC.

      Some of our implementations already have a counterpart in the jdk:

      • BoundedFifoBuffer -> LinkedBlockingQueue or ArrayBlockingQueue
      • UnboundedFifoBuffer -> LinkedList or ArrayDeque
      • PriorityBuffer -> PriorityQueue

      Thus the Buffer queue shall be replaced by the existing Queue, unneeded implementations be removed and the rest adapted.

      Attachments

        1. commons.patch
          256 kB
          Christian Gruenberg

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tn Thomas Neidhart
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: