No examples for this method.
Frequently called with: [Clear]
-1
| AtomicFile | Static library support version of the framework's AtomicFile, a helper class for performing atomic operations on a file by creating a backup file until a write has successfully completed. |
| LongSparseArray<E> | SparseArray mapping longs to Objects. |
| LruCache<K, V> | Static library version of LruCache. |
| SparseArrayCompat<E> | A copy of Honeycomb's SparseArray, that provides a removeAt() method. |