Interface FilterModel.FilteredItems<T>

Type Parameters:
T - the item type
All Superinterfaces:
Observable<Collection<T>>, Observer<Collection<T>>
Enclosing interface:
FilterModel<T>

public static interface FilterModel.FilteredItems<T> extends Observable<Collection<T>>
  • Method Details

    • 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