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