Uses of Interface
net.imglib2.stream.LocalizableSpliterator
-
Packages that use LocalizableSpliterator Package Description net.imglib2 net.imglib2.img.array net.imglib2.img.cell net.imglib2.img.planar net.imglib2.stream net.imglib2.view -
-
Uses of LocalizableSpliterator in net.imglib2
Methods in net.imglib2 that return LocalizableSpliterator Modifier and Type Method Description default LocalizableSpliterator<T>IterableInterval. localizingSpliterator()Creates aLocalizableSpliteratorover the elements of thisIterableInterval.default LocalizableSpliterator<T>IterableInterval. spliterator()Creates aLocalizableSpliteratorover the elements of thisIterableInterval. -
Uses of LocalizableSpliterator in net.imglib2.img.array
Classes in net.imglib2.img.array that implement LocalizableSpliterator Modifier and Type Class Description (package private) classArrayLocalizingSpliterator<T extends NativeType<T>>LocalizableSpliterator for ArrayImg.(package private) classArraySpliterator<T extends NativeType<T>>LocalizableSpliterator for ArrayImg.Methods in net.imglib2.img.array that return LocalizableSpliterator Modifier and Type Method Description LocalizableSpliterator<T>ArrayImg. localizingSpliterator()LocalizableSpliterator<T>ArrayImg. spliterator() -
Uses of LocalizableSpliterator in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement LocalizableSpliterator Modifier and Type Class Description (package private) classCellSpliterator<T extends NativeType<T>,C extends Cell<?>>LocalizableSpliterator forCellImg.Methods in net.imglib2.img.cell that return LocalizableSpliterator Modifier and Type Method Description LocalizableSpliterator<T>AbstractCellImg. localizingSpliterator()LocalizableSpliterator<T>AbstractCellImg. spliterator() -
Uses of LocalizableSpliterator in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement LocalizableSpliterator Modifier and Type Class Description (package private) classPlanarSpliterator<T extends NativeType<T>>LocalizableSpliterator forPlanarImg.Methods in net.imglib2.img.planar that return LocalizableSpliterator Modifier and Type Method Description LocalizableSpliterator<T>PlanarImg. localizingSpliterator()LocalizableSpliterator<T>PlanarImg. spliterator() -
Uses of LocalizableSpliterator in net.imglib2.stream
Classes in net.imglib2.stream that implement LocalizableSpliterator Modifier and Type Class Description classCursorSpliterator<T>Spliterator implementation on top ofRealCursor.Fields in net.imglib2.stream declared as LocalizableSpliterator Modifier and Type Field Description private LocalizableSpliterator<T>LocalizableSamplerWrapper. delegateMethods in net.imglib2.stream that return LocalizableSpliterator Modifier and Type Method Description LocalizableSpliterator<T>LocalizableSpliterator. copy()LocalizableSpliterator<T>LocalizableSpliterator. trySplit()Constructors in net.imglib2.stream with parameters of type LocalizableSpliterator Constructor Description LocalizableSamplerWrapper(LocalizableSpliterator<T> delegate)Wrap the givendelegateasSpliterator<LocalizableSampler<T>>. -
Uses of LocalizableSpliterator in net.imglib2.view
Methods in net.imglib2.view that return LocalizableSpliterator Modifier and Type Method Description LocalizableSpliterator<T>IntervalView. localizingSpliterator()LocalizableSpliterator<T>IntervalView. spliterator()
-