Class GabowStrongConnectivityInspector.VertexNumber<V>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int number  
      private V vertex  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private VertexNumber​(V vertex)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • vertex

        private final V vertex
      • number

        private int number
    • Constructor Detail

      • VertexNumber

        private VertexNumber​(V vertex)