public class Null extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Null.Eu |
| Modifier and Type | Field and Description |
|---|---|
static BigDecimal[] |
BigDecimals |
static Boolean[] |
BoolArr |
static boolean[] |
Bools |
static Byte[] |
ByteArr |
static byte[] |
Bytes |
static char[] |
Chars |
static @NotNull Class<?> |
Clz |
static Class<?>[] |
ClzArr |
static Double[] |
DoubleArr |
static double[] |
Doubles |
static @NotNull Enum<?> |
Enm |
static Float[] |
FloatArr |
static float[] |
Floats |
static float |
Flt32 |
static double |
Flt64 |
static boolean |
Int01 |
static byte |
Int08 |
static char |
Int16 |
static int |
Int32 |
static long |
Int64 |
static Integer[] |
IntArr |
static int[] |
Ints |
static Long[] |
LongArr |
static long[] |
Longs |
static Object[] |
Objects |
static Short[] |
ShortArr |
static short[] |
Shorts |
static @NotNull String |
Str |
static String[] |
StrArr |
| Constructor and Description |
|---|
Null() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
asNull(boolean v) |
static boolean |
asNull(Boolean v) |
static boolean |
asNull(boolean[] v) |
static boolean |
asNull(byte v) |
static boolean |
asNull(Byte v) |
static boolean |
asNull(byte[] v) |
static boolean |
asNull(char v) |
static boolean |
asNull(char[] v) |
static boolean |
asNull(Character v) |
static boolean |
asNull(CharSequence v) |
static boolean |
asNull(Class<?> v) |
static boolean |
asNull(double v) |
static boolean |
asNull(Double v) |
static boolean |
asNull(double[] v) |
static boolean |
asNull(Enum<?> v) |
static boolean |
asNull(float v) |
static boolean |
asNull(Float v) |
static boolean |
asNull(float[] v) |
static boolean |
asNull(int v) |
static boolean |
asNull(int[] v) |
static boolean |
asNull(Integer v) |
static boolean |
asNull(long v) |
static boolean |
asNull(Long v) |
static boolean |
asNull(long[] v) |
static boolean |
asNull(Object[] v) |
static boolean |
asNull(short v) |
static boolean |
asNull(Short v) |
static boolean |
asNull(short[] v) |
static boolean |
notNull(Boolean v) |
static boolean[] |
notNull(boolean[] v) |
static boolean[] |
notNull(boolean[] v,
boolean[] e) |
static boolean |
notNull(Boolean v,
boolean e) |
static byte |
notNull(Byte v) |
static byte[] |
notNull(byte[] v) |
static byte[] |
notNull(byte[] v,
byte[] e) |
static byte |
notNull(Byte v,
byte e) |
static char[] |
notNull(char[] v) |
static char[] |
notNull(char[] v,
char[] e) |
static char |
notNull(Character v) |
static char |
notNull(Character v,
char e) |
static @NotNull String |
notNull(CharSequence v) |
static @NotNull String |
notNull(CharSequence v,
@NotNull String e) |
static @NotNull Class<?> |
notNull(Class<?> v) |
static <T> @NotNull Class<T> |
notNull(Class<T> v,
Class<T> e) |
static double |
notNull(Double v) |
static double[] |
notNull(double[] v) |
static double[] |
notNull(double[] v,
double[] e) |
static double |
notNull(Double v,
double e) |
static @NotNull Enum<?> |
notNull(Enum<?> v) |
static float |
notNull(Float v) |
static float[] |
notNull(float[] v) |
static float[] |
notNull(float[] v,
float[] e) |
static float |
notNull(Float v,
float e) |
static int[] |
notNull(int[] v) |
static int[] |
notNull(int[] v,
int[] e) |
static int |
notNull(Integer v) |
static int |
notNull(Integer v,
int e) |
static <V> @NotNull List<V> |
notNull(@Nullable List<V> obj) |
static long |
notNull(Long v) |
static long[] |
notNull(long[] v) |
static long[] |
notNull(long[] v,
long[] e) |
static long |
notNull(Long v,
long e) |
static <K,V> @NotNull Map<K,V> |
notNull(@Nullable Map<K,V> obj) |
static Object[] |
notNull(Object[] v) |
static Object[] |
notNull(Object[] v,
Object[] e) |
static <V> @NotNull Set<V> |
notNull(@Nullable Set<V> obj) |
static short |
notNull(Short v) |
static short[] |
notNull(short[] v) |
static short[] |
notNull(short[] v,
short[] e) |
static short |
notNull(Short v,
short e) |
static <T> void |
notNull(T obj,
@NotNull Consumer<T> con) |
static <T> T |
notNull(T obj,
@NotNull Supplier<T> sup) |
static <T extends Enum<T>> |
notNull(T v,
T e) |
public static final boolean Int01
public static final byte Int08
public static final char Int16
public static final int Int32
public static final long Int64
public static final float Flt32
public static final double Flt64
@NotNull public static final @NotNull Enum<?> Enm
@NotNull public static final @NotNull Class<?> Clz
@NotNull public static final @NotNull String Str
public static final boolean[] Bools
public static final byte[] Bytes
public static final char[] Chars
public static final short[] Shorts
public static final int[] Ints
public static final long[] Longs
public static final float[] Floats
public static final double[] Doubles
public static final Object[] Objects
public static final BigDecimal[] BigDecimals
public static final Boolean[] BoolArr
public static final Byte[] ByteArr
public static final Short[] ShortArr
public static final Integer[] IntArr
public static final Long[] LongArr
public static final Float[] FloatArr
public static final Double[] DoubleArr
public static final String[] StrArr
public static final Class<?>[] ClzArr
public static boolean asNull(boolean v)
public static boolean asNull(byte v)
public static boolean asNull(char v)
public static boolean asNull(short v)
public static boolean asNull(int v)
public static boolean asNull(long v)
public static boolean asNull(float v)
public static boolean asNull(double v)
public static boolean asNull(Boolean v)
public static boolean asNull(Byte v)
public static boolean asNull(Character v)
public static boolean asNull(Short v)
public static boolean asNull(Integer v)
public static boolean asNull(Long v)
public static boolean asNull(Float v)
public static boolean asNull(Double v)
public static boolean asNull(CharSequence v)
public static boolean asNull(boolean[] v)
public static boolean asNull(byte[] v)
public static boolean asNull(char[] v)
public static boolean asNull(short[] v)
public static boolean asNull(int[] v)
public static boolean asNull(long[] v)
public static boolean asNull(float[] v)
public static boolean asNull(double[] v)
public static boolean asNull(Object[] v)
public static boolean asNull(Enum<?> v)
public static boolean asNull(Class<?> v)
public static boolean notNull(Boolean v)
public static byte notNull(Byte v)
public static char notNull(Character v)
public static short notNull(Short v)
public static int notNull(Integer v)
public static long notNull(Long v)
public static float notNull(Float v)
public static double notNull(Double v)
@NotNull public static @NotNull String notNull(CharSequence v)
public static boolean[] notNull(boolean[] v)
public static byte[] notNull(byte[] v)
public static char[] notNull(char[] v)
public static short[] notNull(short[] v)
public static int[] notNull(int[] v)
public static long[] notNull(long[] v)
public static float[] notNull(float[] v)
public static double[] notNull(double[] v)
public static boolean notNull(Boolean v, boolean e)
public static byte notNull(Byte v, byte e)
public static char notNull(Character v, char e)
public static short notNull(Short v, short e)
public static int notNull(Integer v, int e)
public static long notNull(Long v, long e)
public static float notNull(Float v, float e)
public static double notNull(Double v, double e)
@NotNull public static @NotNull String notNull(CharSequence v, @NotNull @NotNull String e)
public static boolean[] notNull(boolean[] v,
boolean[] e)
public static byte[] notNull(byte[] v,
byte[] e)
public static char[] notNull(char[] v,
char[] e)
public static short[] notNull(short[] v,
short[] e)
public static int[] notNull(int[] v,
int[] e)
public static long[] notNull(long[] v,
long[] e)
public static float[] notNull(float[] v,
float[] e)
public static double[] notNull(double[] v,
double[] e)
@NotNull public static <T extends Enum<T>> T notNull(T v, T e)
public static <T> void notNull(@Nullable
T obj,
@NotNull
@NotNull Consumer<T> con)
@NotNull
public static <T> T notNull(@Nullable
T obj,
@NotNull
@NotNull Supplier<T> sup)
Copyright © 2024. All rights reserved.