Class BoolArrayValueMatcher
java.lang.Object
org.aoju.bus.cron.pattern.matcher.BoolArrayValueMatcher
- All Implemented Interfaces:
org.aoju.bus.core.lang.Matcher<Integer>,ValueMatcher
- Direct Known Subclasses:
DayOfMonthValueMatcher
将表达式中的数字值列表转换为Boolean数组,匹配时匹配相应数组位
- Since:
- Java 17+
- Version:
- 6.5.0
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BoolArrayValueMatcher
-
-
Method Details
-
match
- Specified by:
matchin interfaceorg.aoju.bus.core.lang.Matcher<Integer>
-
nextAfter
public int nextAfter(int value) Description copied from interface:ValueMatcher获取指定值之后的匹配值,也可以是指定值本身- Specified by:
nextAfterin interfaceValueMatcher- Parameters:
value- 指定的值- Returns:
- 匹配到的值或之后的值
-
getMinValue
public int getMinValue()获取表达式定义的最小值- Returns:
- 最小值
-
toString
-