MATLAB BUILDER JA 2 Guide de l'utilisateur Page 209

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 292
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 208
Using Class Methods
Method Description
“clone” on page
4-133
Creates and returns a deep copy of this array.
“compareTo”
on pag e 4-134
Compares this array with the specified array for order.
“equals” on
page 4-134
Indicates w hether some other array is equal to this one.
“hashCode” on
page 4-134
Returns a hash code value for the array.
“sharedCopy”
on pag e 4-134
Creates and returns a shared copy of this array.
“toString” on
page 4-135
Returns a string representation of the array.
clone. This method create s and returns a deep copy of this array. Because
clone allocates a new array, any changes made to this new array are not
reflected in the original.
The
clone method of MWStructArray overrides the clone method of class
MWArray.
The prototype for the
clone method is
public Object clone()
Input Parameters
None
Exceptions
The clone method throws the following exception:
IndexOutOfBoundsException
The specified index parameter is invalid.
4-133
Vue de la page 208
1 2 ... 204 205 206 207 208 209 210 211 212 213 214 ... 291 292

Commentaires sur ces manuels

Pas de commentaire