public interface Node extends Serializable
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2014 Calrissian. All rights reserved.