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

Method add

classpath/avian/PersistentSet.java:62–64  ·  view source on GitHub ↗
(T value)

Source from the content-addressed store, hash-verified

60 }
61
62 public PersistentSet<T> add(T value) {
63 return add(value, false);
64 }
65
66 public int size() {
67 return size;

Callers

nothing calls this directly

Calls 4

findMethod · 0.95
leftRotateMethod · 0.95
rightRotateMethod · 0.95
replaceWithMethod · 0.45

Tested by

no test coverage detected