Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ contains
Method
contains
lib/java/util/Collections.java:990–992 ·
view source on GitHub ↗
(Object object)
Source
from the content-addressed store, hash-verified
988
}
989
990
public
boolean contains(Object object) {
991
return
c.contains(object);
992
}
993
994
public
boolean containsAll(Collection<?> collection) {
995
return
c.containsAll(collection);
Callers
nothing calls this directly
Calls
1
contains
Method · 0.65
Tested by
no test coverage detected