| Package | Description |
|---|---|
| com.github.jtendermint.merkletree.iavl |
| Modifier and Type | Method and Description |
|---|---|
IterateFunct.Loop |
IterateFunct.currentNode(Node<K> node)
Function to Iterate nodes
|
IterateFunct.Loop |
Node.iterateNodes(IterateFunct<K> func) |
IterateFunct.Loop |
AVLTree.iterateNodes(IterateFunct<K> function)
Iterate over every node.
|
static IterateFunct.Loop |
IterateFunct.Loop.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IterateFunct.Loop[] |
IterateFunct.Loop.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.