| Pakiet | com.adobe.fiber.valueobjects |
| Interfejs | public interface IPropertyIterator |
| Implementory | AvailablePropertyIterator |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
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 | ||
Szczegół metody
hasNext | () | metoda |
public function hasNext():Boolean| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns true if there are remaining properties that have not yet been iterated.
ZwracaBoolean — true if there are remaining properties that have not yet been iterated
|
next | () | metoda |
public function next():String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns the next property in the iteration; null if there are no properties remaining.
ZwracaString — Next property in the iteration; null if there are no properties remaining
|
Tue Jun 12 2018, 12:06 PM Z