MCPcopy Index your code
hub / github.com/apache/tomcat / substream

Method substream

java/org/apache/el/stream/Stream.java:300–302  ·  view source on GitHub ↗

Returns a stream consisting of the elements of this stream from the specified start position to the end. @param start the start position (inclusive) @return the new substream

(final Number start)

Source from the content-addressed store, hash-verified

298 * @return the new substream
299 */
300 public Stream substream(final Number start) {
301 return substream(start, Integer.valueOf(Integer.MAX_VALUE));
302 }
303
304 /**
305 * Returns a stream consisting of the elements of this stream from the

Callers 1

limitMethod · 0.95

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected