![]() | ![]() |


Definition at line 8 of file LinkedListIterator.as.
Public Member Functions | |
| function get | IsValid () |
| function | LinkedListIterator (aStartItem:LinkedListItem) |
| function | reset () |
| function | iterate () |
| function | current () |
| function get | Current () |
| function get | CurrentListItem () |
Private Attributes | |
| var | mCurrentItem: LinkedListItem |
| var | mStartItem: LinkedListItem |
| var | mIsValid: Boolean = false |
| function gugga.collections.LinkedListIterator.LinkedListIterator | ( | aStartItem:LinkedListItem | ) |
Definition at line 16 of file LinkedListIterator.as.
| function get gugga.collections.LinkedListIterator.IsValid | ( | ) |
Definition at line 14 of file LinkedListIterator.as.
| function gugga.collections.LinkedListIterator.reset | ( | ) |
Definition at line 22 of file LinkedListIterator.as.
| function gugga.collections.LinkedListIterator.iterate | ( | ) |
Definition at line 30 of file LinkedListIterator.as.
| function gugga.collections.LinkedListIterator.current | ( | ) |
Definition at line 46 of file LinkedListIterator.as.
| function get gugga.collections.LinkedListIterator.Current | ( | ) |
Definition at line 54 of file LinkedListIterator.as.
| function get gugga.collections.LinkedListIterator.CurrentListItem | ( | ) |
Definition at line 59 of file LinkedListIterator.as.
var gugga.collections.LinkedListIterator.mCurrentItem [private] |
Definition at line 10 of file LinkedListIterator.as.
var gugga.collections.LinkedListIterator.mStartItem [private] |
Definition at line 11 of file LinkedListIterator.as.
var gugga.collections.LinkedListIterator.mIsValid [private] |
Definition at line 13 of file LinkedListIterator.as.
1.5.2