Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ isLastKeyDouble
Method
isLastKeyDouble
src/main/java/org/mapdb/BTreeMapJava.java:84–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
boolean isLastKeyDouble(){
85
return
((flags)&1)==1;
86
}
87
88
boolean isEmpty(GroupSerializer keySerializer){
89
int
keySize = keySerializer.valueArraySize(keys);
Callers
2
Node
Method · 0.95
isEmpty
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected