Interface FilterModel.FilteredItems<T>

Type Parameters:
T - the item type
Enclosing interface:
FilterModel<T>

public static interface FilterModel.FilteredItems<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    contains(T item)
    Returns true if the given item is filtered.
    int
     
    get()
     
  • Method Details

    • get

      Returns:
      the filtered items or an empty collection in case of no filtered items
    • contains

      boolean contains(T item)
      Returns true if the given item is filtered.
      Parameters:
      item - the item
      Returns:
      true if the item is filtered
    • count

      int count()
      Returns:
      the number of filtered items