|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.widget.Filter.FilterResults
protected static class 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.
| Field Summary | |
|---|---|
int |
count
Contains the number of values computed by the filtering operation. |
Object |
values
Contains all the values computed by the filtering operation. |
| Constructor Summary | |
|---|---|
Filter.FilterResults()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Object values
Contains all the values computed by the filtering operation.
public int count
Contains the number of values computed by the filtering operation.
| Constructor Detail |
|---|
public Filter.FilterResults()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||