Paket | com.adobe.fiber.valueobjects |
Arabirim | public interface IPropertyIterator |
Uygulayıcılar | AvailablePropertyIterator |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
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 |
Yöntem Ayrıntısı
hasNext | () | yöntem |
public function hasNext():Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Returns true if there are remaining properties that have not yet been iterated.
DöndürürBoolean — true if there are remaining properties that have not yet been iterated
|
next | () | yöntem |
public function next():String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Returns the next property in the iteration; null if there are no properties remaining.
DöndürürString — Next property in the iteration; null if there are no properties remaining
|
Tue Jun 12 2018, 01:09 PM Z