ObjStore::AV::QSet - index-style interface with an array representation


ObjStore documentation  | view source Contained in the ObjStore distribution.

Index


NAME

Top

  ObjStore::AV::QSet - index-style interface with an array representation

SYNOPSIS

Top

  my $set = ObjStore::AV::QSet->new($near, $size);

  $set->add($myobject);

  $set->remove($myobject);

DESCRIPTION

Top

Implements an API very similar to ObjStore::Index, except with an array implementation. Elements are unsorted. Add is the same as push, but <remove> scans the entire set.


ObjStore documentation  | view source Contained in the ObjStore distribution.