String#split fast path optimization

Instead of allocating ArrayList
and growing/shrinking it, lets count all the
separators and allocate the array of the required
size.

Change-Id: Ia70ef54efd1580903f5752e3d488b3643e5c89b7
1 file changed