Class CellSpliterator<T extends NativeType<T>, C extends Cell<?>>

java.lang.Object
net.imglib2.img.cell.CellSpliterator<T,C>
Type Parameters:
T - pixel type
All Implemented Interfaces:
Spliterator<T>, EuclideanSpace, Localizable, RealLocalizable, Sampler<T>, LocalizableSpliterator<T>, RealLocalizableSpliterator<T>, Typed<T>

class CellSpliterator<T extends NativeType<T>, C extends Cell<?>> extends Object implements LocalizableSpliterator<T>
LocalizableSpliterator for CellImg. Localizes on demand.