Why doesn't Java have a join() method?
I'm tired of writing my own. Any language that supports collections and/or iterables should allow me to specify a delimiter and create a string from the collection.
Oh well, here's the latest one.
I'm tired of writing my own. Any language that supports collections and/or iterables should allow me to specify a delimiter and create a string from the collection.
Oh well, here's the latest one.