MCPcopy Create free account
hub / github.com/ReadyTalk/avian / MyIterator

Method MyIterator

classpath/java/util/TreeSet.java:144–146  ·  view source on GitHub ↗
(PersistentSet.Path<Cell<T>> path)

Source from the content-addressed store, hash-verified

142 private final boolean reversed;
143
144 private MyIterator(PersistentSet.Path<Cell<T>> path) {
145 this(path, false);
146 }
147
148 private MyIterator(PersistentSet.Path<Cell<T>> path, boolean reversed) {
149 this.path = path;

Callers

nothing calls this directly

Calls 2

nextPathMethod · 0.95
valueMethod · 0.45

Tested by

no test coverage detected