Class ElementTimestampAndIdx


  • public class ElementTimestampAndIdx
    extends java.lang.Object
    A POJO containing an index and a timestamp for a collection element. Note that this timestamp could be any timestamp. In other words, it does not have to be just active timestamp.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIdx()  
      long getTimestamp()  
      • Methods inherited from class java.lang.Object

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

      • getIdx

        public int getIdx()
      • getTimestamp

        public long getTimestamp()