History log of /libcore/ojluni/src/main/java/java/util/stream/LongStream.java
Revision Date Author Comments
32e55399571b9a18a3996a7ad330f6dd7cf92417 05-Apr-2016 Przemyslaw Szczepaniak <pszczepaniak@google.com> Fix LongStream#range for range > Long.MAX_VALUE

Updated LongStream#range split point calculation to use BigInteger, this
fixes range calculation for range > Long.MAX_VALUE and fixes
OJ stream testLongLongRange[Closed]

Bug: 28000164
Change-Id: Ib48ad86ae867ca886e95b39afc3c4905756982c3
ff18b5f136f92154f2e05217e3953d10f459e561 16-Mar-2016 Igor Murashkin <iam@google.com> Add openJdk8 java.util.stream package

Based on openJdk 8u60 source & iam@ stream prototype in
ag/872080

Uncommented all code that was waiting for java.util.stream
to show up

Differences from original sources:
- Removed unsignedDivision usage from LongStream, it's not currently
supported and we don't expect that large workloads on mobile devices.
- Removed java.nio.file references.
- Removed (yet) not implemented stream-related methods from
other packages listed in package-info.java.

Bug: 27692239
Change-Id: Ie24e60e8248367b576ef91046837ccde152de373
(cherry picked from commit d0a2645e29a9b84d7e5ec822eb9904e93bd6c013)