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 classNodeMerkle 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 classTreeIndex<N extends AbstractNode>A breadth-first view of the structure of a Merkle tree.static interfaceTreeIndex.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. FACTORYStateless factory.Methods in io.crums.util.mrkl.index with parameters of type AbstractNode Modifier and Type Method Description NTreeIndex. getLeftChild(AbstractNode parent)NTreeIndex. getParent(AbstractNode node)Convenience method.NTreeIndex. getRightChild(AbstractNode parent)NTreeIndex. getSibling(AbstractNode node)Convenience method.booleanTreeIndex. isRoot(AbstractNode node)