What would be the easiest way to make a CharSequence[] out of ArrayList<String>?
Sure I could iterate through every ArrayList item and copy to CharSequence array, but maybe there is better/faster way?
|
What would be the easiest way to make a Sure I could iterate through every
| ||||
|
feedback
|
|
You can use
Here's a little demo:
| |||||
feedback
|
|
Given that type
| |||
|
feedback
|