Class GraphPathRecord

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int depth  
      private java.lang.Object obj  
      protected GraphPathRecord parent  
      private long size  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int depth()  
      java.lang.Class<?> klass()  
      (package private) java.lang.Object obj()  
      abstract java.lang.String path()  
      (package private) void setSize​(long size)  
      long size()  
      • Methods inherited from class java.lang.Object

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

      • depth

        private final int depth
      • obj

        private final java.lang.Object obj
      • size

        private long size
    • Constructor Detail

      • GraphPathRecord

        GraphPathRecord​(GraphPathRecord parent,
                        int depth,
                        java.lang.Object obj)
    • Method Detail

      • obj

        final java.lang.Object obj()
      • path

        public abstract java.lang.String path()
      • klass

        public final java.lang.Class<?> klass()
      • size

        public final long size()
      • setSize

        final void setSize​(long size)
      • depth

        final int depth()