JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
io.hotmoka.patricia.api.UnknownKeyException
Uses of
UnknownKeyException
in
io.hotmoka.patricia.api
Methods in
io.hotmoka.patricia.api
that throw
UnknownKeyException
Modifier and Type
Method
Description
byte[]
KeyValueStore.
get
(byte[] key)
Gets the association of a key in this store.
void
KeyValueStore.
remove
(byte[] key)
Deletes the association for the given key, that must exist in store.