Uses of Interface
idare.imagenode.Interfaces.DataSetReaders.WorkBook.IDARERow
-
Packages that use IDARERow Package Description idare.imagenode.Interfaces.DataSetReaders.WorkBook This package contains the Interfaces necessary for DataSet parsing.idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation This package contains a basic implementation of anIDAREWorkbook
compatible with the IDARE Interface. -
-
Uses of IDARERow in idare.imagenode.Interfaces.DataSetReaders.WorkBook
Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook that return IDARERow Modifier and Type Method Description IDARERow
IDARESheet. getRow(int arg0)
Get the Row with the provided row indexMethods in idare.imagenode.Interfaces.DataSetReaders.WorkBook that return types with arguments of type IDARERow Modifier and Type Method Description Iterator<IDARERow>
IDARESheet. rowIterator()
Get an Iterator over all rows in this Sheet. -
Uses of IDARERow in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation
Classes in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation that implement IDARERow Modifier and Type Class Description class
BasicIDARERow
A simple implementation of anIDARERow
Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation that return IDARERow Modifier and Type Method Description IDARERow
BasicIDARESheet. getRow(int arg0)
IDARERow
IDARERowIterator. next()
Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation that return types with arguments of type IDARERow Modifier and Type Method Description Iterator<IDARERow>
BasicIDARESheet. iterator()
Iterator<IDARERow>
BasicIDARESheet. rowIterator()
Constructor parameters in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation with type arguments of type IDARERow Constructor Description IDARERowIterator(Iterator<? extends IDARERow> source)
-