Package de.gematik.combine.filter.table
Class MaxSameColumnPropertyFilter
- java.lang.Object
-
- de.gematik.combine.filter.table.AbstractTableFilter
-
- de.gematik.combine.filter.table.MaxSameColumnPropertyFilter
-
- All Implemented Interfaces:
SoftFilter,TableFilter,Comparable<TableFilter>
public class MaxSameColumnPropertyFilter extends AbstractTableFilter
This filter removes rows with the same property value in the given column above the given maxCount.
-
-
Constructor Summary
Constructors Constructor Description MaxSameColumnPropertyFilter(String columnName, String property, int maxCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<TableCell>>apply(List<List<TableCell>> table)protected booleancanEqual(Object other)booleanequals(Object o)inthashCode()StringtoString()-
Methods inherited from class de.gematik.combine.filter.table.AbstractTableFilter
isSoft, setSoft
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.gematik.combine.filter.table.TableFilter
compareTo, getFilterOrder, merge
-
-
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
-
-