MCPcopy Create free account
hub / github.com/bft-smart/library / setValue

Method setValue

src/main/java/bftsmart/demo/map/MapMessage.java:102–105  ·  view source on GitHub ↗
(Object value)

Source from the content-addressed store, hash-verified

100 }
101
102 @SuppressWarnings("unchecked")
103 public void setValue(Object value) {
104 this.value = (V) value;
105 }
106
107 @SuppressWarnings("unchecked")
108 public void setKeySet(Object keySet) {

Callers 4

appExecuteOrderedMethod · 0.95
appExecuteUnorderedMethod · 0.95
fromBytesMethod · 0.95
putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected