public static interface SimpleCursorAdapter.CursorToStringConverter
Modifier and Type | Method and Description |
---|---|
CharSequence |
convertToString(Cursor cursor)
Returns a CharSequence representing the specified Cursor.
|
CharSequence convertToString(Cursor cursor)
cursor
- the cursor for which a CharSequence representation
is requested