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.
public | int | count | Contains the number of values computed by the filtering operation. |
||
public | Object | values | Contains all the values computed by the filtering operation. |
Filter.FilterResults() |
Contains the number of values computed by the filtering operation.
Contains all the values computed by the filtering operation.
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |