NAME
DBM::Deep::Iterator
PURPOSE
This is an internal-use-only object for "" in DBM::Deep. It is the iterator for FIRSTKEY() and NEXTKEY().
OVERVIEW
This object
METHODS
new(\%params)
The constructor takes a hashref of params. The hashref is assumed to have the following elements:
engine (of type "" in DBM::Deep::Engine
base_offset (the base_offset of the invoking DBM::Deep object)
reset()
This method takes no arguments.
It will reset the iterator so that it will start from the beginning again.
This method returns nothing.
get_sector_iterator( $loc )
This takes a location. It will load the sector for $loc, then instantiate the right iteartor type for it.
This returns the sector iterator.