SparseArray is Android-specific data structure that maps integers to Objects. This tag is to be used with Android tag.
SparseArray is Android-specific data structure that maps integers to Objects. It is intended to be more memory efficient than using HashMap to map Integers to Objects, both because it avoids auto-boxing keys and its data structure doesn't rely on an extra entry object for each mapping. This tag is to be used with android tag.