Package net.sf.jasperreports.engine.fill
Class SortedDataSource.SortRecord
- java.lang.Object
-
- net.sf.jasperreports.engine.fill.SortedDataSource.SortRecord
-
- Enclosing class:
- SortedDataSource
public static class SortedDataSource.SortRecord extends Object
-
-
Constructor Summary
Constructors Constructor Description SortRecord(Object[] values, int recordIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectfieldValue(int fieldIdx)intgetRecordIndex()Object[]getValues()booleanisFiltered()protected voidmarkFiltered()protected voidsetRecordIndex(int recordIndex)
-
-
-
Constructor Detail
-
SortRecord
public SortRecord(Object[] values, int recordIndex)
-
-