Class GraphIntegrity


  • public class GraphIntegrity
    extends java.lang.Object
    Utility class to check integrity of a graph data structure.
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphIntegrity()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> void check​(Graph<T> G)  
      static void printCollection​(java.lang.String string, java.util.Collection<?> c)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait