org.jfree.util
Class ArrayUtils

java.lang.Object
  extended byorg.jfree.util.ArrayUtils

public abstract class ArrayUtils
extends java.lang.Object

Utility methods for working with arrays.

Author:
David Gilbert

Constructor Summary
ArrayUtils()
           
 
Method Summary
static float[][] clone(float[][] array)
          Clones a two dimensional array of floats.
static boolean equal(float[][] array1, float[][] array2)
          Tests two float arrays for equality.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayUtils

public ArrayUtils()
Method Detail

clone

public static float[][] clone(float[][] array)
Clones a two dimensional array of floats.

Parameters:
array - the array.
Returns:
A clone of the array.

equal

public static boolean equal(float[][] array1,
                            float[][] array2)
Tests two float arrays for equality.

Parameters:
array1 - the first array.
array2 - the second arrray.
Returns:
A boolean.