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:
  • Classes
    Class
    Description
    MultiArrayCopier<Source,Destination>
    Make deep copies of multi-dimensional arrays.
    MultiArrayCopyFactory<Source,Destination>
    Deprecated.
    (for internal use) use MultiArrayCopier instead.
    Deprecated.
    The generic type argument is miscontrued, referring to both the type of array element, and the type of the array itself, making it typically useless, and leaving one to use the class with raw types only.
    Deprecated.
    ()for internal use) Visibility may be reduced to the package level in the future.