Package io.keikai.range.impl
Class InsertDeleteUpdate
- java.lang.Object
-
- io.keikai.range.impl.InsertDeleteUpdate
-
- All Implemented Interfaces:
Serializable
public class InsertDeleteUpdate extends Object implements Serializable
a 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 boolean
equals(Object obj)
int
getIndex()
int
getLastIndex()
SSheet
getSheet()
int
hashCode()
boolean
isInserted()
boolean
isRow()
-
-
-
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()
-
-