public final class CommonValues extends Object
Modifier and Type | Field and Description |
---|---|
static Byte |
BYTE_ONE |
static Byte |
BYTE_ZERO |
static Character |
CHARACTER_ONE |
static Character |
CHARACTER_ZERO |
static Double |
DOUBLE_ONE |
static Double |
DOUBLE_ZERO |
static Float |
FLOAT_ONE |
static Float |
FLOAT_ZERO |
static Integer |
INTEGER_ONE |
static Integer |
INTEGER_ZERO |
static Long |
LONG_ONE |
static Long |
LONG_ZERO |
static Short |
SHORT_ONE |
static Short |
SHORT_ZERO |
public static final Byte BYTE_ZERO
public static final Byte BYTE_ONE
public static final Short SHORT_ZERO
public static final Short SHORT_ONE
public static final Integer INTEGER_ZERO
public static final Integer INTEGER_ONE
public static final Long LONG_ZERO
public static final Long LONG_ONE
public static final Float FLOAT_ZERO
public static final Float FLOAT_ONE
public static final Double DOUBLE_ZERO
public static final Double DOUBLE_ONE
public static final Character CHARACTER_ZERO
public static final Character CHARACTER_ONE
Copyright © 2024. All rights reserved.