public class ProteinMatchesIterator extends MatchesIterator
Constructor and Description |
---|
ProteinMatchesIterator()
Empty default constructor
|
ProteinMatchesIterator(Identification identification,
WaitingHandler waitingHandler,
boolean displayProgress)
Constructor.
|
ProteinMatchesIterator(long[] keys,
Identification identification,
WaitingHandler waitingHandler,
boolean displayProgress)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ProteinMatch |
next()
Returns the next match and updates the buffer.
|
nextObject
public ProteinMatchesIterator()
public ProteinMatchesIterator(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 ProteinMatchesIterator(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 ProteinMatch next()
Copyright © 2021. All rights reserved.