public class BOFilterQueryResults extends ProgressHandlingQueryResults implements BOFilterI
QueryResultsI
wrapper that automatically filters all results from the wrapped QueryResultsI
instance by the given BOFilterI's fits()
method.Constructor and Description |
---|
BOFilterQueryResults(BOFilterI _filter,
de.ipcon.db.core.QueryResultsI _qr) |
BOFilterQueryResults(BOFilterI _filter,
de.ipcon.db.core.QueryResultsI _qr,
long _upperCount) |
BOFilterQueryResults(BOFilterI _filter,
de.ipcon.db.core.QueryResultsI _qr,
long _upperCount,
boolean _logProgress) |
BOFilterQueryResults(BOFilterI _filter,
de.ipcon.db.core.QueryResultsI _qr,
ProgressHandler _ph) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
close() |
boolean |
fits(BOI bo) |
boolean |
hasNext() |
java.lang.Object |
next() |
currentTag, getProgressHandler, isClosed, remove
public BOFilterQueryResults(BOFilterI _filter, de.ipcon.db.core.QueryResultsI _qr)
public BOFilterQueryResults(BOFilterI _filter, de.ipcon.db.core.QueryResultsI _qr, long _upperCount)
public BOFilterQueryResults(BOFilterI _filter, de.ipcon.db.core.QueryResultsI _qr, long _upperCount, boolean _logProgress)
public BOFilterQueryResults(BOFilterI _filter, de.ipcon.db.core.QueryResultsI _qr, ProgressHandler _ph)
public boolean hasNext()
hasNext
in interface java.util.Iterator
hasNext
in class ProgressHandlingQueryResults
public java.lang.Object next()
next
in interface java.util.Iterator
next
in class ProgressHandlingQueryResults
public void close()
close
in interface de.ipcon.db.core.QueryResultsI
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class ProgressHandlingQueryResults
public void cancel()
cancel
in interface de.ipcon.db.core.QueryResultsI
cancel
in class ProgressHandlingQueryResults
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.