Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ add
Method
add
classpath/avian/PersistentSet.java:62–64 ·
view source on GitHub ↗
(T value)
Source
from the content-addressed store, hash-verified
60
}
61
62
public
PersistentSet<T> add(T value) {
63
return
add(value, false);
64
}
65
66
public
int
size() {
67
return
size;
Callers
nothing calls this directly
Calls
4
find
Method · 0.95
leftRotate
Method · 0.95
rightRotate
Method · 0.95
replaceWith
Method · 0.45
Tested by
no test coverage detected