T
- public class ConstantCursor<T extends Type<T>> extends CursorImpl<T>
container, debug, image, isClosed
Constructor and Description |
---|
ConstantCursor(ConstantContainer<T> container,
Image<T> image,
T type) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
fwd() |
int |
getStorageIndex() |
T |
getType() |
boolean |
hasNext() |
void |
reset() |
createPositionArray, fwd, getArrayIndex, getDimensions, getDimensions, getImage, getNumDimensions, getStorageContainer, isActive, iterator, next, remove, setDebug
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
public ConstantCursor(ConstantContainer<T> container, Image<T> image, T type)
public void reset()
public T getType()
public int getStorageIndex()
public void close()
public boolean hasNext()
public void fwd()
Copyright © 2015–2021 Fiji. All rights reserved.