Class ValueRecorder.TrivialValueRecorderItem

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean isReset  
      private int v  
      private java.lang.String why  
    • Constructor Summary

      Constructors 
      Constructor Description
      TrivialValueRecorderItem​(int v, java.lang.String why, boolean isReset)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFull​(java.lang.String prefix)  
      int getValue()
      Get the value.
      java.lang.String getWhy​(java.lang.String prefix)  
      boolean isReset()  
      • Methods inherited from class java.lang.Object

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

      • v

        private final int v
      • why

        private final java.lang.String why
      • isReset

        private final boolean isReset
    • Constructor Detail

      • TrivialValueRecorderItem

        TrivialValueRecorderItem​(int v,
                                 java.lang.String why,
                                 boolean isReset)