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

Method value

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

Source from the content-addressed store, hash-verified

525 }
526
527 public T value() {
528 return node.value;
529 }
530
531 public boolean fresh() {
532 return fresh;

Callers 12

nextMethod · 0.45
firstMethod · 0.45
lastMethod · 0.45
addAndReplaceMethod · 0.45
findMethod · 0.45
removeCellMethod · 0.45
MyIteratorMethod · 0.45
nextMethod · 0.45
removeMethod · 0.45
findMethod · 0.45
putMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected