MCPcopy Create free account
hub / github.com/cschanck/single-file-java / add

Method add

src/main/java/org/sfj/DrawDot.java:185–185  ·  view source on GitHub ↗
(Attribute attr)

Source from the content-addressed store, hash-verified

183
184 interface Attributable<E> {
185 E add(Attribute attr);
186 }
187
188 public static class BaseAttributable<E> implements Attributable<E> {

Callers 15

testIterableMethod · 0.65
testIteratorMethod · 0.65
testSimpleMethod · 0.65
testRecursiveMethod · 0.65
sendMsgAllMethod · 0.65
allValuesMethod · 0.65
dictTableMethod · 0.65
asStepsMethod · 0.65
emitMethod · 0.65
addMethod · 0.65
penWidthMethod · 0.65

Implementers 4

ChiseledMapsrc/main/java/org/sfj/ChiseledMap.java
BaseAttributablesrc/main/java/org/sfj/DrawDot.java
Graphsrc/main/java/org/sfj/DrawDot.java
JArraysrc/main/java/org/sfj/JSONOne.java

Calls

no outgoing calls

Tested by 6

testIterableMethod · 0.52
testIteratorMethod · 0.52
testSimpleMethod · 0.52
testRecursiveMethod · 0.52
sendMsgAllMethod · 0.52