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?