Paket | com.adobe.fiber.valueobjects |
Gränssnitt | public interface IPropertyIterator |
Implementorer | AvailablePropertyIterator |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
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 |
Metoddetaljer
hasNext | () | metod |
public function hasNext():Boolean
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Returns true if there are remaining properties that have not yet been iterated.
ReturnerarBoolean — true if there are remaining properties that have not yet been iterated
|
next | () | metod |
public function next():String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Returns the next property in the iteration; null if there are no properties remaining.
ReturnerarString — Next property in the iteration; null if there are no properties remaining
|
Tue Jun 12 2018, 01:40 PM Z