Support android.util classes to assist with development of applications for
android API level 4 or later.
Classes
| 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. |