public interface ValueParser
| Modifier and Type | Method and Description |
|---|---|
int |
getMax()
返回最大值
|
int |
getMin()
返回最小值
|
int |
parse(String value)
处理String值并转为int
转换包括:
数字字符串转为数字
别名转为对应的数字(如月份和星期)
|
int parse(String value)
value - String值int getMin()
int getMax()
Copyright © 2019. All rights reserved.