Loading core/java/android/util/SparseArray.java +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ public class SparseArray<E> implements Cloneable { * Creates a new SparseArray containing no mappings. */ public SparseArray() { this(10); this(0); } /** Loading core/java/android/util/SparseBooleanArray.java +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ public class SparseBooleanArray implements Cloneable { * Creates a new SparseBooleanArray containing no mappings. */ public SparseBooleanArray() { this(10); this(0); } /** Loading core/java/android/util/SparseDoubleArray.java +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ public class SparseDoubleArray implements Cloneable { /** Creates a new SparseDoubleArray containing no mappings. */ public SparseDoubleArray() { this(10); this(0); } /** Loading core/java/android/util/SparseIntArray.java +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ public class SparseIntArray implements Cloneable { * Creates a new SparseIntArray containing no mappings. */ public SparseIntArray() { this(10); this(0); } /** Loading core/java/android/util/SparseLongArray.java +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ public class SparseLongArray implements Cloneable { * Creates a new SparseLongArray containing no mappings. */ public SparseLongArray() { this(10); this(0); } /** Loading Loading
core/java/android/util/SparseArray.java +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ public class SparseArray<E> implements Cloneable { * Creates a new SparseArray containing no mappings. */ public SparseArray() { this(10); this(0); } /** Loading
core/java/android/util/SparseBooleanArray.java +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ public class SparseBooleanArray implements Cloneable { * Creates a new SparseBooleanArray containing no mappings. */ public SparseBooleanArray() { this(10); this(0); } /** Loading
core/java/android/util/SparseDoubleArray.java +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ public class SparseDoubleArray implements Cloneable { /** Creates a new SparseDoubleArray containing no mappings. */ public SparseDoubleArray() { this(10); this(0); } /** Loading
core/java/android/util/SparseIntArray.java +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ public class SparseIntArray implements Cloneable { * Creates a new SparseIntArray containing no mappings. */ public SparseIntArray() { this(10); this(0); } /** Loading
core/java/android/util/SparseLongArray.java +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ public class SparseLongArray implements Cloneable { * Creates a new SparseLongArray containing no mappings. */ public SparseLongArray() { this(10); this(0); } /** Loading