jInfer

cz.cuni.mff.ksi.jinfer.base.utils
Interface CollectionToString.ToString<T>

Enclosing class:
CollectionToString

public static interface CollectionToString.ToString<T>


Method Summary
 String toString(T t)
          Converts the parameter to a string.
 

Method Detail

toString

String toString(T t)
Converts the parameter to a string.

Parameters:
t - Parameter to be converted to a string.
Returns:
String representation of the parameter.

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011