|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.toolforge.core.util.collection.CollectionUtil
Some utils. I reckon this sort of thing already exists. Just too lazy to look for it now.
Constructor Summary | |
CollectionUtil()
|
Method Summary | |
static java.lang.String |
concat(java.util.Collection collection,
char separatorChar)
Given a collection of String objects (determines runtime ...), this method returns a
String , separated by a separator character. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CollectionUtil()
Method Detail |
public static java.lang.String concat(java.util.Collection collection, char separatorChar)
String
objects (determines runtime ...), this method returns a
String
, separated by a separator character. After the last String in the collection, no separator
char is placed.
collection
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |