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

Method successor

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

Source from the content-addressed store, hash-verified

537 }
538
539 public Path<T> successor() {
540 return root.successor(this);
541 }
542
543 public Path<T> predecessor() {
544 return root.predecessor(this);

Callers 2

nextMethod · 0.45
nextPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected