No examples for this method.
Frequently called with: [Clear]
-1
| API Diff Specification | |
| To Level: | 14 |
| From Level: | 13 |
| Generated | 2011.10.06 23:19 |
SparseArray Added interface java.lang.Cloneable.
| Changed Methods | ||
|---|---|---|
SparseArray<E>
clone()
|
Change in return type from Object to SparseArray<E>.Change in exceptions thrown from java.lang.CloneNotSupportedException to no exceptions.Method was inherited from java.lang.Object, but is now defined locally. Change of visibility from protected to public. |
|