lima.conversion
Class Convertor

java.lang.Object
  |
  +--lima.conversion.Convertor

public class Convertor
extends java.lang.Object

A class to provide general data format conversion facilites, including the provision of generic toString () methods for primitives and arrays.


Constructor Summary
Convertor()
           
 
Method Summary
static java.lang.String toString(int[] v)
           
static java.lang.String toString(java.lang.Object[] v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Convertor

public Convertor()
Method Detail

toString

public static java.lang.String toString(int[] v)

toString

public static java.lang.String toString(java.lang.Object[] v)