MCPcopy 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

testTreeSetMethod · 0.95

Calls 1

comparatorMethod · 0.65

Tested by 1

testTreeSetMethod · 0.76