Package de.gematik.combine.filter.table
Class ShuffleTableFilter
- java.lang.Object
-
- de.gematik.combine.filter.table.ShuffleTableFilter
-
- All Implemented Interfaces:
TableFilter,Comparable<TableFilter>,Function<List<List<TableCell>>,List<List<TableCell>>>,UnaryOperator<List<List<TableCell>>>
public class ShuffleTableFilter extends Object implements TableFilter
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.gematik.combine.filter.table.TableFilter
combine, compareTo, getFilterOrder
-
-