| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final double |
MAX_VALUE |
1.7976931348623157E308 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final double |
NEGATIVE_INFINITY |
-1d/0d |
public static final double |
POSITIVE_INFINITY |
1d/0d |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final double |
NaN |
0d/0d |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
CASE_INSENSITIVE |
1 |
public static final int |
DISABLE_UNICODE_GROUPS |
8 |
public static final int |
DOTALL |
2 |
public static final int |
MULTILINE |
4 |
Copyright © 2019. All rights reserved.