Class RevisionedChange<C>


  • class RevisionedChange<C>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private C change  
      private long revision  
    • Constructor Summary

      Constructors 
      Constructor Description
      RevisionedChange​(C change, long revision)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      C getChange()  
      long getRevision()  
      • Methods inherited from class java.lang.Object

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

      • change

        private final C change
      • revision

        private final long revision
    • Constructor Detail

      • RevisionedChange

        public RevisionedChange​(C change,
                                long revision)
    • Method Detail

      • getChange

        public C getChange()
      • getRevision

        public long getRevision()