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

Method comparator

src/main/java/org/mapdb/BTreeMapJava.java:432–433  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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
435 public E first() { return m.firstKey(); }
436 @Override

Callers 14

testConstructor7Method · 0.45
SubMapMethod · 0.45
comparatorMethod · 0.45
newSubMapMethod · 0.45
tooLowMethod · 0.45
tooHighMethod · 0.45
DescendingMapMethod · 0.45
comparatorMethod · 0.45
newSubMapMethod · 0.45

Calls

no outgoing calls