Package | Description |
---|---|
edu.internet2.middleware.grouperInstaller.util |
Modifier and Type | Method and Description |
---|---|
GcEqualsBuilder |
GcEqualsBuilder.append(boolean[] lhs,
boolean[] rhs)
Deep comparison of array of
boolean . |
GcEqualsBuilder |
GcEqualsBuilder.append(boolean lhs,
boolean rhs)
Test if two
booleans s are equal. |
GcEqualsBuilder |
GcEqualsBuilder.append(byte[] lhs,
byte[] rhs)
Deep comparison of array of
byte . |
GcEqualsBuilder |
GcEqualsBuilder.append(byte lhs,
byte rhs)
Test if two
byte s are equal. |
GcEqualsBuilder |
GcEqualsBuilder.append(char[] lhs,
char[] rhs)
Deep comparison of array of
char . |
GcEqualsBuilder |
GcEqualsBuilder.append(char lhs,
char rhs)
Test if two
char s are equal. |
GcEqualsBuilder |
GcEqualsBuilder.append(double[] lhs,
double[] rhs)
Deep comparison of array of
double . |
GcEqualsBuilder |
GcEqualsBuilder.append(double lhs,
double rhs)
Test if two
double s are equal by testing that the
pattern of bits returned by doubleToLong are equal. |
GcEqualsBuilder |
GcEqualsBuilder.append(float[] lhs,
float[] rhs)
Deep comparison of array of
float . |
GcEqualsBuilder |
GcEqualsBuilder.append(float lhs,
float rhs)
Test if two
float s are equal byt testing that the
pattern of bits returned by doubleToLong are equal. |
GcEqualsBuilder |
GcEqualsBuilder.append(int[] lhs,
int[] rhs)
Deep comparison of array of
int . |
GcEqualsBuilder |
GcEqualsBuilder.append(int lhs,
int rhs)
Test if two
int s are equal. |
GcEqualsBuilder |
GcEqualsBuilder.append(long[] lhs,
long[] rhs)
Deep comparison of array of
long . |
GcEqualsBuilder |
GcEqualsBuilder.append(long lhs,
long rhs)
Test if two
long s are equal. |
GcEqualsBuilder |
GcEqualsBuilder.append(Object[] lhs,
Object[] rhs)
Performs a deep comparison of two
Object arrays. |
GcEqualsBuilder |
GcEqualsBuilder.append(Object lhs,
Object rhs)
Test if two
Object s are equal using their
equals method. |
GcEqualsBuilder |
GcEqualsBuilder.append(short[] lhs,
short[] rhs)
Deep comparison of array of
short . |
GcEqualsBuilder |
GcEqualsBuilder.append(short lhs,
short rhs)
Test if two
short s are equal. |
GcEqualsBuilder |
GcEqualsBuilder.appendSuper(boolean superEquals)
Adds the result of
super.equals() to this builder. |
Copyright © 2016 Internet2. All rights reserved.