Loading core/java/android/util/SparseLongArray.java +2 −2 Original line number Diff line number Diff line Loading @@ -164,7 +164,7 @@ public class SparseLongArray implements Cloneable { } /** * Returns the number of key-value mappings that this SparseIntArray * Returns the number of key-value mappings that this SparseLongArray * currently stores. */ public int size() { Loading Loading @@ -246,7 +246,7 @@ public class SparseLongArray implements Cloneable { } /** * Removes all key-value mappings from this SparseIntArray. * Removes all key-value mappings from this SparseLongArray. */ public void clear() { mSize = 0; Loading Loading
core/java/android/util/SparseLongArray.java +2 −2 Original line number Diff line number Diff line Loading @@ -164,7 +164,7 @@ public class SparseLongArray implements Cloneable { } /** * Returns the number of key-value mappings that this SparseIntArray * Returns the number of key-value mappings that this SparseLongArray * currently stores. */ public int size() { Loading Loading @@ -246,7 +246,7 @@ public class SparseLongArray implements Cloneable { } /** * Removes all key-value mappings from this SparseIntArray. * Removes all key-value mappings from this SparseLongArray. */ public void clear() { mSize = 0; Loading