Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ clear
Method
clear
classpath/java/util/TreeSet.java:131–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
}
130
131
public
void
clear() {
132
set =
new
PersistentSet(set.comparator());
133
}
134
135
private
class
MyIterator<T> implements java.util.Iterator<T> {
136
private
PersistentSet.Path<Cell<T>> path;
Callers
1
testTreeSet
Method · 0.95
Calls
1
comparator
Method · 0.65
Tested by
1
testTreeSet
Method · 0.76