|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ant.dotnet.util.CollectionUtils
public class CollectionUtils
Helper methods related to collection manipulation.
This is a stripped down copy of Ant 1.8.2's version so the .NET Antlib can still be used with Ant 1.7.0.
Constructor Summary | |
---|---|
CollectionUtils()
|
Method Summary | |
---|---|
static java.lang.String |
flattenToString(java.util.Collection c)
Creates a comma separated list of all values held in the given collection. |
static java.lang.String |
flattenToString(java.util.Collection c,
java.lang.String sep)
Creates a list of all values held in the given collection separated by the given separator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectionUtils()
Method Detail |
---|
public static java.lang.String flattenToString(java.util.Collection c)
public static java.lang.String flattenToString(java.util.Collection c, java.lang.String sep)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |