@FunctionalInterface public interface IterateFunction<K extends IByteable>
| Modifier and Type | Method and Description |
|---|---|
boolean |
currentNode(MerkleNode<K> node)
Iterate over nodes of this Tree, passes both types of nodes.
Check with node.isLeafNode() if its an actual data node |
boolean currentNode(MerkleNode<K> node)
node - the current Nodetrue stops iteration, false continues iterationCopyright © 2018. All rights reserved.