public interface SearchImage<V> extends Iterable<V>
Modifier and Type | Method and Description |
---|---|
V |
getValue(int x,
int y) |
void |
setValue(int x,
int y,
V value) |
forEach, iterator, spliterator
Copyright © 2015–2021 Fiji. All rights reserved.