Package nom.tam.util.array
package nom.tam.util.array
A few classes for copying and iterating over multi-dimensional arrays of all/any types, primarily for internal use.
It's weird that these classes were given their own separate package, especially given that the
nom.tam.util
package is already a collection of all sorts of things -- and which really could have hosted these classes too. Oh
well...- See Also:
-
ClassDescriptionMultiArrayCopier<Source,
Destination> Make deep copies of multi-dimensional arrays.MultiArrayCopyFactory<Source,Destination> Deprecated.MultiArrayIterator<BaseArray>Multi-dimensional array iterator (primarily for internal use)Deprecated.()for internal use) Visibility may be reduced to the package level in the future.
MultiArrayCopier
instead.