| Interface | Description |
|---|---|
| Printer |
Simple interface for printing text, allowing redirection to various
targets.
|
| Class | Description |
|---|---|
| CollatorUtils | |
| DatabaseUtils |
Static utility methods for dealing with databases and
Cursors. |
| DatabaseUtils.InsertHelper | Deprecated
Use
SQLiteStatement instead. |
| LruCache<K,V> |
A cache that holds strong references to a limited number of values.
|
| Pair<F,S> |
Container to ease passing around a tuple of two objects.
|
| PrefixPrinter |
PrefixPrinter is a Printer which prefixes all lines with a given
prefix.
|
| TextUtils |