-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: core-libs
-
None
-
b22
Given a Spliterator returned following stream pipeline:
s.sorted().unordered().spliterator()
it reports SORTED but not ORDERED which does not conform to the the specification of Spliterator.SORTED:
* <p>A Spliterator that reports {@code SORTED} must also report
* {@code ORDERED}.
s.sorted().unordered().spliterator()
it reports SORTED but not ORDERED which does not conform to the the specification of Spliterator.SORTED:
* <p>A Spliterator that reports {@code SORTED} must also report
* {@code ORDERED}.