GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DBM::Deep::Iterator::File::BucketList(3) User Contributed Perl Documentation DBM::Deep::Iterator::File::BucketList(3)

DBM::Deep::Iterator::BucketList - mediate between DBM::Deep::Iterator and DBM::Deep::Engine::Sector::BucketList

This is an internal-use-only object for DBM::Deep. It acts as the mediator between the DBM::Deep::Iterator object and a DBM::Deep::Engine::Sector::BucketList sector.

This object, despite the implied class hierarchy, does NOT inherit from DBM::Deep::Iterator. Instead, it delegates to it, essentially acting as a facade over it. "get_next_key" in DBM::Deep::Iterator will instantiate one of these objects as needed to handle an BucketList sector.

The constructor takes a hashref of params and blesses it into the invoking class. The hashref is assumed to have the following elements:
  • iterator (of type DBM::Deep::Iterator
  • sector (of type DBM::Deep::Engine::Sector::BucketList

This takes no arguments.

This returns true/false indicating whether this sector has any more elements that can be iterated over.

This takes no arguments.

This returns the next key pointed to by this bucketlist. This value is suitable for returning by FIRSTKEY or NEXTKEY().

If the bucketlist is exhausted, it returns nothing.

2018-05-20 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.