Interface NodeFactory<A>

All Known Subinterfaces:
Group<A>

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

    Modifier and Type
    Method
    Description
    createNode(A address)
     
  • Method Details

    • createNode

      Node createNode(A address)