Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ firstKey2
Method
firstKey2
src/main/java/org/mapdb/BTreeMapJava.java:1087–1087 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1085
1086
public
interface
ConcurrentNavigableMap2<K,V> extends ConcurrentNavigableMap<K,V>{
1087
K firstKey2();
1088
K lastKey2();
1089
}
1090
Callers
2
pollFirst
Method · 0.65
firstKey2
Method · 0.65
Implementers
2
SubMap
src/main/java/org/mapdb/BTreeMapJava.j
DescendingMap
src/main/java/org/mapdb/BTreeMapJava.j
Calls
no outgoing calls
Tested by
no test coverage detected