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

Method lastKey2

src/main/java/org/mapdb/BTreeMapJava.java:857–864  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

855 }
856
857 public K lastKey2() {
858 K k =
859 hi==null ?
860 m.lastKey2():
861 m.findLowerKey(hi, hiInclusive);
862
863 return k!=null && inBounds(k)? k : null;
864 }
865
866 @Override
867 public K firstKey() {

Callers 3

lowerKeyMethod · 0.95
floorKeyMethod · 0.95
lastKeyMethod · 0.95

Calls 2

inBoundsMethod · 0.95
lastKey2Method · 0.65

Tested by

no test coverage detected