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

Method min

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

Returns the minimum element of this stream according to natural order. @return an Optional describing the minimum element, or empty if this stream is empty

()

Source from the content-addressed store, hash-verified

428 * @return an Optional describing the minimum element, or empty if this stream is empty
429 */
430 public Optional min() {
431 return compare(false);
432 }
433
434
435 /**

Callers 15

printThreadResultsMethod · 0.45
runMethod · 0.45
printThreadResultsMethod · 0.45
runMethod · 0.45
addMethod · 0.45
runHeadersTestMethod · 0.45
doTestHeaderLimitsMethod · 0.45
generateFileMethod · 0.45
getByteStringMethod · 0.45
onWritePossibleMethod · 0.45
allocateMethod · 0.45
doWriteMethod · 0.45

Calls 1

compareMethod · 0.95

Tested by 9

printThreadResultsMethod · 0.36
runMethod · 0.36
printThreadResultsMethod · 0.36
runMethod · 0.36
runHeadersTestMethod · 0.36
doTestHeaderLimitsMethod · 0.36
generateFileMethod · 0.36
getByteStringMethod · 0.36
onWritePossibleMethod · 0.36