| Pakket | com.adobe.fiber.valueobjects |
| Interface | public interface IPropertyIterator |
| Geïmplementeerd door | AvailablePropertyIterator |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
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 | ||
Methodedetails
hasNext | () | methode |
public function hasNext():Boolean| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns true if there are remaining properties that have not yet been iterated.
Geretourneerde waardeBoolean — true if there are remaining properties that have not yet been iterated
|
next | () | methode |
public function next():String| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns the next property in the iteration; null if there are no properties remaining.
Geretourneerde waardeString — Next property in the iteration; null if there are no properties remaining
|
Wed Jun 13 2018, 11:42 AM Z