Interface FilteredListModel.Filter<T>

Enclosing class:
FilteredListModel<T>

public static interface FilteredListModel.Filter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(T element)
     
  • Method Details

    • accept

      boolean accept(T element)