org.aksw.commons.util.strings
Class CollectionFormatter

java.lang.Object
  extended by org.aksw.commons.util.strings.CollectionFormatter

public class CollectionFormatter
extends Object

Author:
Sebastian Hellmann

Constructor Summary
CollectionFormatter()
           
 
Method Summary
static String collection2String(Collection collection, String separator)
          doesn't print the last separator ;) outputs: 1234
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionFormatter

public CollectionFormatter()
Method Detail

collection2String

public static String collection2String(Collection collection,
                                       String separator)
doesn't print the last separator ;) outputs: 1234

Parameters:
collection -
separator -
Returns:


Copyright © 2012. All Rights Reserved.