|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.util.ArrayUtils
Utility methods for working with arrays.
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 |
public ArrayUtils()
Method Detail |
public static float[][] clone(float[][] array)
array
- the array.
public static boolean equal(float[][] array1, float[][] array2)
array1
- the first array.array2
- the second arrray.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |