Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ contains
Method
contains
classpath/java/util/LinkedHashMap.java:193–195 ·
view source on GitHub ↗
(Object value)
Source
from the content-addressed store, hash-verified
191
}
192
193
public
boolean contains(Object value) {
194
return
containsValue(value);
195
}
196
197
public
boolean containsAll(Collection<?> c) {
198
if
(c == null) {
Callers
1
containsAll
Method · 0.95
Calls
1
containsValue
Method · 0.65
Tested by
no test coverage detected