Class android.util.SparseArray
Added interface java.lang.Cloneable.
| Changed Methods | ||
|---|---|---|
| SparseArray<E>clone() | Change in return type from ObjecttoSparseArray<E>.Change in exceptions thrown from java.lang.CloneNotSupportedExceptionto no exceptions.Method was inherited from java.lang.Object, but is now defined locally. Change of visibility from protected to public. | |
