Interface NodeFactory<A>

  • All Known Subinterfaces:
    Group<A>

    public interface NodeFactory<A>
    Author:
    Paul Ferraro
    • Method Detail

      • createNode

        Node createNode​(A address)
      • getAddress

        A getAddress​(Node node)