Save This Page
Home » jexcelapi_2_6_8 » jxl.biff » [javadoc | source]
jxl.biff
public final class: IndexMapping [javadoc | source]
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
Constructor:
 public IndexMapping(int size) 
Method from jxl.biff.IndexMapping Summary:
getNewIndex,   setMapping
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.biff.IndexMapping Detail:
 public int getNewIndex(int oldIndex) 
    Gets the new cell format index
 public  void setMapping(int oldIndex,
    int newIndex) 
    Sets a mapping