Class ModificationStamp


  • public final class ModificationStamp
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long modCount  
      long modified  
    • Constructor Summary

      Constructors 
      Constructor Description
      ModificationStamp​(long modCount, long modified)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • modCount

        public final long modCount
      • modified

        public final long modified
    • Constructor Detail

      • ModificationStamp

        public ModificationStamp​(long modCount,
                                 long modified)