public class BasicIDARESheet extends Object implements IDARESheet
IDARESheet for convenience.| Constructor and Description | 
|---|
BasicIDARESheet(String sheetname)
Default constructor using the name of the sheet. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BasicIDARERow | 
createRow()
Create a row at the end of this sheet 
 | 
int | 
getLastRowNum()
Get the index of the last Row 
 | 
int | 
getPhysicalNumberOfRows()
Get the total number of non null rows in this Sheet. 
 | 
IDARERow | 
getRow(int arg0)
Get the Row with the provided row index 
 | 
int | 
getRowIndex(BasicIDARERow row)
Get the index of a given Row 
 | 
String | 
getSheetName()
Get the Name of this Sheet. 
 | 
Iterator<IDARERow> | 
iterator()  | 
Iterator<IDARERow> | 
rowIterator()
Get an Iterator over all rows in this Sheet. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic BasicIDARESheet(String sheetname)
sheetname - the name of this sheet.public int getLastRowNum()
IDARESheetgetLastRowNum in interface IDARESheetpublic int getPhysicalNumberOfRows()
IDARESheetgetPhysicalNumberOfRows in interface IDARESheetpublic IDARERow getRow(int arg0)
IDARESheetgetRow in interface IDARESheetarg0 - the index for which a IDARERow is requestedpublic String getSheetName()
IDARESheetgetSheetName in interface IDARESheetpublic Iterator<IDARERow> rowIterator()
IDARESheetrowIterator in interface IDARESheetpublic BasicIDARERow createRow()
public int getRowIndex(BasicIDARERow row)
row - The BasicIDARERow to get the index for.Copyright © 2018. All rights reserved.