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

Method firstKey

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

Source from the content-addressed store, hash-verified

864 }
865
866 @Override
867 public K firstKey() {
868 K ret = firstKey2();
869 if(ret==null)
870 throw new NoSuchElementException();
871 return ret;
872 }
873
874 @Override
875 public K lastKey() {

Callers 15

testSizeMethod · 0.45
testTailMapMethod · 0.45
testTailMap2Method · 0.45
testTailMap3Method · 0.45
testTailMap4Method · 0.45
test_SubMap_firstKeyMethod · 0.45
test_lowerkeyMethod · 0.45
test_headMapMethod · 0.45
testFirstKeyMethod · 0.45
testSubMapContentsMethod · 0.45
testSubMapContents2Method · 0.45

Calls 1

firstKey2Method · 0.95

Tested by 15

testSizeMethod · 0.36
testTailMapMethod · 0.36
testTailMap2Method · 0.36
testTailMap3Method · 0.36
testTailMap4Method · 0.36
test_SubMap_firstKeyMethod · 0.36
test_lowerkeyMethod · 0.36
test_headMapMethod · 0.36
testFirstKeyMethod · 0.36
testSubMapContentsMethod · 0.36
testSubMapContents2Method · 0.36