Interface GridIterator.Condition
-
- Enclosing class:
- GridIterator
private static interface GridIterator.Condition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
satisfiedBy(int col)
Returns whether the column at the specified index satisfies the condition.
-