Package | com.adobe.fiber.valueobjects |
Interface | public interface IPropertyIterator |
Implementors | AvailablePropertyIterator |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Public Methods
Method | Defined By | ||
---|---|---|---|
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 |
Method Detail
hasNext | () | method |
public function hasNext():Boolean
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns true if there are remaining properties that have not yet been iterated.
ReturnsBoolean — true if there are remaining properties that have not yet been iterated
|
next | () | method |
public function next():String
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns the next property in the iteration; null if there are no properties remaining.
ReturnsString — Next property in the iteration; null if there are no properties remaining
|
Mon Nov 28 2011, 06:48 AM -08:00