MCPcopy Create free account
hub / github.com/apache/commons-lang / getMaximum

Method getMaximum

src/main/java/org/apache/commons/lang3/Range.java:376–378  ·  view source on GitHub ↗

Gets the maximum value in this range. @return the maximum value in this range, not null.

()

Source from the content-addressed store, hash-verified

374 * @return the maximum value in this range, not null.
375 */
376 public T getMaximum() {
377 return maximum;
378 }
379
380 /**
381 * Gets the minimum value in this range.

Callers 11

testFitMethod · 0.80
testGetMaximumMethod · 0.80
testFitMethod · 0.80
testGetMaximumMethod · 0.80
testFitMethod · 0.80
testGetMaximumMethod · 0.80
testFitMethod · 0.80
testGetMaximumMethod · 0.80
toIntStreamMethod · 0.80
toLongStreamMethod · 0.80
appendToMethod · 0.80

Calls

no outgoing calls

Tested by 8

testFitMethod · 0.64
testGetMaximumMethod · 0.64
testFitMethod · 0.64
testGetMaximumMethod · 0.64
testFitMethod · 0.64
testGetMaximumMethod · 0.64
testFitMethod · 0.64
testGetMaximumMethod · 0.64