Class ToString.VisitedInfo

  • Enclosing class:
    ToString

    private static class ToString.VisitedInfo
    extends java.lang.Object
    holds objects that have already been converted to string to avoid infinite loops in the toString generation
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int count  
      (package private) java.util.Set<java.lang.Integer> visitedHC  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private VisitedInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • visitedHC

        java.util.Set<java.lang.Integer> visitedHC
      • count

        int count
    • Constructor Detail

      • VisitedInfo

        private VisitedInfo()