()
| 4624 | // https://code.google.com/p/android/issues/detail?id=36519 / http://r.android.com/47508 |
| 4625 | |
| 4626 | @Override |
| 4627 | public Object[] toArray() { |
| 4628 | return toArrayList(this).toArray(); |
| 4629 | } |
| 4630 | |
| 4631 | @Override |
| 4632 | public <E> E[] toArray(E[] a) { |