org.boris.xlloop.util
Class XLSparseArray

java.lang.Object
  extended by org.boris.xlloop.util.XLSparseArray

public class XLSparseArray
extends java.lang.Object


Constructor Summary
XLSparseArray()
           
 
Method Summary
 void set(int row, int column, boolean value)
           
 void set(int row, int column, double value)
           
 void set(int row, int column, int value)
           
 void set(int row, int column, java.lang.String value)
           
 void set(int row, int column, XLoper value)
           
 XLoper toXLoper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XLSparseArray

public XLSparseArray()
Method Detail

set

public void set(int row,
                int column,
                java.lang.String value)

set

public void set(int row,
                int column,
                boolean value)

set

public void set(int row,
                int column,
                double value)

set

public void set(int row,
                int column,
                int value)

set

public void set(int row,
                int column,
                XLoper value)

toXLoper

public XLoper toXLoper()