Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6324846

(coll) Add Deque.descendingIterator()

XMLWordPrintable

    • b55
    • generic
    • generic
    • Verified

      A Deque is a DOUBLE-ended queue, and as such,
      users will expect no directional "bias" while accessing the collection.
      For example, elements can be removed sequentially from either end of the collection.
      However, this is not true of the iterator. Only a forward iterator is provided.
      This was a design oversight. Early adopters of the new Deque classes are
      surprised at the missing reverse iteration capability.

            martin Martin Buchholz
            martin Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: