public class CompareHelper
extends java.lang.Object
| Constructor | Description | 
|---|---|
CompareHelper() | 
| Modifier and Type | Method | Description | 
|---|---|---|
static boolean | 
comparePrimitiveArray(java.lang.Object o1,
                     java.lang.Object o2) | 
 Compares two arrays of primitive values. 
 | 
static boolean | 
equals(java.lang.Object o1,
      java.lang.Object o2) | 
 Compare two objects. 
 | 
public static boolean equals(java.lang.Object o1,
                             java.lang.Object o2)
Warning: We will throw a NullPointerException if any element of either array is null.
o1 - first objecto2 - second objectpublic static boolean comparePrimitiveArray(java.lang.Object o1,
                                            java.lang.Object o2)
o1 - The first arrayo2 - The second arrayIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com