The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

List::DoubleLinked::Iterator - Double Linked List Iterators

VERSION

version 0.004

METHODS

get()

Get the value of the iterator

next()

Get the next iterator, this does not change the iterator itself.

previous()

Get the previous iterator, this does not change the iterator.

remove()

Remove the element from the list. This invalidates the iterator.

insert_before(@elements)

Insert @elements before the current iterator

insert_after

Insert @elements after the current iterator

AUTHOR

Leon Timmermans <fawaka@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Leon Timmermans.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.