public class BoolArrayMatcher extends Object implements PartMatcher
| Constructor and Description |
|---|
BoolArrayMatcher(List<Integer> intValueList)
构造
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMinValue()
获取表达式定义的最小值
|
boolean |
match(Integer value) |
int |
nextAfter(int value)
获取指定值之后的匹配值,也可以是指定值本身
|
String |
toString() |
public int nextAfter(int value)
PartMatchernextAfter in interface PartMatchervalue - 指定的值public int getMinValue()
Copyright © 2025. All rights reserved.