| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static Chain.ComparisonChain |
Chain.compare(byte left,
byte right)
Compares two
byte values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined. |
Chain.ComparisonChain |
Chain.ComparisonChain.compare(byte left,
byte right)
Compares two
byte values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined. |
static Chain.ComparisonChain |
Chain.compare(char left,
char right)
Compares two
char values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined. |
Chain.ComparisonChain |
Chain.ComparisonChain.compare(char left,
char right)
Compares two
char values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined. |
static Chain.ComparisonChain |
Chain.compare(double left,
double right)
Compares two
double values as specified by Double.compare(double, double), if the result of this comparison chain has not
already been determined. |
Chain.ComparisonChain |
Chain.ComparisonChain.compare(double left,
double right)
Compares two
double values as specified by Double.compare(double, double), if the result of this comparison chain has not
already been determined. |
static Chain.ComparisonChain |
Chain.compare(float left,
float right)
Compares two
float values as specified by Float.compare(float, float), if the result of this comparison chain has not
already been determined. |
Chain.ComparisonChain |
Chain.ComparisonChain.compare(float left,
float right)
Compares two
float values as specified by Float.compare(float, float), if the result of this comparison chain has not
already been determined. |
static Chain.ComparisonChain |
Chain.compare(int left,
int right)
Compares two
int values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined. |
Chain.ComparisonChain |
Chain.ComparisonChain.compare(int left,
int right)
Compares two
int values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined. |
static Chain.ComparisonChain |
Chain.compare(long left,
long right)
Compares two
long values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined. |
Chain.ComparisonChain |
Chain.ComparisonChain.compare(long left,
long right)
Compares two
long values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined. |
static Chain.ComparisonChain |
Chain.compare(short left,
short right)
Compares two
short values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined. |
Chain.ComparisonChain |
Chain.ComparisonChain.compare(short left,
short right)
Compares two
short values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined. |
static <T extends Comparable<? super T>> |
Chain.compare(T left,
T right)
Compares two comparable objects as specified by
Comparable.compareTo(T), if the result of this comparison chain
has not already been determined. |
<T extends Comparable<? super T>> |
Chain.ComparisonChain.compare(T left,
T right)
Compares two comparable objects as specified by
Comparable.compareTo(T), if the result of this comparison chain
has not already been determined. |
static <T> Chain.ComparisonChain |
Chain.compare(T left,
T right,
Comparator<T> comparator)
Compares two objects using a comparator, if the result of this
comparison chain has not already been determined.
|
<T> Chain.ComparisonChain |
Chain.ComparisonChain.compare(T left,
T right,
Comparator<T> comparator)
Compares two objects using a comparator, if the result of this
comparison chain has not already been determined.
|
static <T,E extends Exception> |
Chain.compare(T left,
T right,
Throwables.BiFunction<? super T,? super T,Integer,E> func) |
<T,E extends Exception> |
Chain.ComparisonChain.compare(T left,
T right,
Throwables.BiFunction<? super T,? super T,Integer,E> func) |
static Chain.ComparisonChain |
Chain.compareFalseLess(boolean left,
boolean right)
Compares two
boolean values, considering false to be less
than true, if the result of this comparison chain has not
already been determined. |
Chain.ComparisonChain |
Chain.ComparisonChain.compareFalseLess(boolean left,
boolean right)
Compares two
boolean values, considering false to be less
than true, if the result of this comparison chain has not
already been determined. |
static <T extends Comparable<? super T>> |
Chain.compareNullBigger(T left,
T right)
null is bigger. |
<T extends Comparable<? super T>> |
Chain.ComparisonChain.compareNullBigger(T left,
T right)
null is bigger. |
static <T extends Comparable<? super T>> |
Chain.compareNullLess(T left,
T right)
null is smaller. |
<T extends Comparable<? super T>> |
Chain.ComparisonChain.compareNullLess(T left,
T right)
null is smaller. |
static Chain.ComparisonChain |
Chain.compareTrueLess(boolean left,
boolean right)
Compares two
boolean values, considering true to be less
than false, if the result of this comparison chain has not
already been determined. |
Chain.ComparisonChain |
Chain.ComparisonChain.compareTrueLess(boolean left,
boolean right)
Compares two
boolean values, considering true to be less
than false, if the result of this comparison chain has not
already been determined. |
Copyright © 2021. All rights reserved.