bad.robot.excel.row
Class NullSkippingRowBuilder

java.lang.Object
  extended by bad.robot.excel.row.NullSkippingRowBuilder
All Implemented Interfaces:
RowBuilder

public class NullSkippingRowBuilder
extends Object
implements RowBuilder


Constructor Summary
NullSkippingRowBuilder(int initialCapacity, Style defaultStyle)
           
 
Method Summary
 Row build()
           
 RowBuilder withBlank(ColumnIndex index)
           
 NullSkippingRowBuilder withDate(ColumnIndex index, Date date)
           
 NullSkippingRowBuilder withDouble(ColumnIndex index, Double value)
           
 RowBuilder withFormula(ColumnIndex index, String formula)
           
 NullSkippingRowBuilder withInteger(ColumnIndex index, Integer value)
           
 NullSkippingRowBuilder withString(ColumnIndex index, String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullSkippingRowBuilder

public NullSkippingRowBuilder(int initialCapacity,
                              Style defaultStyle)
Method Detail

withBlank

public RowBuilder withBlank(ColumnIndex index)
Specified by:
withBlank in interface RowBuilder

withString

public NullSkippingRowBuilder withString(ColumnIndex index,
                                         String text)
Specified by:
withString in interface RowBuilder

withDouble

public NullSkippingRowBuilder withDouble(ColumnIndex index,
                                         Double value)
Specified by:
withDouble in interface RowBuilder

withInteger

public NullSkippingRowBuilder withInteger(ColumnIndex index,
                                          Integer value)
Specified by:
withInteger in interface RowBuilder

withDate

public NullSkippingRowBuilder withDate(ColumnIndex index,
                                       Date date)
Specified by:
withDate in interface RowBuilder

withFormula

public RowBuilder withFormula(ColumnIndex index,
                              String formula)
Specified by:
withFormula in interface RowBuilder

build

public Row build()
Specified by:
build in interface RowBuilder


Copyright © 2013. All Rights Reserved.