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