Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ contains
Method
contains
classpath/java/util/TreeSet.java:127–129 ·
view source on GitHub ↗
(Object value)
Source
from the content-addressed store, hash-verified
125
}
126
127
public
boolean contains(Object value) {
128
return
!set.find(
new
Cell(value, null)).fresh();
129
}
130
131
public
void
clear() {
132
set =
new
PersistentSet(set.comparator());
Callers
nothing calls this directly
Calls
2
fresh
Method · 0.80
find
Method · 0.65
Tested by
no test coverage detected