to top
Android APIs
package

android.support.v4.util

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. 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.