public class HashNode extends Object implements Node
| Modifier and Type | Field and Description |
|---|---|
protected List<Node> |
children |
protected String |
hash |
| Constructor and Description |
|---|
HashNode() |
HashNode(List<Node> children) |
public List<Node> getChildren()
getChildren in interface Nodepublic String getHash()
Copyright © 2014 Calrissian. All rights reserved.