Interface GridIterator.Condition

  • Enclosing class:
    GridIterator

    private static interface GridIterator.Condition
    • Method Detail

      • satisfiedBy

        boolean satisfiedBy​(int col)
        Returns whether the column at the specified index satisfies the condition.
        Parameters:
        col - the index of the column to test.
        Returns:
        whether the column at the specified index satisfies the condition.