Package nom.tam.util.array
Class MultiArrayCopyFactory<Source,Destination>
java.lang.Object
nom.tam.util.array.MultiArrayCopyFactory<Source,Destination>
- Type Parameters:
Source- The generic type of array from which we want to copy elementsDestination- The generic type of array to which we want to copy elements.
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionvoidarraycopy(Source src, int srcPos, Destination dest, int destPos, int length) Deprecated.static MultiArrayCopyFactory<?, ?> Deprecated.for internal use only.
-
Method Details
-
select
Deprecated.for internal use only. This ought to be private.- Parameters:
primitiveType- the primitive class of the elements in the source arrayprimitiveType2- the primitive class of the elements in the destination array- Returns:
- A suitable copier instance.
-
arraycopy
Deprecated.- Parameters:
src- the source arraysrcPos- starting position in the source arraydest- the destination arraydestPos- starting position in the destonation arraylength- the number of elements to copy
-
MultiArrayCopierinstead. Make copies of multi-dimensional arrays.