类 MergeCellRule.Grid
- java.lang.Object
-
- com.deepoove.poi.data.MergeCellRule.Grid
-
- 所有已实现的接口:
Serializable
- 封闭类:
- MergeCellRule
public static class MergeCellRule.Grid extends Object implements Serializable
-
-
方法详细资料
-
of
public static MergeCellRule.Grid of(int i, int j)
-
inside
public boolean inside(MergeCellRule.Grid key, MergeCellRule.Grid value)
-
toString
public String toString()
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
getI
public int getI()
-
setI
public void setI(int i)
-
getJ
public int getJ()
-
setJ
public void setJ(int j)
-
-