public class MapSearchImage<V> extends Object implements SearchImage<V>
Long2ObjectOpenHashMap
Constructor and Description |
---|
MapSearchImage() |
Modifier and Type | Method and Description |
---|---|
V |
getValue(int x,
int y) |
Iterator<V> |
iterator() |
void |
setValue(int x,
int y,
V value) |
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 value)
setValue
in interface SearchImage<V>
Copyright © 2015–2021 Fiji. All rights reserved.