Mattia Barbon > Wx-Perl-EntryList-0.01 > Wx::Perl::EntryList::FwBwIterator

Download:
Wx-Perl-EntryList-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

Wx::Perl::EntryList::FwBwIterator - iterate over Wx::Perl::EntryList sequentially

SYNOPSIS ^

See Wx::Perl::EntryList::Iterator.

DESCRIPTION ^

A Wx::Perl::EntryList::Iterator subclass that allows sequential iteration over an entry list.

METHODS ^

next_entry

  $it->next_entry;

Moves the iterator to the next entry of the list. Does nothing if the iterator points at the end of the list.

previous_entry

  $it->previous_entry;

Moves the iterator to the previous entry of the list. Does nothing if the iterator points at the beginning of the list.