| Package | de.polygonal.ds |
| Class | public class NullIterator |
| Inheritance | NullIterator Object |
| Implements | Iterator |
| Property | Defined By | ||
|---|---|---|---|
| data : *
Always returns null. | NullIterator | ||
| Method | Defined By | ||
|---|---|---|---|
hasNext():Boolean
Nullified behaviour. | NullIterator | ||
next():*
Nullified behaviour. | NullIterator | ||
start():void
Nullified behaviour. | NullIterator | ||
| data | property |
data:*Always returns null.
public function get data():* public function set data(value:any):void| hasNext | () | method |
public function hasNext():BooleanNullified behaviour.
ReturnsBoolean |
| next | () | method |
public function next():*Nullified behaviour.
Returns* |
| start | () | method |
public function start():voidNullified behaviour.