Home | History | Annotate | Download | only in util

Lines Matching defs:SparseArray

26 public class SparseArray<E> {
31 * Creates a new SparseArray containing no mappings.
33 public SparseArray() {
38 * Creates a new SparseArray containing no mappings that will not
42 public SparseArray(int initialCapacity) {
105 // Log.e("SparseArray", "gc start with " + mSize);
128 // Log.e("SparseArray", "gc end with " + mSize);
163 // Log.e("SparseArray", "grow " + mKeys.length + " to " + n);
172 // Log.e("SparseArray", "move " + (mSize - i));
184 * Returns the number of key-value mappings that this SparseArray
198 * SparseArray stores.
211 * SparseArray stores.
224 * SparseArray stores.
268 * Removes all key-value mappings from this SparseArray.
303 // Log.e("SparseArray", "grow " + mKeys.length + " to " + n);