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

Method first

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

Source from the content-addressed store, hash-verified

886 higherAscending(element) : lowerAscending(element);
887 }
888 int first() {
889 return ascending ? firstAscending() : lastAscending();
890 }
891 int last() {
892 return ascending ? lastAscending() : firstAscending();
893 }

Callers 15

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

Calls 2

firstAscendingMethod · 0.95
lastAscendingMethod · 0.95

Tested by

no test coverage detected