Uses of Class
messif.operations.data.DeleteOperation

Packages that use DeleteOperation
messif.algorithms.impl Implementation of basic search algorithms. 
 

Uses of DeleteOperation in messif.algorithms.impl
 

Methods in messif.algorithms.impl with parameters of type DeleteOperation
 void ParallelSequentialScan.delete(DeleteOperation operation)
          Deletes an object.
 void SequentialScan.delete(DeleteOperation operation)
          Deletes an object.