Package icyllis.modernui.widget
Class Filter.FilterResults
java.lang.Object
icyllis.modernui.widget.Filter.FilterResults
- Enclosing class:
Filter
Holds the results of a filtering operation. The results are the values computed by the filtering operation and the number of these values.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
values
Contains all the values computed by the filtering operation.
-
count
public int countContains the number of values computed by the filtering operation.
-
-
Constructor Details
-
FilterResults
public FilterResults()
-