Class Nodes

    • Constructor Summary

      Constructors 
      Constructor Description
      Nodes​(java.util.List<Node> nodes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Node> getNodes()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Nodes

        public Nodes​(java.util.List<Node> nodes)
    • Method Detail

      • getNodes

        public java.util.List<Node> getNodes()