Interface BlockMultiDataSetIterator
-
public interface BlockMultiDataSetIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasAnything()This method checks, if underlying iterator has at least 1 DataSetMultiDataSet[]next(int maxDatasets)This method tries to fetch specified number of DataSets and returns them
-
-
-
Method Detail
-
hasAnything
boolean hasAnything()
This method checks, if underlying iterator has at least 1 DataSet- Returns:
-
next
MultiDataSet[] next(int maxDatasets)
This method tries to fetch specified number of DataSets and returns them- Parameters:
maxDatasets-- Returns:
-
-