public interface LongConsumer
bitmap.forEach(new LongConsumer() {
public void accept(long value) {
// do something here
}});
}
| Modifier and Type | Method and Description |
|---|---|
void |
accept(long value)
Receives the long
|
Copyright © 2017. All rights reserved.