org.aksw.commons.util.strings
Class CollectionFormatter
java.lang.Object
org.aksw.commons.util.strings.CollectionFormatter
public class CollectionFormatter
- extends Object
- Author:
- Sebastian Hellmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionFormatter
public CollectionFormatter()
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.