Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionUse
BiConvertedIterableInterval.getDestinationSupplier()instead.UseBiConvertedRandomAccessible.getDestinationSupplier()instead.UseConvertedIterableInterval.getConverterSupplier()insteadUseConvertedIterableInterval.getDestinationSupplier()instead.UseConvertedRandomAccessible.getConverterSupplier()insteadUseConvertedRandomAccessible.getDestinationSupplier()instead.UseCursor.copy()insteadThis method has been deprecated in favor ofDimensions.verify(int...).This method has been deprecated in favor ofDimensions.verify(long...).KDTreeNodeis now a re-usable proxy (likeNativeType). To work with existing code,KDTreeNode.left(),KDTreeNode.right(),KDTree.getRoot()etc create new objects in each call, instead of re-using existing proxies. Code using that should be rewritten to reuse proxies, if possible.KDTreeNodeis now a re-usable proxy (likeNativeType). To work with existing code,KDTreeNode.left(),KDTreeNode.right(),KDTree.getRoot()etc create new objects in each call, instead of re-using existing proxies. Code using that should be rewritten to reuse proxies, if possible.KDTreeNodeis now a re-usable proxy (likeNativeType). To work with existing code,KDTreeNode.left(),KDTreeNode.right(),KDTree.getRoot()etc create new objects in each call, instead of re-using existing proxies. Code using that should be rewritten to reuse proxies, if possible.UseRealCursor.copy()insteadUseindex().dec()instead. If possible, request theindex()object only once and re-use it.Useindex().dec(int)instead. If possible, request theindex()object only once and re-use it.Useindex().get()instead. If possible, request theindex()object only once and re-use it.Useindex().inc()instead. If possible, request theindex()object only once and re-use it.Useindex().inc(int)instead. If possible, request theindex()object only once and re-use it.Useindex().set(int)instead. If possible, request theindex()object only once and re-use it.UseGenericByteType.getByte()instead.UseGenericByteType.setByte(byte)instead.UseGenericIntType.getInt()instead.UseGenericIntType.setInt(int)instead.UseGenericLongType.getLong()instead.UseGenericLongType.setLong(long)instead.UseGenericShortType.getShort()instead.UseGenericShortType.setShort(short)instead.UseLong.compareUnsigned(long, long)instead.useexpandValuewith unbounded type parameter TuseextendValuewith unbounded type parameter TBecauseRandomAccessibleIntervalextendsIterableIntervalnow, this is no longer necessary.Please useViews.translateInverse(RandomAccessible, long...)instead.Please useViews.translateInverse(RandomAccessibleInterval, long...)instead.
-
Deprecated ConstructorsConstructorDescriptionUse
PlanarImg(List, long[], Fraction)instead.use the compile time safe constructorInterpolant(Object, InterpolatorFactory, int)instead