Uses of Class
io.hotmoka.local.AbstractStore
-
-
Uses of AbstractStore in io.hotmoka.local
Classes in io.hotmoka.local with type parameters of type AbstractStore Modifier and Type Class Description classAbstractLocalNode<C extends Config,S extends AbstractStore<C>>A generic implementation of a local (ie., non-remote) node.Fields in io.hotmoka.local declared as AbstractStore Modifier and Type Field Description protected SAbstractLocalNode. storeThe store of the node.Fields in io.hotmoka.local with type parameters of type AbstractStore Modifier and Type Field Description protected AbstractLocalNode<? extends C,? extends AbstractStore<? extends C>>AbstractStore. nodeThe node having this store.Constructors in io.hotmoka.local with parameters of type AbstractStore Constructor Description AbstractStore(AbstractStore<? extends C> parent)Builds a clone of the given store.Constructor parameters in io.hotmoka.local with type arguments of type AbstractStore Constructor Description AbstractStore(AbstractLocalNode<? extends C,? extends AbstractStore<? extends C>> node)Builds the store for a node.
-