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

Method higher

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

Source from the content-addressed store, hash-verified

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
433 public Comparator<? super E> comparator() { return m.comparator(); }
434 @Override

Callers

nothing calls this directly

Calls 1

higherKeyMethod · 0.45

Tested by

no test coverage detected