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

Method setType

src/main/java/bftsmart/demo/map/MapMessage.java:116–118  ·  view source on GitHub ↗
(MapRequestType type)

Source from the content-addressed store, hash-verified

114 }
115
116 public void setType(MapRequestType type) {
117 this.type = type;
118 }
119
120 public Set<K> getKeySet() {
121 return keySet;

Callers 6

fromBytesMethod · 0.95
putMethod · 0.95
getMethod · 0.95
removeMethod · 0.95
sizeMethod · 0.95
keySetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected