| Property | Defined by | ||
|---|---|---|---|
| Current : Object [read-only]
| LinkedListIterator | ||
| CurrentListItem : LinkedListItem
[read-only]
| LinkedListIterator | ||
| IsValid : Boolean [read-only]
| LinkedListIterator | ||
| Method | Defined by | ||
|---|---|---|---|
|
LinkedListIterator(aStartItem:LinkedListItem)
| LinkedListIterator | ||
|
current():Object
| LinkedListIterator | ||
|
iterate():Boolean
| LinkedListIterator | ||
|
reset():void
| LinkedListIterator | ||
| Current | property |
Current:Object [read-only]Implementation
public function get Current():Object
| CurrentListItem | property |
CurrentListItem:LinkedListItem [read-only]Implementation
public function get CurrentListItem():LinkedListItem
| IsValid | property |
IsValid:Boolean [read-only]Implementation
public function get IsValid():Boolean
| LinkedListIterator | () | constructor |
| current | () | method |
public function current():Object
Returns
Object |
| iterate | () | method |
public function iterate():Boolean
Returns
Boolean |
| reset | () | method |
public function reset():void