private static interface Presorter.LazyEvaluator
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(int row,
boolean firstOf)
Evaluate break row(s) which help to determine whether the given row
if the first/last in a break group.
|
void evaluate(int row,
boolean firstOf)
row - Row to be checked as the beginning/end of a break group.firstOf - true indicates that the row should be checked as
the beginning of a break group. false indicates
that the row should be checked as the end of a break group