Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
test_TreeMap_Constructor_Default
Method · 0.45
test_SubMap_comparator
Method · 0.45
test_AscendingSubMapEntrySet_comparator
Method · 0.45
testConstructor7
Method · 0.45
SubMap
Method · 0.45
comparator
Method · 0.45
newSubMap
Method · 0.45
tooLow
Method · 0.45
tooHigh
Method · 0.45
DescendingMap
Method · 0.45
comparator
Method · 0.45
newSubMap
Method · 0.45
Calls
no outgoing calls
Tested by
4
test_TreeMap_Constructor_Default
Method · 0.36
test_SubMap_comparator
Method · 0.36
test_AscendingSubMapEntrySet_comparator
Method · 0.36
testConstructor7
Method · 0.36