public class AlwaysTrueMatcher extends Object implements PartMatcher
true| Modifier and Type | Field and Description |
|---|---|
static AlwaysTrueMatcher |
INSTANCE
单例
|
| Constructor and Description |
|---|
AlwaysTrueMatcher() |
| Modifier and Type | Method and Description |
|---|---|
int |
nextAfter(int value)
获取指定值之后的匹配值,也可以是指定值本身
|
boolean |
test(Integer t) |
String |
toString() |
public static AlwaysTrueMatcher INSTANCE
public int nextAfter(int value)
PartMatchernextAfter in interface PartMatchervalue - 指定的值Copyright © 2025. All rights reserved.