JDK-8008670 : Initial java.util.stream putback -- internal API classes
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.util.stream
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-02-21
  • Updated: 2013-07-22
  • Resolved: 2013-04-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8 b89Fixed
Related Reports
Blocks :  
Blocks :  
Relates :  
Description
The following classes can be put back as a group after the dependency on Optional*, new methods on Map, and Spliterators are satisfied:

AbstractTask, AbstractShortCircuitTask
{Match,Find,ForEach}Ops
TerminalOp
StreamShape
Node
PipelineHelper
Sink,TerminalSink
StreamOpFlag
Tripwire

None of these classes is public, so no CCC is needed.
Comments
Tests will be integrated in JDK-8012664
26-04-2013