Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ isEmpty
Method
isEmpty
classpath/java/util/LinkedHashMap.java:108–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
}
107
108
public
boolean isEmpty() {
109
return
LinkedHashMap.this.isEmpty();
110
}
111
112
public
boolean contains(Object o) {
113
return
(o instanceof Entry<?,?>)
Callers
nothing calls this directly
Calls
1
isEmpty
Method · 0.65
Tested by
no test coverage detected