org.vizzini.util
Class ArrayUtilities

java.lang.Object
  extended by org.vizzini.util.ArrayUtilities

public class ArrayUtilities
extends Object

Provides convenience utility methods for arrays.

Since:
v0.3
Version:
v0.3
Author:
Jeffrey M. Thompson

Method Summary
static ArrayUtilities getInstance()
          Return the singleton instance.
 String toString(double[] array)
          Return a string representation of the given array.
 String toString(int[] array)
          Return a string representation of the given object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final ArrayUtilities getInstance()
Return the singleton instance.

Since:
v0.3

toString

public String toString(int[] array)
Return a string representation of the given object.

Since:
v0.3

toString

public String toString(double[] array)
Return a string representation of the given array.

Since:
v0.3


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02