jxl.biff
Class IndexMapping

java.lang.Object
  extended byjxl.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


Method Summary
 int getNewIndex(int oldIndex)
          Gets the new cell format index
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNewIndex

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

Parameters:
oldIndex - the existing index number
Returns:
the new index number