Uses of Class
io.crums.util.mrkl.index.AbstractNode
Package | Description |
---|---|
io.crums.util.mrkl | |
io.crums.util.mrkl.index |
-
Uses of AbstractNode in io.crums.util.mrkl
Subclasses of AbstractNode in io.crums.util.mrkl Modifier and Type Class Description class
Node
Merkle tree node. -
Uses of AbstractNode in io.crums.util.mrkl.index
Classes in io.crums.util.mrkl.index with type parameters of type AbstractNode Modifier and Type Class Description class
TreeIndex<N extends AbstractNode>
A breadth-first view of the structure of a Merkle tree.static interface
TreeIndex.NodeFactory<N extends AbstractNode>
Fields in io.crums.util.mrkl.index with type parameters of type AbstractNode Modifier and Type Field Description static TreeIndex.NodeFactory<AbstractNode>
AbstractNode. FACTORY
Stateless factory.Methods in io.crums.util.mrkl.index with parameters of type AbstractNode Modifier and Type Method Description N
TreeIndex. getLeftChild(AbstractNode parent)
N
TreeIndex. getParent(AbstractNode node)
Convenience method.N
TreeIndex. getRightChild(AbstractNode parent)
N
TreeIndex. getSibling(AbstractNode node)
Convenience method.boolean
TreeIndex. isRoot(AbstractNode node)