Class DeleteItem


  • public class DeleteItem
    extends java.lang.Object
    Represents a Delete Item with a starting clock and a length.
    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteItem​(int clock, int len)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getClock()  
      int getLen()  
      void setClock​(int clock)  
      void setLen​(int len)  
      • Methods inherited from class java.lang.Object

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

      • DeleteItem

        public DeleteItem​(int clock,
                          int len)
    • Method Detail

      • getClock

        public int getClock()
      • setClock

        public void setClock​(int clock)
      • getLen

        public int getLen()
      • setLen

        public void setLen​(int len)