Class DistinctRowPropertyFilter

All Implemented Interfaces:
RowFilter, SoftFilter, TableFilter, Comparable<TableFilter>, Predicate<List<TableCell>>

public class DistinctRowPropertyFilter extends TableRowFilter
This filter removes rows where not all entries have different values for a given property.
  • Constructor Details

    • DistinctRowPropertyFilter

      public DistinctRowPropertyFilter(String property)
  • Method Details

    • test

      public boolean test(List<TableCell> tableCells)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object