|
|||||||||
| Home >> All >> nextapp >> echoservlet >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
nextapp.echoservlet.util
Class Delimiter

java.lang.Objectnextapp.echoservlet.util.Delimiter
- public class Delimiter
- extends java.lang.Object
Converts arrays to Strings, adding a specified delimiter between
elements.
| Constructor Summary | |
private |
Delimiter()
Non-instantiable class. |
| Method Summary | |
static java.lang.String |
toString(java.util.Collection collection,
java.lang.String delimiter)
Returns the contents of an Collection as a
String, adding the specified delimiter between elements. |
static java.lang.String |
toString(java.lang.Object[] array,
java.lang.String delimiter)
Returns the contents of an array as a String, adding the
specified delimiter between elements. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Delimiter
private Delimiter()
- Non-instantiable class.
| Method Detail |
toString
public static java.lang.String toString(java.lang.Object[] array, java.lang.String delimiter)
- Returns the contents of an array as a
String, adding the specified delimiter between elements.
toString
public static java.lang.String toString(java.util.Collection collection, java.lang.String delimiter)
- Returns the contents of an
Collectionas aString, adding the specified delimiter between elements.
|
|||||||||
| Home >> All >> nextapp >> echoservlet >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
nextapp.echoservlet.util.Delimiter