| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static Chain.EquivalenceChain |
Chain.equals(boolean left,
boolean right)
Compares two
boolean values as specified by left == right,
if the result of this equivalence chain has not already been
determined. |
Chain.EquivalenceChain |
Chain.EquivalenceChain.equals(boolean left,
boolean right)
Compares two
boolean values as specified by left == right,
if the result of this equivalence chain has not already been
determined. |
static Chain.EquivalenceChain |
Chain.equals(byte left,
byte right)
Compares two
byte values as specified by left == right,
if the result of this equivalence chain has not already been
determined. |
Chain.EquivalenceChain |
Chain.EquivalenceChain.equals(byte left,
byte right)
Compares two
byte values as specified by left == right,
if the result of this equivalence chain has not already been
determined. |
static Chain.EquivalenceChain |
Chain.equals(char left,
char right)
Compares two
char values as specified by left == right,
if the result of this equivalence chain has not already been
determined. |
Chain.EquivalenceChain |
Chain.EquivalenceChain.equals(char left,
char right)
Compares two
char values as specified by left == right,
if the result of this equivalence chain has not already been
determined. |
static Chain.EquivalenceChain |
Chain.equals(double left,
double right)
Compares two
double values as specified by Double.compare(double, double), if the result of this equivalence chain has not
already been determined. |
Chain.EquivalenceChain |
Chain.EquivalenceChain.equals(double left,
double right)
Compares two
double values as specified by Double.compare(double, double), if the result of this equivalence chain has not
already been determined. |
static Chain.EquivalenceChain |
Chain.equals(float left,
float right)
Compares two
float values as specified by Float.compare(float, float), if the result of this equivalence chain has not
already been determined. |
Chain.EquivalenceChain |
Chain.EquivalenceChain.equals(float left,
float right)
Compares two
float values as specified by Float.compare(float, float), if the result of this equivalence chain has not
already been determined. |
static Chain.EquivalenceChain |
Chain.equals(int left,
int right)
Compares two
int values as specified by left == right,
if the result of this equivalence chain has not already been
determined. |
Chain.EquivalenceChain |
Chain.EquivalenceChain.equals(int left,
int right)
Compares two
int values as specified by left == right,
if the result of this equivalence chain has not already been
determined. |
static Chain.EquivalenceChain |
Chain.equals(long left,
long right)
Compares two
long values as specified by left == right,
if the result of this equivalence chain has not already been
determined. |
Chain.EquivalenceChain |
Chain.EquivalenceChain.equals(long left,
long right)
Compares two
long values as specified by left == right,
if the result of this equivalence chain has not already been
determined. |
static Chain.EquivalenceChain |
Chain.equals(Object left,
Object right)
Compares two comparable objects as specified by
CommonUtil.equals(Object, Object), if the result of this equivalence chain
has not already been determined. |
Chain.EquivalenceChain |
Chain.EquivalenceChain.equals(Object left,
Object right)
Compares two comparable objects as specified by
CommonUtil.equals(Object, Object), if the result of this equivalence chain
has not already been determined. |
static Chain.EquivalenceChain |
Chain.equals(short left,
short right)
Compares two
short values as specified by left == right,
if the result of this equivalence chain has not already been
determined. |
Chain.EquivalenceChain |
Chain.EquivalenceChain.equals(short left,
short right)
Compares two
int values as specified by left == right,
if the result of this equivalence chain has not already been
determined. |
static <T,E extends Exception> |
Chain.equals(T left,
T right,
Throwables.BiFunction<? super T,? super T,Boolean,E> func) |
<T,E extends Exception> |
Chain.EquivalenceChain.equals(T left,
T right,
Throwables.BiFunction<? super T,? super T,Boolean,E> func) |
Copyright © 2021. All rights reserved.