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

Method nextPath

classpath/java/util/TreeSet.java:184–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182 }
183
184 private PersistentSet.Path nextPath() {
185 return reversed ? path.predecessor() : path.successor();
186 }
187
188 public void remove() {
189 if (! canRemove) throw new IllegalStateException();

Callers 3

MyIteratorMethod · 0.95
nextMethod · 0.95
removeMethod · 0.95

Calls 2

predecessorMethod · 0.45
successorMethod · 0.45

Tested by

no test coverage detected