Class Filter.FilterResults

java.lang.Object
icyllis.modernui.widget.Filter.FilterResults
Enclosing class:
Filter

protected static class Filter.FilterResults extends Object

Holds the results of a filtering operation. The results are the values computed by the filtering operation and the number of these values.

  • Field Details

    • values

      public Object values

      Contains all the values computed by the filtering operation.

    • count

      public int count

      Contains the number of values computed by the filtering operation.

  • Constructor Details

    • FilterResults

      public FilterResults()