Class Graph.Vertex

  • Enclosing class:
    Graph

    public class Graph.Vertex
    extends java.lang.Object
    Vertex class
    • Constructor Summary

      Constructors 
      Constructor Description
      Vertex​(int data)
      Vertex constructor
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Vertex

        public Vertex​(int data)
        Vertex constructor
        Parameters:
        data -