程序包 dev.utils
类 DevFinal.ARRAY
- java.lang.Object
-
- dev.utils.DevFinal.ARRAY
-
- 封闭类:
- DevFinal
public static final class DevFinal.ARRAY extends java.lang.Objectdetail: 数组常量- 作者:
- Ttt
-
-
构造器概要
构造器 构造器 说明 ARRAY()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static char[]CAPITAL_LETTERS()static java.lang.String[]CONSTELLATION()static java.lang.String[]CONSTELLATION_DATE()static char[]HEX_DIGITS()static char[]HEX_DIGITS_UPPER()static char[]LETTERS()static char[]LOWER_CASE_LETTERS()static char[]NUMBERS()static char[]NUMBERS_AND_LETTERS()static java.lang.String[]ZODIAC()
-
-
-
方法详细资料
-
HEX_DIGITS
public static char[] HEX_DIGITS()
-
HEX_DIGITS_UPPER
public static char[] HEX_DIGITS_UPPER()
-
NUMBERS
public static char[] NUMBERS()
-
LOWER_CASE_LETTERS
public static char[] LOWER_CASE_LETTERS()
-
CAPITAL_LETTERS
public static char[] CAPITAL_LETTERS()
-
LETTERS
public static char[] LETTERS()
-
NUMBERS_AND_LETTERS
public static char[] NUMBERS_AND_LETTERS()
-
ZODIAC
public static java.lang.String[] ZODIAC()
-
CONSTELLATION_DATE
public static java.lang.String[] CONSTELLATION_DATE()
-
CONSTELLATION
public static java.lang.String[] CONSTELLATION()
-
-