Pacote | com.adobe.fiber.valueobjects |
Interface | public interface IPropertyIterator |
Implementadores | AvailablePropertyIterator |
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 |
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 |
Detalhes do método
hasNext | () | método |
public function hasNext():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 |
Returns true if there are remaining properties that have not yet been iterated.
RetornaBoolean — true if there are remaining properties that have not yet been iterated
|
next | () | método |
public function next():String
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 |
Returns the next property in the iteration; null if there are no properties remaining.
RetornaString — Next property in the iteration; null if there are no properties remaining
|
Wed Jun 13 2018, 11:10 AM Z