Package de.gematik.combine.filter.table
Class DoubleLineupFilter
- java.lang.Object
-
- de.gematik.combine.filter.table.DoubleLineupFilter
-
- All Implemented Interfaces:
TableFilter,Comparable<TableFilter>,Function<List<List<TableCell>>,List<List<TableCell>>>,UnaryOperator<List<List<TableCell>>>
public class DoubleLineupFilter extends Object implements TableFilter
This filter removes rows that contain the same values as an earlier row just in different order.
-
-
Constructor Summary
Constructors Constructor Description DoubleLineupFilter(boolean allow)
-
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 java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.gematik.combine.filter.table.TableFilter
combine, compareTo, getFilterOrder
-
-