Package de.hsh.graja.util.comment.grid
Interface GridCell.PosProcessor
- Enclosing class:
- GridCell
public static interface GridCell.PosProcessor
A helper interface to execute a method for each position of the cell.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(GridCellPos pos) execute some code for given position
-
Method Details
-
apply
execute some code for given position- Parameters:
pos
- the position
-