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)
PartMatcher
nextAfter
in interface PartMatcher
value
- 指定的值public int getMinValue()
Copyright © 2024. All rights reserved.