Package de.gematik.combine.filter.table
Class ShuffleTableFilter
- java.lang.Object
-
- de.gematik.combine.filter.table.AbstractTableFilter
-
- de.gematik.combine.filter.table.ShuffleTableFilter
-
- All Implemented Interfaces:
SoftFilter,TableFilter,Comparable<TableFilter>
public class ShuffleTableFilter extends AbstractTableFilter
This filter shuffles the order of rows and does not remove rows.
-
-
Constructor Summary
Constructors Constructor Description ShuffleTableFilter(boolean shuffle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<TableCell>>apply(List<List<TableCell>> table)StringtoString()-
Methods inherited from class de.gematik.combine.filter.table.AbstractTableFilter
isSoft, setSoft
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.gematik.combine.filter.table.TableFilter
compareTo, getFilterOrder, merge
-
-