public class ArraySearchImage<V> extends Object implements SearchImage<V>
| Constructor and Description |
|---|
ArraySearchImage(Class<V> c,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
V |
getValue(int x,
int y) |
Iterator<V> |
iterator() |
void |
setValue(int x,
int y,
V node) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic V getValue(int x, int y)
getValue in interface SearchImage<V>public void setValue(int x,
int y,
V node)
setValue in interface SearchImage<V>Copyright © 2018–2021 Morphonets. All rights reserved.