public abstract class MatchesIterator extends Object
Constructor and Description |
---|
MatchesIterator()
Empty default constructor
|
MatchesIterator(Class className,
Identification identification,
WaitingHandler waitingHandler,
boolean displayProgress)
Constructor.
|
MatchesIterator(long[] keys,
Class className,
Identification identification,
WaitingHandler waitingHandler,
boolean displayProgress,
String filters)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
nextObject()
Returns the next match and updates the buffer.
|
public MatchesIterator()
public MatchesIterator(Class className, Identification identification, WaitingHandler waitingHandler, boolean displayProgress)
className
- the class nameidentification
- 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 MatchesIterator(long[] keys, Class className, Identification identification, WaitingHandler waitingHandler, boolean displayProgress, String filters)
keys
- the keys of the objectsclassName
- the classNameidentification
- 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 Object nextObject()
Copyright © 2019. All rights reserved.