public static class CellException.IntCoordMatcher extends java.lang.Object implements CellException.CoordMatcher
| Constructor and Description |
|---|
IntCoordMatcher(int value) |
IntCoordMatcher(int min,
int max) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(int pos) |
java.lang.String |
toString() |
public IntCoordMatcher(int min,
int max)
public IntCoordMatcher(int value)
public boolean matches(int pos)
matches in interface CellException.CoordMatcherpublic java.lang.String toString()
toString in class java.lang.Object