Class TimelyMemory.FoldingState

  • Enclosing class:
    TimelyMemory<Timestamp extends java.lang.Comparable<Timestamp>>

    protected static final class TimelyMemory.FoldingState
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int diff  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FoldingState​(int diff)  
    • Field Detail

      • diff

        protected final int diff
    • Constructor Detail

      • FoldingState

        protected FoldingState​(int diff)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object