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

Method last

src/test/java/org/mapdb/BTreeSet2Test.java:891–893  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

889 return ascending ? firstAscending() : lastAscending();
890 }
891 int last() {
892 return ascending ? lastAscending() : firstAscending();
893 }
894 int lowerAscending(int element) {
895 return floorAscending(element - 1);
896 }

Callers 15

checkMethod · 0.95
testSubSetContentsMethod · 0.45
testSubSetContents2Method · 0.45
testTailSetContentsMethod · 0.45
testSubSetContentsMethod · 0.45
testSubSetContents2Method · 0.45
testTailSetContentsMethod · 0.45
testNavigableKeySetMethod · 0.45
testDescendingKeySetMethod · 0.45
testSubSetContentsMethod · 0.45
testSubSetContents2Method · 0.45
testTailSetContentsMethod · 0.45

Calls 2

lastAscendingMethod · 0.95
firstAscendingMethod · 0.95

Tested by

no test coverage detected