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

Method next

classpath/avian/PersistentSet.java:584–588  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

582 }
583
584 public T next() {
585 PersistentSet.Path<T> p = path;
586 path = path.successor();
587 return p.value();
588 }
589
590 public void remove() {
591 throw new UnsupportedOperationException();

Callers 1

toStringMethod · 0.95

Calls 2

successorMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected