Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fromBytes
Method · 0.95
put
Method · 0.95
get
Method · 0.95
remove
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected