java.lang.Object | |
↳ | android.widget.Filter.FilterResults |
Holds the results of a filtering operation. The results are the values computed by the filtering operation and the number of these values.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
count |
Contains the number of values computed by the filtering operation. |
||||||||||
values |
Contains all the values computed by the filtering operation. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Contains the number of values computed by the filtering operation.
Contains all the values computed by the filtering operation.