On 4 Mar 2009, at 18:46, Joshua Marinacci wrote:
> what does String.join do?

Joins strings together using a separator.  Just like every other  
language in the last 20 years.  :)

The google collections guys have a nice implementation, which accepts  
Objects as well as Strings and makes nice use of varargs.

   
http://google-collections.googlecode.com/svn/trunk/javadoc/com/google/common/base/Join.html

-Dom

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to javaposse@googlegroups.com
To unsubscribe from this group, send email to 
javaposse+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to