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

    • get

      Specified by:
      get in interface Observable<T>
      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
    • size

      int size()
      Returns:
      the number of filtered items