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

Method setKey

src/main/java/bftsmart/demo/map/MapMessage.java:97–100  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

95 }
96
97 @SuppressWarnings("unchecked")
98 public void setKey(Object key) {
99 this.key = (K) key;
100 }
101
102 @SuppressWarnings("unchecked")
103 public void setValue(Object value) {

Callers 4

fromBytesMethod · 0.95
putMethod · 0.95
getMethod · 0.95
removeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected