Pacchetto | com.adobe.fiber.util |
Classe | public class FiberUtils |
Ereditarietà | FiberUtils Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | FiberUtils | ||
[statico]
Adds the contents of child array to the contents
of parent array. | FiberUtils | ||
[statico]
Compares the contents of two arrays. | FiberUtils | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione della funzione di costruzione
FiberUtils | () | Funzione di costruzione |
public function FiberUtils()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Descrizione dei metodi
arrayAdd | () | metodo |
public static function arrayAdd(parent:Array, child:Array):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Adds the contents of child
array to the contents
of parent
array.
Parametri
parent:Array — Array to add values to
| |
child:Array — Array whose contents will be added to parent
|
arrayCompare | () | metodo |
public static function arrayCompare(array1:Array, array2:Array):Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Compares the contents of two arrays.
Parametri
array1:Array — first Array instance to compare
| |
array2:Array — second Array instance to compare
|
Boolean — true if both arguments are arrays with the same elements (compared by reference) in the same
order. False otherwise. Note that passing null for both arrays returns false.
|
Tue Jun 12 2018, 02:44 PM Z