Class InsertDeleteUpdate

  • All Implemented Interfaces:
    java.io.Serializable

    public class InsertDeleteUpdate
    extends java.lang.Object
    implements java.io.Serializable
    a range of row/column indicates insert/delete changes.
    Since:
    3.5.0
    Author:
    Pao
    See Also:
    Serialized Form
    • Constructor Detail

      • InsertDeleteUpdate

        public InsertDeleteUpdate​(SSheet sheet,
                                  boolean inserted,
                                  boolean row,
                                  int index,
                                  int lastIndex)
    • Method Detail

      • getSheet

        public SSheet getSheet()
      • isInserted

        public boolean isInserted()
      • isRow

        public boolean isRow()
      • getIndex

        public int getIndex()
      • getLastIndex

        public int getLastIndex()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object