public class Null extends Object
| Modifier and Type | Field and Description |
|---|---|
static @NotNull BigDecimal[] |
BigDecimals |
static @NotNull Boolean[] |
BoolArr |
static @NotNull boolean[] |
Bools |
static @NotNull Byte[] |
ByteArr |
static @NotNull byte[] |
Bytes |
static @NotNull char[] |
Chars |
static @NotNull Double[] |
DoubleArr |
static @NotNull double[] |
Doubles |
static @NotNull Float[] |
FloatArr |
static @NotNull float[] |
Floats |
static float |
Flt32 |
static double |
Flt64 |
static boolean |
Int01 |
static byte |
Int08 |
static char |
Int16 |
static int |
Int32 |
static long |
Int64 |
static @NotNull Integer[] |
IntArr |
static @NotNull int[] |
Ints |
static @NotNull Long[] |
LongArr |
static @NotNull long[] |
Longs |
static @NotNull Object[] |
Objects |
static @NotNull Short[] |
ShortArr |
static @NotNull short[] |
Shorts |
static @NotNull String |
Str |
static @NotNull 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(double v) |
static boolean |
asNull(Double v) |
static boolean |
asNull(double[] 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 @NotNull Boolean |
notNull(Boolean v) |
static @NotNull boolean[] |
notNull(boolean[] v) |
static @NotNull Byte |
notNull(Byte v) |
static @NotNull byte[] |
notNull(byte[] v) |
static @NotNull char[] |
notNull(char[] v) |
static @NotNull Character |
notNull(Character v) |
static @NotNull String |
notNull(CharSequence v) |
static @NotNull Double |
notNull(Double v) |
static @NotNull double[] |
notNull(double[] v) |
static @NotNull Float |
notNull(Float v) |
static @NotNull float[] |
notNull(float[] v) |
static @NotNull int[] |
notNull(int[] v) |
static @NotNull Integer |
notNull(Integer v) |
static @NotNull Long |
notNull(Long v) |
static @NotNull long[] |
notNull(long[] v) |
static @NotNull Object[] |
notNull(Object[] v) |
static @NotNull Short |
notNull(Short v) |
static @NotNull short[] |
notNull(short[] v) |
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 String Str
@NotNull public static final @NotNull boolean[] Bools
@NotNull public static final @NotNull byte[] Bytes
@NotNull public static final @NotNull char[] Chars
@NotNull public static final @NotNull short[] Shorts
@NotNull public static final @NotNull int[] Ints
@NotNull public static final @NotNull long[] Longs
@NotNull public static final @NotNull float[] Floats
@NotNull public static final @NotNull double[] Doubles
@NotNull public static final @NotNull Object[] Objects
@NotNull public static final @NotNull BigDecimal[] BigDecimals
@NotNull public static final @NotNull Boolean[] BoolArr
@NotNull public static final @NotNull Byte[] ByteArr
@NotNull public static final @NotNull Short[] ShortArr
@NotNull public static final @NotNull Integer[] IntArr
@NotNull public static final @NotNull Long[] LongArr
@NotNull public static final @NotNull Float[] FloatArr
@NotNull public static final @NotNull Double[] DoubleArr
@NotNull public static final @NotNull String[] StrArr
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)
@NotNull public static @NotNull String notNull(CharSequence v)
@NotNull public static @NotNull boolean[] notNull(boolean[] v)
@NotNull public static @NotNull byte[] notNull(byte[] v)
@NotNull public static @NotNull char[] notNull(char[] v)
@NotNull public static @NotNull short[] notNull(short[] v)
@NotNull public static @NotNull int[] notNull(int[] v)
@NotNull public static @NotNull long[] notNull(long[] v)
@NotNull public static @NotNull float[] notNull(float[] v)
@NotNull public static @NotNull double[] notNull(double[] v)
Copyright © 2020. All rights reserved.