Package com.norswap.nanoeth.trees.patricia.store

  • Class Summary
    Class Description
    MapNodeStore
    Key-value store implementation that stores key-values in an in-memory map (dictionary).
    StorePatriciaBranchNode
    A branch node usable for store-backed implementation, or for nodes in abridged form.
    StorePatriciaExtensionNode
    An extension node usable for store-backed implementation, or for nodes in abridged form.
  • Exception Summary
    Exception Description
    MissingNode
    Thrown when a node is missing from a store backing a patricia tree, i.e.