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)
======================================================================
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)
======================================================================
- relates to
-
JDK-6322836 provide SequenceInputStream(List) constructor
-
- Open
-