Pacchetto | com.adobe.fiber.valueobjects |
Interfaccia | public interface IPropertyIterator |
Implementatori | AvailablePropertyIterator |
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 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
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 |
Descrizione dei metodi
hasNext | () | metodo |
public function hasNext():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 |
Returns true if there are remaining properties that have not yet been iterated.
RestituisceBoolean — true if there are remaining properties that have not yet been iterated
|
next | () | metodo |
public function next():String
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 |
Returns the next property in the iteration; null if there are no properties remaining.
RestituisceString — Next property in the iteration; null if there are no properties remaining
|
Tue Jun 12 2018, 02:44 PM Z