History log of /libcore/ojluni/src/main/java/java/util/Spliterator.java
Revision Date Author Comments
1d3a3b7676bc344c9daf25285d19f86b3b6c946a 10-Feb-2017 Przemyslaw Szczepaniak <pszczepaniak@google.com> Javadoc fixes

Ported from openjdk8u121

changeset: 11449:11a8193dfa30
user: dfuchs
date: Wed Mar 02 11:14:35 2016 +0100
summary: 8148820: Missing @since Javadoc tag in Logger.log(Level, Supplier)

changeset: 11280:b6d732a87fc5
user: psandoz
date: Wed Jan 21 09:46:24 2015 +0000
summary: 8062901: Iterators is spelled incorrectly in the Javadoc for Spliterator

changeset: 11914:7f169fa54a10
user: rpatil
date: Wed Oct 12 16:29:59 2016 +0530
summary: 8166875: (tz) Support tzdata2016g

changeset: 11022:6cd4ceeb2f05
user: igerasim
date: Tue Aug 25 19:45:07 2015 +0300
summary: 8134356: {@code} tag contains &lt; and &gt; sequences

Test: CtsLibcoreTestCases
Bug: 31028374
Change-Id: Ie48fa6d5fb6d629a624492c499a40a0ef96bde8b
8b056f0b15bc1e45da8d4c504353b05e681ac013 04-Mar-2016 Narayan Kamath <narayan@google.com> Add java.lang.Iterable.spliterator() and supporting classes.

The only android specific changes here are to HashMap - their
spliterators add Spliterator.ORDERED if the HashMap is an instance
of a LinkedHashMap.

There's some degree of duplication between the test code used to
exercise primitive arrays (Arrays / Spliterators provide similar
APIs). These differences are quite hard to consolidate, since the
Arrays version declares that their Spliterators are ORDERED but
the Spliterator version doesn't. The latter also allows us to declare
additional Spliterator characteristics.

bug: 27426688
Change-Id: I191a9319d4af7e22834f2d91f73634a227b36bc2
4c89023ef86f29fa9add7db2574f2169fe842577 04-Mar-2016 Narayan Kamath <narayan@google.com> Add java.lang.Iterable.spliterator() and supporting classes.

The only android specific changes here are to HashMap - their
spliterators add Spliterator.ORDERED if the HashMap is an instance
of a LinkedHashMap.

There's some degree of duplication between the test code used to
exercise primitive arrays (Arrays / Spliterators provide similar
APIs). These differences are quite hard to consolidate, since the
Arrays version declares that their Spliterators are ORDERED but
the Spliterator version doesn't. The latter also allows us to declare
additional Spliterator characteristics.

(cherry-picked from commit ed21aa3a8dcd34eca6f0317eeb683e7afdc825b9)

bug: 27426688
Change-Id: I191a9319d4af7e22834f2d91f73634a227b36bc2