public class SearchImageStack<V extends SearchNode> extends Object implements Iterable<SearchImage<V>>
SearchImages, backed by a Int2ObjectOpenHashMap. Slices may be inserted and accessed
at arbitrary Integer values.| Constructor and Description |
|---|
SearchImageStack() |
SearchImageStack(Supplier<SearchImage<V>> supplier) |
| Modifier and Type | Method and Description |
|---|---|
SearchImage<V> |
getSlice(int z) |
Iterator<SearchImage<V>> |
iterator() |
Set<Integer> |
keySet() |
SearchImage<V> |
newSlice(int z) |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic SearchImageStack()
public SearchImageStack(Supplier<SearchImage<V>> supplier)
public SearchImage<V> getSlice(int z)
public SearchImage<V> newSlice(int z)
public int size()
@NotNull public Iterator<SearchImage<V>> iterator()
iterator in interface Iterable<SearchImage<V extends SearchNode>>Copyright © 2018–2021 Morphonets. All rights reserved.