패키지 | 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:17 PM Z