MCPcopy Index your code
hub / github.com/jankotek/mapdb / higherKey

Method higherKey

src/main/java/org/mapdb/BTreeMapJava.java:841–845  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

839 }
840
841 @Override
842 public K higherKey(K key) {
843 K r = m.higherKey(key);
844 return r!=null && inBounds(r) ? r : null;
845 }
846
847
848

Callers 10

testHigherKeyMethod · 0.45
testHigherKeyMethod · 0.45
test_lower_nullMethod · 0.45
test_lowerMethod · 0.45
testHigherKeyMethod · 0.45
checkMethod · 0.45
testHigherKeyMethod · 0.45
checkMethod · 0.45
higherMethod · 0.45

Calls 1

inBoundsMethod · 0.95

Tested by 9

testHigherKeyMethod · 0.36
testHigherKeyMethod · 0.36
test_lower_nullMethod · 0.36
test_lowerMethod · 0.36
testHigherKeyMethod · 0.36
checkMethod · 0.36
testHigherKeyMethod · 0.36
checkMethod · 0.36