限定符和类型 | 方法和说明 |
---|---|
static IntList |
IntList.asList(int[] array)
将一个整数数组转化成一个整数链表
|
static IntList |
IntList.reverse(IntList list)
反转数组
|
static IntList |
IntList.toIntListDecimal(java.lang.String str,
char decimal)
将使用特定字符分割的由整数、“-”字符以及分割符组成的字符串转化成整数链表
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
IntList.addAll(int index,
IntList c)
将指定的新的整数链表中的所有元素插入到当前链表中指定位置
|
boolean |
IntList.addAll(IntList c)
将指定的整数列表的所有元素添加到当前列表中
|
static IntList |
IntList.reverse(IntList list)
反转数组
|
static void |
IntList.sort(IntList list)
给指定的整数列表排序
|
限定符和类型 | 方法和说明 |
---|---|
IntList |
Group.getArray() |
限定符和类型 | 方法和说明 |
---|---|
void |
Group.setArray(IntList array) |
构造器和说明 |
---|
Group(java.lang.Object value,
IntList array) |
限定符和类型 | 字段和说明 |
---|---|
IntList |
PreviewTableModel.dateIndexs |
限定符和类型 | 方法和说明 |
---|---|
static void |
AppContentGenerator.getStrPositions(int min,
int max,
IntList list,
int count)
由二分法获得一组注册信息的位置
|
限定符和类型 | 字段和说明 |
---|---|
protected IntList |
AbstractExcelExporter.colorList |
限定符和类型 | 方法和说明 |
---|---|
protected int[] |
AbstractExcelExporter.dealWithHiddenCR(int start,
int span,
IntList hiddenList) |
ColumnRow |
ExcelHiddenCellsTool.deleteFromHiddenList(ColumnRowRange range,
IntList rhl,
IntList chl) |
protected void |
AbstractExcelExporter.setAttr4ECReportSIL(Calculator cal,
IntList hiddenRowList,
IntList hiddenColList,
ElementCase report) |
void |
ExcelHiddenCellsTool.setColHiddenList(IntList colHiddenList) |
void |
ExcelHiddenCellsTool.setRowHiddenList(IntList rowHiddenList) |
限定符和类型 | 方法和说明 |
---|---|
IntList |
PageSetChainProvider.getChainPageInfo()
返回每个report所占的页码信息,例如sheet1有10页,sheet2有20页,sheet有xx页
就返回数组 0,10,30
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
PageGenerator.collectBreaks(IntList breakColumnIndexList,
IntList breakRowIndexList,
IntList cannotBreakOnRowPage,
IntList canotBreakOnColPage)
计算分页中断开的地方
|
限定符和类型 | 方法和说明 |
---|---|
IntList |
PageSetChain.getChainPageInfo()
返回每个report所占的页码信息,例如sheet1有10页,sheet2有20页,sheet有xx页
就返回数组 0,10,30
|
限定符和类型 | 字段和说明 |
---|---|
protected IntList |
SequenceExecutor.executed_mark |
限定符和类型 | 方法和说明 |
---|---|
IntList |
TreeNodeToggleButton.getRelativeIndexList()
获取关联列表索引
|
限定符和类型 | 方法和说明 |
---|---|
void |
TreeNodeToggleButton.setRelativeIndexList(IntList il) |
限定符和类型 | 方法和说明 |
---|---|
IntList |
AnalysisRWorkSheet.recalculate4Filter(java.util.Map parameterMap,
AnalyECReport areport) |
限定符和类型 | 方法和说明 |
---|---|
IntList |
ReportSessionIDInfor.getPrintPageSetChainPageInfo()
返回每个report所占的页码信息,例如sheet1有10页,sheet2有20页,sheet有xx页 就返回数组 0,10,30
|
限定符和类型 | 方法和说明 |
---|---|
IntList |
WebWriteByPageReportCase.getRowList() |
限定符和类型 | 方法和说明 |
---|---|
protected IntList |
ViewAction.getParPath(BoxElementBox beb,
BoxElementBox leadBEB) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
ViewAction.did(java.util.Iterator cell_it,
boolean isLeft,
java.util.Map rectMap,
NE upNE,
IntList pathList,
AreaCellAndBeginPoint acabp) |
protected AnalyCellElement |
ViewAction.getParBoxCe(AnalyCellElement cell,
IntList list) |