Lingua::ZH::CCDICT::ResultSet::Array - An iterator over an array
my $results = $dict->match_unicode( chr 0x8830, chr 0x88A4 );
while ( my $item = $results->next ) { .. }
This module implements the Lingua::ZH::CCDICT::ResultSet API.
It is implemented as a simple array in memory.
See the Lingua::ZH::CCDICT::ResultSet documentation for details.
David Rolsky <autarch@urth.org>
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.