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

Method predecessor

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

Source from the content-addressed store, hash-verified

541 }
542
543 public Path<T> predecessor() {
544 return root.predecessor(this);
545 }
546
547 public PersistentSet<T> remove() {
548 if (fresh) throw new IllegalStateException();

Callers 1

nextPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected