Packagegugga.collections.linkedList
Classpublic class LinkedListIterator
ImplementsIIterator



Public Properties
 PropertyDefined by
  Current : Object
[read-only]
LinkedListIterator
  CurrentListItem : LinkedListItem
[read-only]
LinkedListIterator
  IsValid : Boolean
[read-only]
LinkedListIterator
Public Methods
 MethodDefined by
  
LinkedListIterator
  
current():Object
LinkedListIterator
  
iterate():Boolean
LinkedListIterator
  
reset():void
LinkedListIterator
Property detail
Currentproperty
Current:Object  [read-only]Implementation
    public function get Current():Object
CurrentListItemproperty 
CurrentListItem:LinkedListItem  [read-only]Implementation
    public function get CurrentListItem():LinkedListItem
IsValidproperty 
IsValid:Boolean  [read-only]Implementation
    public function get IsValid():Boolean
Constructor detail
LinkedListIterator()constructor
public function LinkedListIterator(aStartItem:LinkedListItem)Parameters
aStartItem:LinkedListItem
Method detail
current()method
public function current():Object

Returns
Object
iterate()method 
public function iterate():Boolean

Returns
Boolean
reset()method 
public function reset():void