public abstract class IntMatcher
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static IntMatcher |
NEGATIVE |
static IntMatcher |
POSITIVE |
static IntMatcher |
ZERO |
| Constructor and Description |
|---|
IntMatcher() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
match(int i) |
public static final IntMatcher ZERO
public static final IntMatcher POSITIVE
public static final IntMatcher NEGATIVE