RFR JDK-8012645(2nd round): Stream methods on BitSet, Random, ThreadLocalRandom, ZipFile (original) (raw)
Henry Jen henry.jen at oracle.com
Mon Apr 29 22:17:54 PDT 2013
- Previous message: hg: lambda/lambda/jdk: test case for IllegalStateException
- Next message: RFR JDK-8012645(2nd round): Stream methods on BitSet, Random, ThreadLocalRandom, ZipFile
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
Adapt feedback from the first round, updated webrev and specdiff can be found at:
http://cr.openjdk.java.net/~henryjen/ccc/8012645.1/webrev http://cr.openjdk.java.net/~henryjen/ccc/8012645.1/specdiff
Summary of change,
- Javadoc change for ZipFile::stream
- A inner class implements Enumeration and Iterator for ZipEntry/JarEntry, and the stream is now not order-significant.
- Added test case for close ZipFile and JarFile to throw IllegalStateException.
Cheers, Henry
- Previous message: hg: lambda/lambda/jdk: test case for IllegalStateException
- Next message: RFR JDK-8012645(2nd round): Stream methods on BitSet, Random, ThreadLocalRandom, ZipFile
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]