Package io.keikai.range.impl
Class InsertDeleteUpdate
- java.lang.Object
-
- io.keikai.range.impl.InsertDeleteUpdate
-
- All Implemented Interfaces:
java.io.Serializable
public class InsertDeleteUpdate extends java.lang.Object implements java.io.Serializablea range of row/column indicates insert/delete changes.- Since:
- 3.5.0
- Author:
- Pao
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsertDeleteUpdate(SSheet sheet, boolean inserted, boolean row, int index, int lastIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)intgetIndex()intgetLastIndex()SSheetgetSheet()inthashCode()booleanisInserted()booleanisRow()
-
-
-
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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-