public class SpectrumMatchesIterator extends MatchesIterator
Constructor and Description |
---|
SpectrumMatchesIterator(Identification identification,
WaitingHandler waitingHandler,
boolean displayProgress)
Constructor.
|
SpectrumMatchesIterator(long[] keys,
Identification identification,
WaitingHandler waitingHandler,
boolean displayProgress)
Constructor.
|
SpectrumMatchesIterator(long[] keys,
Identification identification,
WaitingHandler waitingHandler,
boolean displayProgress,
String filters)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SpectrumMatch |
next()
Returns the next match and updates the buffer.
|
nextObject
public SpectrumMatchesIterator(Identification identification, WaitingHandler waitingHandler, boolean displayProgress)
identification
- the identification where to get the matches fromwaitingHandler
- the waiting handler allowing displaying progress
and canceling the processdisplayProgress
- boolean indicating whether the progress of this
method should be displayed on the waiting handlerpublic SpectrumMatchesIterator(long[] keys, Identification identification, WaitingHandler waitingHandler, boolean displayProgress)
keys
- the keys of the objectsidentification
- the identification where to get the matchesloadPs fromwaitingHandler
- the waiting handler allowing displaying progress
and canceling the processdisplayProgress
- boolean indicating whether the progress of this
method should be displayed on the waiting handlerpublic SpectrumMatchesIterator(long[] keys, Identification identification, WaitingHandler waitingHandler, boolean displayProgress, String filters)
keys
- the keys of the objectsidentification
- the identification where to get the matchesloadPs fromwaitingHandler
- the waiting handler allowing displaying progress
and canceling the processdisplayProgress
- boolean indicating whether the progress of this
method should be displayed on the waiting handlerfilters
- filters for the classpublic SpectrumMatch next()
Copyright © 2018. All rights reserved.