()
| 4600 | // https://code.google.com/p/android/issues/detail?id=36519 / http://r.android.com/47508 |
| 4601 | |
| 4602 | @Override |
| 4603 | public Object[] toArray() { |
| 4604 | return toArrayList(this).toArray(); |
| 4605 | } |
| 4606 | |
| 4607 | @Override |
| 4608 | public <E> E[] toArray(E[] a) { |