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

Method lastKey

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

Source from the content-addressed store, hash-verified

872 }
873
874 @Override
875 public K lastKey() {
876 K ret = lastKey2();
877 if(ret==null)
878 throw new NoSuchElementException();
879 return ret; }
880
881 @Override
882 public Map.Entry<K,V> firstEntry() {

Callers 15

testTailMapMethod · 0.45
testTailMap2Method · 0.45
testTailMap3Method · 0.45
testTailMap4Method · 0.45
test_SubMap_lastKeyMethod · 0.45
test_lowerkeyMethod · 0.45
test_headMapMethod · 0.45
testLastKeyMethod · 0.45
testSubMapContentsMethod · 0.45
testSubMapContents2Method · 0.45
testTailMapContentsMethod · 0.45

Calls 1

lastKey2Method · 0.95

Tested by 15

testTailMapMethod · 0.36
testTailMap2Method · 0.36
testTailMap3Method · 0.36
testTailMap4Method · 0.36
test_SubMap_lastKeyMethod · 0.36
test_lowerkeyMethod · 0.36
test_headMapMethod · 0.36
testLastKeyMethod · 0.36
testSubMapContentsMethod · 0.36
testSubMapContents2Method · 0.36
testTailMapContentsMethod · 0.36