Interface Typed<T>

All Known Subinterfaces:
Cursor<T>, Img<T>, IterableInterval<T>, IterableRealInterval<T>, LocalizableSampler<T>, LocalizableSpliterator<T>, NativeImg<T,A>, OutOfBounds<T>, ProjectedSampler<T>, RandomAccess<T>, RandomAccessible<T>, RandomAccessibleInterval<T>, RealCursor<T>, RealLocalizableSampler<T>, RealLocalizableSpliterator<T>, RealOutOfBounds<T>, RealRandomAccess<T>, RealRandomAccessible<T>, RealRandomAccessibleRealInterval<T>, Sampler<T>, SubIntervalIterable<T>, TransformedRandomAccessible<T>
All Known Implementing Classes:
AbstractArrayCursor, AbstractArrayLocalizingCursor, AbstractCellImg, AbstractConvertedCursor, AbstractConvertedIterableInterval, AbstractConvertedIterableRandomAccessibleInterval, AbstractConvertedIterableRealInterval, AbstractConvertedRandomAccess, AbstractConvertedRandomAccessible, AbstractConvertedRandomAccessibleInterval, AbstractConvertedRealCursor, AbstractConvertedRealRandomAccess, AbstractConvertedRealRandomAccessible, AbstractCursor, AbstractCursorInt, AbstractImg, AbstractListImg, AbstractLocalizingCursor, AbstractLocalizingCursorInt, AbstractLongListImg, AbstractLongListImg.LongListCursor, AbstractLongListImg.LongListLocalizingCursor, AbstractLongListImg.LongListRandomAccess, AbstractNativeImg, AbstractOutOfBoundsMirror, AbstractOutOfBoundsValue, ARGBScreenImage, ArrayCursor, ArrayImg, ArrayImgAWTScreenImage, ArrayLocalizingCursor, ArrayLocalizingSpliterator, ArrayLocalizingSubIntervalCursor, ArrayRandomAccess, ArraySpliterator, ArraySubIntervalCursor, BiConvertedCursor, BiConvertedIterableInterval, BiConvertedIterableRealInterval, BiConvertedRandomAccess, BiConvertedRandomAccessible, BiConvertedRandomAccessibleInterval, BiConvertedRealCursor, BiConvertedRealRandomAccess, BiConvertedRealRandomAccessible, BiConvertedRealRandomAccessibleRealInterval, BundleView, BundleView.BundleRandomAccess, ByteAWTScreenImage, CellCursor, CellGrid.CellIntervals, CellGrid.CellIntervalsRA, CellImg, CellLocalizingCursor, CellRandomAccess, CellSpliterator, ClampingNLinearInterpolatorRealType, ClampingNLinearInterpolatorVolatileARGB, ClampingNLinearInterpolatorVolatileRealType, CompositeIntervalView, CompositeView, CompositeView.CompositeRandomAccess, ConvertedCursor, ConvertedIterableInterval, ConvertedIterableRealInterval, ConvertedRandomAccess, ConvertedRandomAccessible, ConvertedRandomAccessibleInterval, ConvertedRealCursor, ConvertedRealRandomAccess, ConvertedRealRandomAccessible, ConvertedRealRandomAccessibleRealInterval, CursorSpliterator, DiscreteFrequencyDistribution, DoubleAWTScreenImage, ExtendedRandomAccessibleInterval, ExtendedRealRandomAccessibleRealInterval, FloatAWTScreenImage, FloorInterpolator, FullSourceMapMixedRandomAccess, FullSourceMapSlicingRandomAccess, FunctionRandomAccessible, FunctionRandomAccessible.FunctionRandomAccess, FunctionRealRandomAccessible, FunctionRealRandomAccessible.RealFunctionRealRandomAccess, FunctionView, FunctionView.FunctionRandomAccess, Grid.CellIntervals, Grid.CellIntervalsRA, Histogram1d, HistogramNd, HyperSlice, HyperSlice.HyperSliceRandomAccess, HyperSlicesView, HyperSlicesView.HyperSlicesViewRandomAccess, ImgView, InflateView, InflateView.InflateRandomAccess, IntAWTScreenImage, InterleaveView, InterleaveView.InterleaveRandomAccess, Interpolant, IntervalSampler, IntervalView, InverseDistanceWeightingInterpolator, IterableRandomAccessibleInterval, IterableTransformBuilder.IterableIntervalView, IterableTransformBuilder.Slice, IterableTransformBuilder.SubInterval, KDTree, KDTree.KDTreeCursor, KDTreeNode, LanczosInterpolator, LazyCellImg, LazyCellImg.LazyCells, LinearRealRandomAccessibleStackInterpolator, ListCursor, ListImg, ListLocalizingCursor, ListRandomAccess, Localizables.LocationRandomAccess, Localizables.LocationRandomAccessible, Localizables.RealLocationRealRandomAccess, Localizables.RealLocationRealRandomAccessible, LocalizableSamplerWrapper, MixedRandomAccess, MixedTransformView, NearestNeighborInterpolator, NearestNeighborRealRandomAccessibleStackInterpolator, NearestNeighborSearchInterpolator, NLinearInterpolator, NLinearInterpolator1D, NLinearInterpolator2D, NLinearInterpolator3D, NLinearInterpolatorARGB, NtreeCursor, NtreeImg, NtreeRandomAccess, OutOfBoundsBorder, OutOfBoundsConstantValue, OutOfBoundsMirrorDoubleBoundary, OutOfBoundsMirrorExpWindowing, OutOfBoundsMirrorSingleBoundary, OutOfBoundsPeriodic, OutOfBoundsRandomValue, PlanarCursor, PlanarCursor1D, PlanarCursor2D, PlanarImg, PlanarLocalizingCursor, PlanarLocalizingCursor1D, PlanarLocalizingCursor2D, PlanarPlaneSubsetCursor, PlanarPlaneSubsetLocalizingCursor, PlanarRandomAccess, PlanarRandomAccess1D, PlanarSpliterator, PointSample, PointSampleList, PointSampleList.PointSampleListCursor, PositionRandomAccessible, PositionRandomAccessible.PositionRandomAccess, RandomAccessibleIntervalCursor, RandomAccessibleOnRealRandomAccessible, RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible, RandomAccessiblePair, RandomAccessiblePair.RandomAccess, RealCursorSpliterator, RealLocalizableSamplerWrapper, RealOutOfBoundsRealRandomAccess, RealPointSample, RealPointSampleList, RealPointSampleList.RealPointSampleListCursor, RealPositionRealRandomAccessible, RealPositionRealRandomAccessible.RealPositionRealRandomAccess, SelectiveSampler, ShortAWTScreenImage, SlicingCursor, SlicingRandomAccess, StackView, StackView.DefaultRA, StackView.MoveAllSlicesRA, SubsampleIntervalView, SubsampleView, SubsampleView.SubsampleRandomAccess, TransformRandomAccess, TransformView, TranslationRandomAccess, TypeUtils.ConstantSampler, UnsignedByteAWTScreenImage, UnsignedIntAWTScreenImage, UnsignedShortAWTScreenImage, WriteConvertedCursor, WriteConvertedIterableInterval, WriteConvertedIterableRandomAccessibleInterval, WriteConvertedIterableRealInterval, WriteConvertedRandomAccess, WriteConvertedRandomAccessible, WriteConvertedRandomAccessibleInterval, WriteConvertedRealCursor

public interface Typed<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    Get an instance of T.
  • Method Details

    • getType

      T getType()
      Get an instance of T.

      It should not be assumed that the returned T instance is an independent copy. In particular, repeated calls to getType() may return the same instance.

      Returns:
      an instance of T