I want to create a class and it extends the SparseArray. The mKeys and mValues are private in SparseArray , so it cannot be accessed in my Class. But I need do some special things about the mKeys and mValues. How to handle it ?
http://developer.android.com/reference/android/util/SparseArray.html