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, wait
forEach, spliterator
public 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 © 2015–2021 Fiji. All rights reserved.