N - the type of nodepublic interface Mergeable<N extends Node>
| Modifier and Type | Method and Description |
|---|---|
N |
merge(N node)
Merges the information contained by the given node
returning a merged node.
|
Copyright © 2019 state-machine. All rights reserved.