public interface IntConsumer
bitmap.forEach(new IntConsumer() { public void accept(int value) { // do something here }}); }
bitmap.forEach(new IntConsumer() { public void accept(int value) { // do something here }});
void
accept(int value)
void accept(int value)
value