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
DebugUtils Helper for accessing features in android.util.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.
LruCache<K,V> Static library version of android.util.LruCache.
SparseArrayCompat<E> A copy of Honeycomb's android.util.SparseArray, that provides a removeAt() method.
TimeUtils Helper for accessing features in android.util.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.