org.jagatoo.util.arrays
Class ArrayUtils

java.lang.Object
  extended by org.jagatoo.util.arrays.ArrayUtils

public final class ArrayUtils
extends java.lang.Object

Helper class for array operations.

Author:
Marvin Froehlich (aka Qudus)

Constructor Summary
ArrayUtils()
           
 
Method Summary
static boolean equals(float[] a, float[] b)
           
 
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

equals

public static final boolean equals(float[] a,
                                   float[] b)
Parameters:
a -
b -
Returns:
true, if both float arrays are either the same instance (or both null), or the same langth and all elements are equal.