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

SequenceInputStream(ListIterator) constructor to enforce ordering

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Not an Issue
    • Icon: P5 P5
    • None
    • 1.2.0
    • core-libs
    • generic
    • generic

      Name: diC59631 Date: 10/21/98


      SequenceInputStream has a constructor
      that takes an Enumeration as argument
      this should be deprecated and replaced
      by a ListIterator argument
      rationale: ordering is not part of the
      Enumeration contract (you just get ALL the elements)
      but it is part of the ListIterator semantics
      since ordering is important for SequenceStreams
      the argument should be a ListIterator.

      this specs. snag brought to me by
      Jean-Louis DEWEZ (<###@###.###>)
      (Review ID: 40923)
      ======================================================================

            smarks Stuart Marks
            dindrigo Daniel Indrigo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: