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

Method lower

src/test/java/org/mapdb/BTreeSet2Test.java:872–875  ·  view source on GitHub ↗
(int element)

Source from the content-addressed store, hash-verified

870 final BitSet bs) {
871 class ReferenceSet {
872 int lower(int element) {
873 return ascending ?
874 lowerAscending(element) : higherAscending(element);
875 }
876 int floor(int element) {
877 return ascending ?
878 floorAscending(element) : ceilingAscending(element);

Callers 8

checkMethod · 0.95
testLowerMethod · 0.45
testLowerMethod · 0.45
testLowerMethod · 0.45
testDescendingLowerMethod · 0.45

Calls 2

lowerAscendingMethod · 0.95
higherAscendingMethod · 0.95

Tested by

no test coverage detected