MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / put

Method put

src/main/java/field/utility/Dict.java:564–569  ·  view source on GitHub ↗
(Prop<T> key, T value)

Source from the content-addressed store, hash-verified

562
563
564 public <T> Dict put(Prop<T> key, T value) {
565 if (value == null) return this;
566
567 dictionary.put(key, value);
568 return this;
569 }
570
571 /**
572 * returns a dict of the things displaced by putting this

Callers 15

enterMethod · 0.95
downMethod · 0.95
putAllMethod · 0.95
multiplyMethod · 0.95
make_byte3Method · 0.45
make_float3Method · 0.45
make_byte1Method · 0.45
beginMethod · 0.45
OpenMethod · 0.45
doOpenMethod · 0.45
DefaultMenusMethod · 0.45
newBoxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected