Pacote | com.adobe.fiber.util |
Classe | public class FiberUtils |
Herança | FiberUtils Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Propriedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | FiberUtils | ||
[estático]
Adds the contents of child array to the contents
of parent array. | FiberUtils | ||
[estático]
Compares the contents of two arrays. | FiberUtils | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes do construtor
FiberUtils | () | Construtor |
public function FiberUtils()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Detalhes do método
arrayAdd | () | método |
public static function arrayAdd(parent:Array, child:Array):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Adds the contents of child
array to the contents
of parent
array.
Parâmetros
parent:Array — Array to add values to
| |
child:Array — Array whose contents will be added to parent
|
arrayCompare | () | método |
public static function arrayCompare(array1:Array, array2:Array):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Compares the contents of two arrays.
Parâmetros
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.
|
Wed Jun 13 2018, 11:10 AM Z