public interface NodeFactory<A> extends NodeFactory<A>
| Modifier and Type | Method and Description |
|---|---|
Node |
createNode(A address) |
A |
getAddress(Node node) |
Node createNode(A address)
createNode in interface NodeFactory<A>Copyright © 2018 JBoss by Red Hat. All rights reserved.