Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ isEmpty
Method
isEmpty
src/main/java/org/mapdb/BTreeMapJava.java:695–698 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
693
694
695
@Override
696
public
boolean isEmpty() {
697
return
!keyIterator().hasNext();
698
}
699
700
@Override
701
public
boolean containsValue(Object value) {
Callers
nothing calls this directly
Calls
1
keyIterator
Method · 0.95
Tested by
no test coverage detected