程序包 | 说明 |
---|---|
com.fr.report.enhancement.engine.write.wrapper.dimension | |
com.fr.report.enhancement.engine.write.wrapper.fun | |
com.fr.stable.collections.array | |
com.fr.stable.collections.map |
限定符和类型 | 方法和说明 |
---|---|
IntArray |
ReportCaseDimensionTool.getColumnsWithinPixels(int left,
int pixelRange) |
IntArray |
ReportCaseDimensionTool.getRowsWithinPixels(int top,
int pixelRange) |
限定符和类型 | 方法和说明 |
---|---|
IntArray |
WebReportCaseAssistProvider.getColumnsWithinPixels(int left,
int pixelRange)
指定范围内所有列的列号
|
IntArray |
WebReportCaseAssistProvider.getRowsWithinPixels(int top,
int pixelRange)
指定范围内所有行的行号
|
限定符和类型 | 方法和说明 |
---|---|
static IntArray |
IntArray.with(int... array) |
限定符和类型 | 方法和说明 |
---|---|
void |
IntArray.addAll(IntArray array) |
void |
IntArray.addAll(IntArray array,
int offset,
int length) |
boolean |
IntArray.removeAll(IntArray array)
Removes from this array all of elements contained in the specified array.
|
构造器和说明 |
---|
IntArray(IntArray array)
Creates a new array containing the elements in the specific array.
|
限定符和类型 | 方法和说明 |
---|---|
IntArray |
ObjectIntMap.Values.toArray()
Returns a new array containing the remaining values.
|
IntArray |
IntSet.IntSetIterator.toArray()
Returns a new array containing the remaining keys.
|
IntArray |
IntMap.Keys.toArray()
Returns a new array containing the remaining keys.
|
IntArray |
IntIntMap.Values.toArray()
Returns a new array containing the remaining values.
|
IntArray |
IntIntMap.Keys.toArray()
Returns a new array containing the remaining keys.
|
IntArray |
IntFloatMap.Keys.toArray()
Returns a new array containing the remaining keys.
|
限定符和类型 | 方法和说明 |
---|---|
void |
IntSet.addAll(IntArray array) |
void |
IntSet.addAll(IntArray array,
int offset,
int length) |