org.nuiton.util
Interface StringUtil.ToString<O>

Type Parameters:
O - type of object manipulated
Enclosing class:
StringUtil

public static interface StringUtil.ToString<O>

Contract to use in StringUtil.join(Iterable , ToString, String, boolean) method. This will provide a toString method to convert an object in a string.


Method Summary
 String toString(O o)
          Convert an object o in a string.
 

Method Detail

toString

String toString(O o)
Convert an object o in a string.

Parameters:
o - to convert
Returns:
the string for this object o


Copyright © 2004-2011 CodeLutin. All Rights Reserved.