class Xapian::Mset::Iterator
- Xapian::Mset::Iterator
- Reference
- Object
Included Modules
- Iterator({UInt32, Xapian::Document})
Defined in:
xapian/mset.crConstructors
Instance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements. - #to_unsafe : LibXapian::MsetIterator
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator({UInt32, Xapian::Document})
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.