Uses of Class
messif.objects.util.AbstractStreamObjectIterator

Packages that use AbstractStreamObjectIterator
messif.objects.util Various utilities for working with collections of objects. 
messif.operations.data Implementation of data-manipulation operations. 
messif.pivotselection Support for selection of representative objects (pivots). 
 

Uses of AbstractStreamObjectIterator in messif.objects.util
 

Subclasses of AbstractStreamObjectIterator in messif.objects.util
 class StreamGenericAbstractObjectIterator<E extends LocalAbstractObject>
          This class represents an iterator on LocalAbstractObjects that are read from a file.
 class StreamsMetaObjectMapIterator
          This class is to contruct MetaObjects from several simultaneously opened files (subObjectIterators).
 

Uses of AbstractStreamObjectIterator in messif.operations.data
 

Constructors in messif.operations.data with parameters of type AbstractStreamObjectIterator
BulkInsertOperation(AbstractStreamObjectIterator<LocalAbstractObject> stream, int count)
          Creates a new instance of BulkInsertOperation.
 

Uses of AbstractStreamObjectIterator in messif.pivotselection
 

Fields in messif.pivotselection declared as AbstractStreamObjectIterator
protected  AbstractStreamObjectIterator<LocalAbstractObject> StreamSequencePivotChooser.stream
          Stream to read pivots from