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

Method setKeySet

src/main/java/bftsmart/demo/map/MapMessage.java:107–110  ·  view source on GitHub ↗
(Object keySet)

Source from the content-addressed store, hash-verified

105 }
106
107 @SuppressWarnings("unchecked")
108 public void setKeySet(Object keySet) {
109 this.keySet = new HashSet<>((Set<K>) keySet);
110 }
111
112 public void setSize(int size) {
113 this.size = size;

Callers 3

appExecuteOrderedMethod · 0.95
appExecuteUnorderedMethod · 0.95
fromBytesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected