Pakket | com.adobe.fiber.util |
Klasse | public class FiberUtils |
Overerving | FiberUtils Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | FiberUtils | ||
[statisch]
Adds the contents of child array to the contents
of parent array. | FiberUtils | ||
[statisch]
Compares the contents of two arrays. | FiberUtils | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constructordetails
FiberUtils | () | Constructor |
public function FiberUtils()
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
Methodedetails
arrayAdd | () | methode |
public static function arrayAdd(parent:Array, child:Array):void
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Adds the contents of child
array to the contents
of parent
array.
Parameters
parent:Array — Array to add values to
| |
child:Array — Array whose contents will be added to parent
|
arrayCompare | () | methode |
public static function arrayCompare(array1:Array, array2:Array):Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Compares the contents of two arrays.
Parameters
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:42 AM Z