| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static If |
If.exists(int index)
true for index >= 0, false for index < 0. |
static If |
If.is(boolean b)
Checks if is.
|
static If |
If.isNullOrEmpty(boolean[] a)
Checks if is null or empty.
|
static If |
If.isNullOrEmpty(byte[] a)
Checks if is null or empty.
|
static If |
If.isNullOrEmpty(char[] a)
Checks if is null or empty.
|
static If |
If.isNullOrEmpty(CharSequence s)
Checks if is null or empty.
|
static If |
If.isNullOrEmpty(Collection<?> c)
Checks if is null or empty.
|
static If |
If.isNullOrEmpty(double[] a)
Checks if is null or empty.
|
static If |
If.isNullOrEmpty(float[] a)
Checks if is null or empty.
|
static If |
If.isNullOrEmpty(int[] a)
Checks if is null or empty.
|
static If |
If.isNullOrEmpty(long[] a)
Checks if is null or empty.
|
static If |
If.isNullOrEmpty(Map<?,?> m)
Checks if is null or empty.
|
static If |
If.isNullOrEmpty(Multimap<?,?,?> m)
Checks if is null or empty.
|
static If |
If.isNullOrEmpty(Multiset<?> s)
Checks if is null or empty.
|
static If |
If.isNullOrEmpty(Object[] a)
Checks if is null or empty.
|
static If |
If.isNullOrEmpty(short[] a)
Checks if is null or empty.
|
static If |
If.isNullOrEmptyOrBlank(CharSequence s)
Checks if is null or empty or blank.
|
static If |
If.not(boolean b) |
static If |
If.notNullOrEmpty(boolean[] a)
Not null or empty.
|
static If |
If.notNullOrEmpty(byte[] a)
Not null or empty.
|
static If |
If.notNullOrEmpty(char[] a)
Not null or empty.
|
static If |
If.notNullOrEmpty(CharSequence s)
Not null or empty.
|
static If |
If.notNullOrEmpty(Collection<?> c)
Not null or empty.
|
static If |
If.notNullOrEmpty(double[] a)
Not null or empty.
|
static If |
If.notNullOrEmpty(float[] a)
Not null or empty.
|
static If |
If.notNullOrEmpty(int[] a)
Not null or empty.
|
static If |
If.notNullOrEmpty(long[] a)
Not null or empty.
|
static If |
If.notNullOrEmpty(Map<?,?> m)
Not null or empty.
|
static If |
If.notNullOrEmpty(Multimap<?,?,?> m)
Not null or empty.
|
static If |
If.notNullOrEmpty(Multiset<?> s)
Not null or empty.
|
static If |
If.notNullOrEmpty(Object[] a)
Not null or empty.
|
static If |
If.notNullOrEmpty(short[] a)
Not null or empty.
|
static If |
If.notNullOrEmptyOrBlank(CharSequence s)
Not null or empty or blank.
|
Copyright © 2021. All rights reserved.