|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.IndexMapping
This class is a wrapper for a list of mappings between indices. It is used when removing duplicate records and specifies the new index for cells which have the duplicate format
Field Summary | |
private int[] |
newIndices
The array of new indexes for an old one |
Constructor Summary | |
(package private) |
IndexMapping(int size)
|
Method Summary | |
int |
getNewIndex(int oldIndex)
Gets the new cell format index |
(package private) void |
setMapping(int oldIndex,
int newIndex)
Sets a mapping |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int[] newIndices
Constructor Detail |
IndexMapping(int size)
Method Detail |
void setMapping(int oldIndex, int newIndex)
public int getNewIndex(int oldIndex)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |