de.netseeker.ejoe.util
Class ContentStringBuilder

java.lang.Object
  extended by de.netseeker.ejoe.util.ContentStringBuilder

public class ContentStringBuilder
extends java.lang.Object

Since:
0.3.9.1
Author:
netseeker

Constructor Summary
ContentStringBuilder()
           
 
Method Summary
static java.lang.String toString(java.util.Collection collection)
          JDK 1.4 compatible toString for collections
static java.lang.String toString(java.lang.Object[] array)
          JDK 1.4 compatible toString for arrays
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentStringBuilder

public ContentStringBuilder()
Method Detail

toString

public static java.lang.String toString(java.lang.Object[] array)
JDK 1.4 compatible toString for arrays

Parameters:
array - the array to build a string representation from
Returns:
a string representation for the contents of the given array

toString

public static java.lang.String toString(java.util.Collection collection)
JDK 1.4 compatible toString for collections

Parameters:
collection - the collection to build a string representation from
Returns:
a string representation for the contents of the given collection


Copyright © 2005-2007 netseeker. All Rights Reserved.