Package android.support.v4.util

Support android.util classes to assist with development of applications for android API level 4 or later.

See:
          Description

Class Summary
ArrayMap<K,V> ArrayMap is a generic key->value mapping data structure that is designed to be more memory efficient than a traditional HashMap, this implementation is a version of the platform's android.util.ArrayMap that can be used on older versions of the platform.
AtomicFile Static library support version of the framework's android.util.AtomicFile, a helper class for performing atomic operations on a file by creating a backup file until a write has successfully completed.
DebugUtils Helper for accessing features in DebugUtils introduced after API level 4 in a backwards compatible fashion.
LogWriter Helper for accessing features in android.util.LogWriter introduced after API level 4 in a backwards compatible fashion.
LongSparseArray<E> SparseArray mapping longs to Objects, a version of the platform's android.util.LongSparseArray that can be used on older versions of the platform.
LruCache<K,V> Static library version of android.util.LruCache.
SimpleArrayMap<K,V> Base implementation of ArrayMap that doesn't include any standard Java container API interoperability.
SparseArrayCompat<E> A copy of the current platform (currently android.os.Build.VERSION_CODES#KITKAT version of SparseArray; provides a removeAt() method and other things.
TimeUtils Helper for accessing features in TimeUtils introduced after API level 4 in a backwards compatible fashion.
 

Package android.support.v4.util Description

Support android.util classes to assist with development of applications for android API level 4 or later.