Class DefaultDirectedGraph.VertexInfo<V,​E>

  • Type Parameters:
    V - Vertex type
    E - Edge type
    Enclosing class:
    DefaultDirectedGraph<V,​E extends DefaultEdge>

    static class DefaultDirectedGraph.VertexInfo<V,​E>
    extends java.lang.Object
    Information about an edge.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<E> outEdges  
    • Constructor Summary

      Constructors 
      Constructor Description
      VertexInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • outEdges

        public java.util.List<E> outEdges
    • Constructor Detail

      • VertexInfo

        VertexInfo()