@FunctionalInterface public static interface BitField.BitVisitor
| Modifier and Type | Method and Description |
|---|---|
boolean |
visitBit(int x,
int y,
boolean bit)
Visit a specific bit.
|
boolean visitBit(int x,
int y,
boolean bit)
x - The X coordinate of the bit on the 2D plane.y - The Y coordinate of the bit on the 2D plane.bit - Whether the bit is set.true to indicate that processing
should continue, or false to indicate that processing
may be aborted.Copyright © 2011–2025 pepsoft.org. All rights reserved.