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

Method remove

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

Source from the content-addressed store, hash-verified

545 }
546
547 public PersistentSet<T> remove() {
548 if (fresh) throw new IllegalStateException();
549
550 return root.remove(this);
551 }
552
553 public PersistentSet<T> add() {
554 if (! fresh) throw new IllegalStateException();

Callers

nothing calls this directly

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected