Paquete | com.adobe.fiber.valueobjects |
Interfaz | public interface IPropertyIterator |
Implementadores | AvailablePropertyIterator |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Returns true if there are remaining properties that have not yet been iterated. | IPropertyIterator | ||
Returns the next property in the iteration; null if there are no properties remaining. | IPropertyIterator |
Información sobre métodos
hasNext | () | método |
public function hasNext():Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Returns true if there are remaining properties that have not yet been iterated.
Valor devueltoBoolean — true if there are remaining properties that have not yet been iterated
|
next | () | método |
public function next():String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Returns the next property in the iteration; null if there are no properties remaining.
Valor devueltoString — Next property in the iteration; null if there are no properties remaining
|
Tue Jun 12 2018, 02:12 PM Z