Provided by: libpithub-perl_0.01041-1_all
NAME
Pithub::ResultSet - Iterate over the results
VERSION
version 0.01041
SYNOPSIS
use Pithub::ResultSet (); see L<Pithub::Result>
DESCRIPTION
Iterate over items in the result-set.
METHODS
new ($content) Constructor getLength Get length of result-set. getNext Get next item in the result-set.
SEE ALSO
Array::Iterator
AUTHOR
H.Merijn Brand <hmbrand@cpan.org>
ORIGINAL AUTHOR
Stevan Little <stevan@iinteractive.com> perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
Code derived from Array::Iterator, stripped down to only what is required
AUTHOR
Johannes Plunien <plu@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Johannes Plunien. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.