Class Arrays.ComparingCopyStatus

java.lang.Object
net.algart.arrays.Arrays.CopyStatus
net.algart.arrays.Arrays.ComparingCopyStatus
Enclosing class:
Arrays

public static class Arrays.ComparingCopyStatus extends Arrays.CopyStatus
  • Method Details

    • changed

      public boolean changed()
      Returns true if and only if at least one element of the destination array was changed as a result of copying from the source array, in terms of the Array.equals(Object) method.
      Returns:
      whether the destination array was changed as a result of copying.
    • toString

      public String toString()
      Returns a brief string description of this object.

      The result of this method may depend on implementation and usually contains the indexes and values of the found minimum and maximum.

      Overrides:
      toString in class Arrays.CopyStatus
      Returns:
      a brief string description of this object.