RFR 8169808 Stream returning methods should specify if they are late binding

Martin Buchholz martinrb at google.com
Wed Nov 23 01:33:02 UTC 2016


PriorityBlockingQueue has a late-binding-style, snapshot spliterator that
does not report IMMUTABLE.  It *is* immutable ... after the first access!
Should we add IMMUTABLE?


More information about the core-libs-dev mailing list