Uses of Class
messif.operations.data.InsertOperation

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

Uses of InsertOperation in messif.algorithms.impl
 

Methods in messif.algorithms.impl with parameters of type InsertOperation
 void ParallelSequentialScan.insert(InsertOperation operation)
          Inserts a new object.
 void SequentialScan.insert(InsertOperation operation)
          Inserts a new object.