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, wait
forEach, spliterator
public BasicIDARESheet(String sheetname)
sheetname
- the name of this sheet.public int getLastRowNum()
IDARESheet
getLastRowNum
in interface IDARESheet
public int getPhysicalNumberOfRows()
IDARESheet
getPhysicalNumberOfRows
in interface IDARESheet
public IDARERow getRow(int arg0)
IDARESheet
getRow
in interface IDARESheet
arg0
- the index for which a IDARERow
is requestedpublic String getSheetName()
IDARESheet
getSheetName
in interface IDARESheet
public Iterator<IDARERow> rowIterator()
IDARESheet
rowIterator
in interface IDARESheet
public BasicIDARERow createRow()
public int getRowIndex(BasicIDARERow row)
row
- The BasicIDARERow
to get the index for.Copyright © 2018. All rights reserved.