OCPsoft Common API 1.0.3.Final

org.ocpsoft.common.util
Class Strings

java.lang.Object
  extended by org.ocpsoft.common.util.Strings

public abstract class Strings
extends java.lang.Object

Author:
Lincoln Baxter, III

Constructor Summary
Strings()
           
 
Method Summary
static java.lang.String join(java.util.Collection<?> collection, java.lang.String delimiter)
          Join a collection of strings using the given delimeter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Strings

public Strings()
Method Detail

join

public static java.lang.String join(java.util.Collection<?> collection,
                                    java.lang.String delimiter)
Join a collection of strings using the given delimeter.


OCPsoft Common API 1.0.3.Final

Copyright © 2012 OCPsoft. All Rights Reserved.