public class BoolArrayMatcher extends Object implements PartMatcher
Modifier and Type | Field and Description |
---|---|
protected boolean[] |
bValues |
protected int |
minValue
用户定义此字段的最小值
|
Constructor and Description |
---|
BoolArrayMatcher(List<Integer> intValueList)
构造
|
Modifier and Type | Method and Description |
---|---|
int |
getMinValue()
获取表达式定义的最小值
|
int |
nextAfter(int value)
获取指定值之后的匹配值,也可以是指定值本身
|
boolean |
test(Integer value) |
String |
toString() |
protected final int minValue
protected final boolean[] bValues
public int nextAfter(int value)
PartMatcher
nextAfter
in interface PartMatcher
value
- 指定的值public int getMinValue()
Copyright © 2025. All rights reserved.