jxl.biff
Class IndexMapping

java.lang.Object
  |
  +--jxl.biff.IndexMapping

public final class IndexMapping
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

newIndices

private int[] newIndices
The array of new indexes for an old one
Constructor Detail

IndexMapping

IndexMapping(int size)
Method Detail

setMapping

void setMapping(int oldIndex,
                int newIndex)
Sets a mapping

getNewIndex

public int getNewIndex(int oldIndex)
Gets the new cell format index