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 anIDAREWorkbookcompatible 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 IDARERowIDARESheet. 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 classBasicIDARERowA simple implementation of anIDARERowMethods in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation that return IDARERow Modifier and Type Method Description IDARERowBasicIDARESheet. getRow(int arg0)IDARERowIDARERowIterator. 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)
-