Uses of Class
io.crums.util.mrkl.Tree
Packages that use Tree
-
Uses of Tree in io.crums.util.mrkl
Subclasses of Tree in io.crums.util.mrklModifier and TypeClassDescriptionclassA Merkle tree constructed from another with more leaves appended.classA more compactTreeappropriate if the leaves are fixed-width and it'all fits under 2 gigabytes.classATreeallowing variable length leaves.Methods in io.crums.util.mrkl that return TreeModifier and TypeMethodDescriptionBuilder.build()Builds and returns the tree.DeltaBuilder.build()FixedLeafBuilder.build()protected TreeBuilder.packageTree()protected TreeFixedLeafBuilder.packageTree()Node.tree()Returns the tree this node belongs to.Methods in io.crums.util.mrkl with parameters of type TreeModifier and TypeMethodDescriptionstatic intDeltaTree.computeNewLeafCount(Tree base, byte[] deltaNodes) Infers and returns the number of leaves in the new tree given an array of deltas (additions) from a base tree.Constructors in io.crums.util.mrkl with parameters of type TreeModifierConstructorDescriptionDeltaBuilder(Tree tree) Constructs a copy-on-write instance.DeltaBuilder(Tree tree, boolean copyOnWrite) Creates a new instance.Creates a new instance.protectedCopy constructor.