T
- public class PlanarCursor2D<T extends Type<T>> extends PlanarCursor<T>
PlanarContainers
Modifier and Type | Field and Description |
---|---|
protected int |
maxIndex |
container, hasNext, lastIndex, lastSliceIndex, sliceIndex, type
debug, image, isClosed
Constructor and Description |
---|
PlanarCursor2D(PlanarContainer<T,?> container,
Image<T> image,
T type) |
Modifier and Type | Method and Description |
---|---|
void |
fwd() |
boolean |
hasNext()
Note: This test is fragile in a sense that it returns true for elements
after the last element as well.
|
close, getStorageContainer, getStorageIndex, getType, reset, toString
createPositionArray, fwd, getArrayIndex, getDimensions, getDimensions, getImage, getNumDimensions, isActive, iterator, next, remove, setDebug
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEachRemaining
forEach, spliterator
public PlanarCursor2D(PlanarContainer<T,?> container, Image<T> image, T type)
public boolean hasNext()
PlanarCursor
Copyright © 2015–2021 Fiji. All rights reserved.