Searched defs:MSG_STREAM_LINKED (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
H A DAbstractPipeline.java75 private static final String MSG_STREAM_LINKED = "stream has already been operated upon or closed"; field in class:AbstractPipeline
204 throw new IllegalStateException(MSG_STREAM_LINKED);
230 throw new IllegalStateException(MSG_STREAM_LINKED);
247 throw new IllegalStateException(MSG_STREAM_LINKED);
280 throw new IllegalStateException(MSG_STREAM_LINKED);
344 throw new IllegalStateException(MSG_STREAM_LINKED);

Completed in 100 milliseconds