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

Method max

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

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

()

Source from the content-addressed store, hash-verified

407 * @return an Optional describing the maximum element, or empty if this stream is empty
408 */
409 public Optional max() {
410 return compare(true);
411 }
412
413
414 /**

Callers 15

runMethod · 0.45
printThreadResultsMethod · 0.45
runMethod · 0.45
printThreadResultsMethod · 0.45
runMethod · 0.45
borrowConnectionMethod · 0.45
addMethod · 0.45
realReadBytesMethod · 0.45
invokeMethod · 0.45
messageReceivedMethod · 0.45
messageReceivedMethod · 0.45
resetResponseBufferMethod · 0.45

Calls 1

compareMethod · 0.95

Tested by 10

runMethod · 0.36
printThreadResultsMethod · 0.36
runMethod · 0.36
printThreadResultsMethod · 0.36
runMethod · 0.36
realReadBytesMethod · 0.36
invokeMethod · 0.36
messageReceivedMethod · 0.36
messageReceivedMethod · 0.36
resetResponseBufferMethod · 0.36