套件 | com.adobe.fiber.valueobjects |
介面 | public interface IPropertyIterator |
實作者 | AvailablePropertyIterator |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
公用方法
方法 | 定義自 | ||
---|---|---|---|
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 |
方法詳細資訊
hasNext | () | 方法 |
public function hasNext():Boolean
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Returns true if there are remaining properties that have not yet been iterated.
傳回值Boolean — true if there are remaining properties that have not yet been iterated
|
next | () | 方法 |
public function next():String
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Returns the next property in the iteration; null if there are no properties remaining.
傳回值String — Next property in the iteration; null if there are no properties remaining
|
Tue Jun 12 2018, 03:47 PM Z