Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ firstKey
Method
firstKey
src/main/java/gate/util/RBTreeMap.java:884–887 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
882
}
883
884
@Override
885
public
K firstKey() {
886
return
key(fromStart ? firstEntry() : getCeilEntry(fromKey));
887
}
888
889
@Override
890
public
K lastKey() {
Callers
nothing calls this directly
Calls
3
key
Method · 0.80
firstEntry
Method · 0.80
getCeilEntry
Method · 0.80
Tested by
no test coverage detected