Home
last modified time | relevance | path

Searched refs:MSG_STREAM_LINKED (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
DAbstractPipeline.java76 … private static final String MSG_STREAM_LINKED = "stream has already been operated upon or closed"; field in AbstractPipeline
205 throw new IllegalStateException(MSG_STREAM_LINKED); in AbstractPipeline()
231 throw new IllegalStateException(MSG_STREAM_LINKED); in evaluate()
249 throw new IllegalStateException(MSG_STREAM_LINKED); in evaluateToArrayNode()
282 throw new IllegalStateException(MSG_STREAM_LINKED); in sourceStageSpliterator()
346 throw new IllegalStateException(MSG_STREAM_LINKED); in spliterator()