public abstract class HashLeaf extends Object implements Node
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Node> |
getChildren()
Accessor for the children that this Node's hash is comprised of
|
String |
getHash()
If this node has children, aggregates the hashes of the children.
|
int |
hashCode() |
String |
toString() |
protected String hash
public HashLeaf()
public HashLeaf(String hash)
public List<Node> getChildren()
NodegetChildren in interface Nodepublic String getHash()
NodeCopyright © 2017 Calrissian. All rights reserved.