Class VersionedValue<T>


  • public class VersionedValue<T>
    extends java.lang.Object
    POJO for a version and a value
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getValue()  
      int getVersion()  
      • Methods inherited from class java.lang.Object

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

      • getVersion

        public int getVersion()
      • getValue

        public T getValue()