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

Method ceiling

src/main/java/org/mapdb/BTreeMapJava.java:428–429  ·  view source on GitHub ↗
(E e)

Source from the content-addressed store, hash-verified

426 @Override
427 public E floor(E e) { return m.floorKey(e); }
428 @Override
429 public E ceiling(E e) { return m.ceilingKey(e); }
430 @Override
431 public E higher(E e) { return m.higherKey(e); }
432 @Override

Callers

nothing calls this directly

Calls 1

ceilingKeyMethod · 0.45

Tested by

no test coverage detected