Lingua::ZH::CCDICT::ResultSet::Array - An iterator over an array


NAME

Lingua::ZH::CCDICT::ResultSet::Array - An iterator over an array


SYNOPSIS

  my $results = $dict->match_unicode( chr 0x8830, chr 0x88A4 );
  while ( my $item = $results->next )
  {
      ..
  }


DESCRIPTION

This module implements the Lingua::ZH::CCDICT::ResultSet API.

It is implemented as a simple array in memory.


METHODS

See the Lingua::ZH::CCDICT::ResultSet documentation for details.


AUTHOR

David Rolsky <autarch@urth.org>


COPYRIGHT

Copyright (c) 2002-2007 David Rolsky. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.