Tagged Questions
3
votes
8answers
2k views
Replicating String.split with StringTokenizer
Encouraged by this, and the fact I have billions of string to parse, I tried to modify my code to accept StringTokenizer instead of String[]
The only thing left between me and getting that delicious ...