Class DeletionGroup.IntervalCursor

  • Enclosing class:
    DeletionGroup

    public static class DeletionGroup.IntervalCursor
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long endTime  
      long startTime  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntervalCursor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void reset()  
      • Methods inherited from class java.lang.Object

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

      • startTime

        public long startTime
      • endTime

        public long endTime
    • Constructor Detail

      • IntervalCursor

        public IntervalCursor()
    • Method Detail

      • reset

        public void reset()