Java's string class has a split method, but no join method. I've hand-written many a join method over the years. Apache has StringUtils. Google has Joiner.
Why isn't a join method part of Java's included class library?
|
Java's string class has a split method, but no join method. I've hand-written many a join method over the years. Apache has StringUtils. Google has Joiner. Why isn't a join method part of Java's included class library? |
|||||||||||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.