public final class ListProofHashNode extends java.lang.Object implements ListProofNode
| Constructor and Description |
|---|
ListProofHashNode(HashCode hash) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ListProofVisitor visitor)
Applies the visitor to this proof node.
|
HashCode |
getHash()
Returns the hash value.
|
public ListProofHashNode(HashCode hash)
public void accept(ListProofVisitor visitor)
ListProofNodeMost implementations simply call visitor.visit(this);
accept in interface ListProofNodevisitor - a visitor to apply to this nodepublic HashCode getHash()
Copyright © 2018 Exonum. All rights reserved.