public class SpectrumIterator extends AbstractSpectrumSliceIterator implements Iterator<Spectrum>
Modifier and Type | Field and Description |
---|---|
protected boolean |
bbHasNext |
protected SpectrumSlice[] |
firstSpectrumSlices |
protected SpectrumSlice[] |
spectrumSliceBuffer |
protected int |
spectrumSliceIdx |
protected boolean |
usePriorityQueue |
boundingBoxIterator, firstBB, statement
Constructor and Description |
---|
SpectrumIterator(AbstractMzDbReader mzDbReader,
com.almworks.sqlite4java.SQLiteConnection connection) |
SpectrumIterator(AbstractMzDbReader mzDbReader,
com.almworks.sqlite4java.SQLiteConnection connection,
int msLevel) |
Modifier and Type | Method and Description |
---|---|
protected void |
initSpectrumSliceBuffer() |
Spectrum |
next() |
closeStatement, getStatement, hasNext, initBB, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, hasNext, remove
protected int spectrumSliceIdx
protected final boolean usePriorityQueue
protected SpectrumSlice[] firstSpectrumSlices
protected SpectrumSlice[] spectrumSliceBuffer
protected boolean bbHasNext
public SpectrumIterator(AbstractMzDbReader mzDbReader, com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException, StreamCorruptedException
com.almworks.sqlite4java.SQLiteException
StreamCorruptedException
public SpectrumIterator(AbstractMzDbReader mzDbReader, com.almworks.sqlite4java.SQLiteConnection connection, int msLevel) throws com.almworks.sqlite4java.SQLiteException, StreamCorruptedException
com.almworks.sqlite4java.SQLiteException
StreamCorruptedException
Copyright © 2019. All rights reserved.