com.genesyslab.platform.commons.util
Class CompareUtils
java.lang.Object
com.genesyslab.platform.commons.util.CompareUtils
public final class CompareUtils
- extends java.lang.Object
Method Summary |
static boolean |
deepEquals(java.lang.Object o1,
java.lang.Object o2)
|
static int |
deepHashCode(java.lang.Object o)
|
static boolean |
equals(byte[] o1,
byte[] o2)
|
static boolean |
equals(char[] o1,
char[] o2)
|
static boolean |
equals(double[] o1,
double[] o2)
|
static boolean |
equals(float[] o1,
float[] o2)
|
static boolean |
equals(int[] o1,
int[] o2)
|
static boolean |
equals(long[] o1,
long[] o2)
|
static boolean |
equals(java.lang.Object[] o1,
java.lang.Object[] o2)
|
static boolean |
equals(java.lang.Object o1,
java.lang.Object o2)
|
static boolean |
equals(short[] o1,
short[] o2)
|
static int |
hashCode(byte[] o)
|
static int |
hashCode(char[] o)
|
static int |
hashCode(double[] o)
|
static int |
hashCode(float[] o)
|
static int |
hashCode(int[] o)
|
static int |
hashCode(long[] o)
|
static int |
hashCode(java.lang.Object o)
|
static int |
hashCode(java.lang.Object[] o)
|
static int |
hashCode(short[] o)
|
static int |
notNullCount(java.util.Collection<?> values)
|
static int |
nullCount(java.util.Collection<?> values)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hashCode
public static int hashCode(byte[] o)
hashCode
public static int hashCode(short[] o)
hashCode
public static int hashCode(int[] o)
hashCode
public static int hashCode(long[] o)
hashCode
public static int hashCode(char[] o)
hashCode
public static int hashCode(float[] o)
hashCode
public static int hashCode(double[] o)
hashCode
public static int hashCode(java.lang.Object[] o)
hashCode
public static int hashCode(java.lang.Object o)
equals
public static boolean equals(byte[] o1,
byte[] o2)
equals
public static boolean equals(short[] o1,
short[] o2)
equals
public static boolean equals(int[] o1,
int[] o2)
equals
public static boolean equals(long[] o1,
long[] o2)
equals
public static boolean equals(char[] o1,
char[] o2)
equals
public static boolean equals(float[] o1,
float[] o2)
equals
public static boolean equals(double[] o1,
double[] o2)
equals
public static boolean equals(java.lang.Object[] o1,
java.lang.Object[] o2)
equals
public static boolean equals(java.lang.Object o1,
java.lang.Object o2)
deepEquals
public static boolean deepEquals(java.lang.Object o1,
java.lang.Object o2)
deepHashCode
public static int deepHashCode(java.lang.Object o)
notNullCount
public static int notNullCount(java.util.Collection<?> values)
nullCount
public static int nullCount(java.util.Collection<?> values)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.