public class Magic extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static byte |
B_ONE |
static byte |
B_ZERO |
static int |
DISABLE |
static int |
ENABLE |
static int |
EVEN_NUM |
static int |
FALSE |
static long |
L_ONE |
static long |
L_ZERO |
static int |
MINUS_ONE |
static int |
ODD_NUM |
static int |
ONE |
static short |
S_ONE |
static short |
S_ZERO |
static int |
TEN |
static long |
TIME_HALF_HOUR |
static long |
TIME_HALF_SECOND |
static long |
TIME_ONE_DAY |
static long |
TIME_ONE_HOUR |
static long |
TIME_ONE_MINUTE |
static long |
TIME_ONE_MONTH |
static long |
TIME_ONE_SECOND |
static long |
TIME_ONE_WEEK |
static long |
TIME_ONE_YEAR |
static long |
TIME_TEN_MINUTE |
static int |
TRUE |
static int |
TWO |
static int |
ZERO |
| 构造器和说明 |
|---|
Magic() |
public static final byte B_ZERO
public static final byte B_ONE
public static final short S_ZERO
public static final short S_ONE
public static final long L_ZERO
public static final long L_ONE
public static final int MINUS_ONE
public static final int ZERO
public static final int ONE
public static final int TWO
public static final int TEN
public static final int ODD_NUM
public static final int EVEN_NUM
public static final int ENABLE
public static final int DISABLE
public static final int TRUE
public static final int FALSE
public static final long TIME_HALF_SECOND
public static final long TIME_ONE_SECOND
public static final long TIME_ONE_MINUTE
public static final long TIME_TEN_MINUTE
public static final long TIME_HALF_HOUR
public static final long TIME_ONE_HOUR
public static final long TIME_ONE_DAY
public static final long TIME_ONE_WEEK
public static final long TIME_ONE_MONTH
public static final long TIME_ONE_YEAR
Copyright © 2022. All rights reserved.